[FEAT]: Add connector for LangChain PgVector? #239

Open
opened 2026-02-23 17:20:55 -05:00 by yindo · 0 comments
Owner

Originally created by @NisugaJ on GitHub (Sep 9, 2024).

What would you like to see?

I would like to manage my Langchain PgVector ( langchain-postgres ) vector store collections using VectorAdmin.

Context

image

  • The collection names are saved inside langchain_pg_collection.
  • The embeddings are saved inside langchain_pg_embedding.

Proposal

For connecting the database, I would like to provide the
db_host, db_name, db_username, db_password.

After the connection is successful, I would like to select the collection_name which I want to manage/sync.

Originally created by @NisugaJ on GitHub (Sep 9, 2024). ### What would you like to see? I would like to manage my `Langchain PgVector` ( [langchain-postgres](https://python.langchain.com/v0.2/docs/integrations/vectorstores/pgvector/) ) vector store collections using VectorAdmin. ### Context ![image](https://github.com/user-attachments/assets/43e0edb9-a626-4942-8e7c-7031c825e838) - The collection names are saved inside `langchain_pg_collection`. - The embeddings are saved inside `langchain_pg_embedding`. ### Proposal For connecting the `database`, I would like to provide the `db_host`, `db_name`, `db_username`, `db_password`. After the connection is successful, I would like to select the `collection_name` which I want to manage/sync.
yindo added the enhancementfeature request labels 2026-02-23 17:20:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/vector-admin#239