list_pgvector_collection_names# langchain_postgres.utils.pgvector_migrator.list_pgvector_collection_names( engine: PGEngine, ) → list[str][source]# Lists all collection names present in PGVector table. Parameters: engine (PGEngine) Return type: list[str]