Mintplex-Labs / vector-admin

The universal tool suite for vector database management. Manage Pinecone, Chroma, Qdrant, Weaviate and more vector databases with ease.
https://vectoradmin.com/
MIT License
1.48k stars 227 forks source link

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

Open NisugaJ opened 2 months ago

NisugaJ commented 2 months ago

What would you like to see?

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

Context

image

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.