Module document_store (0.2.1)

API documentation for document_store module.

Classes

PostgresDocumentStore

PostgresDocumentStore(
    key: object,
    engine: llama_index_cloud_sql_pg.engine.PostgresEngine,
    document_store: llama_index_cloud_sql_pg.async_document_store.AsyncPostgresDocumentStore,
)

Document Store Table stored in an Cloud SQL for PostgreSQL database.