Closed talrejanikhil closed 3 months ago
I agree with this. Ideally these should be configurations in the base class that is implemented for every vector store.
Could I do a quick fix for Weviate for now? I am not sure what is the plan for having it across all vector stores
@talrejanikhil you have a couple of options -- if you want to submit a PR you're more than welcome to do so. The other alternative is to follow the setup for "Other Vector Database" and then just copy/paste the implementation from Weaviate and then make the necessary modifications.
I am unable to push changes to my branch. Can you please grant access?
You have to first fork and then submit a PR from the fork
Is your feature request related to a problem? Please describe. As of now, the no. of results that can be fetched for Weviate DB is hard coded to 3. This should be flexible like it is for other vector stores
Describe the solution you'd like The no. of results fetched for Weviate DB should be changeable using config. Here is an example for ChromaDB
And pinecone
Describe alternatives you've considered Using a different vector store