Access/Usage of Multiple Collections withing one Langchain Vector Store #24920
SalehAhmad1
announced in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
Multi Collection Vector Stores
Motivation
I was working on a project, where I was using weaviate as my Vector Store. I had to use 4 different collections for the project, but when integrated into Langchain, I had to create custom wrappers that did this job.
Proposal (If applicable)
Add/edit the vector store functions or create a separate codebase/class object for multi-collection-vector stores. THe users should be able to chose which collection to use/choose from but have access to all within the same code regardless of if they are using a router or manual selection.
Beta Was this translation helpful? Give feedback.
All reactions