-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chroma vector store #1198
Chroma vector store #1198
Conversation
Hi @Chitti-Ankith , thanks for adding Chroma vector store support. Is this PR ready for review? |
Hi @xzdandy yes it is, can you please have a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good to me. Request @jiashenC 's review who has more expertise. We need to add a documentation page to summarize all vector database we supported and their available configuration parameters.
I'll add the documentation once the benchmark is done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good overall. You might miss a test case in test_similarity
I added the chromadb requirement in circleci, can you tell me which test case will be missed? |
NVM, I misread your test cases. I think it is good to merge. |
Added support for ChromaDB in Eva. Will focus on benchmarking the existing vector stores after this.