[astrocyte.document_stores]
postgres = astrocyte_postgres.store:PostgresStore

[astrocyte.mental_model_stores]
postgres = astrocyte_postgres.mental_model_store:PostgresMentalModelStore

[astrocyte.source_stores]
postgres = astrocyte_postgres.source_store:PostgresSourceStore

[astrocyte.vector_stores]
pgvector = astrocyte_postgres.store:PostgresStore
postgres = astrocyte_postgres.store:PostgresStore

[astrocyte.wiki_stores]
postgres = astrocyte_postgres.wiki_store:PostgresWikiStore
