vector-admin icon indicating copy to clipboard operation
vector-admin copied to clipboard

[FEAT]: Add connector for LangChain PgVector?

Open NisugaJ opened this issue 5 months ago • 0 comments

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.

NisugaJ avatar Sep 10 '24 01:09 NisugaJ