The universal tool suite for vector database management. Manage Pinecone, Chroma, Qdrant, Weaviate and more vector databases with ease.
1.48k
stars
227
forks
source link
[FEAT]: Add connector for LangChain PgVector? #152
Open
NisugaJ opened 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
langchain_pg_collection
.langchain_pg_embedding
.Proposal
For connecting the
database
, I would like to provide thedb_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.