utils#

Functions

utils.pgvector_migrator.aextract_pgvector_collection(...)

Extract all data belonging to a PGVector collection.

utils.pgvector_migrator.alist_pgvector_collection_names(engine)

Lists all collection names present in PGVector table.

utils.pgvector_migrator.amigrate_pgvector_collection(...)

Migrate all data present in a PGVector collection to use separate tables for each collection.

utils.pgvector_migrator.extract_pgvector_collection(...)

Extract all data belonging to a PGVector collection.

utils.pgvector_migrator.list_pgvector_collection_names(engine)

Lists all collection names present in PGVector table.

utils.pgvector_migrator.migrate_pgvector_collection(...)

Migrate all data present in a PGVector collection to use separate tables for each collection.