mirror of
https://github.com/Mintplex-Labs/vector-admin.git
synced 2026-07-15 19:27:30 -04:00
[FEAT]: Add connector for LangChain PgVector? #239
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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_namewhich I want to manage/sync.