alist_pgvector_collection_names#

async langchain_postgres.utils.pgvector_migrator.alist_pgvector_collection_names(
engine: PGEngine,
) list[str][source]#

Lists all collection names present in PGVector table.

Parameters:

engine (PGEngine)

Return type:

list[str]