postgres
langroid/vector_store/postgres.py
PostgresDB(config=PostgresDBConfig())
¶
Bases: VectorStore
Source code in langroid/vector_store/postgres.py
index_exists(connection, index_name)
¶
Check if an index exists.
Source code in langroid/vector_store/postgres.py
delete_collection(collection_name)
¶
Deletes a collection and its associated HNSW index, handling metadata synchronization issues.