docs: update README to reflect ChromaDB as the active vector store#603
Open
divyalankeshwar2007-svg wants to merge 2 commits into
Open
Conversation
Author
|
Hi @param20h , I checked the failing CI job and the failure appears to be unrelated to the documentation changes in this PR. The backend lint/import check is failing with:
during application imports in the test environment. Since this PR only updates README documentation to reflect ChromaDB usage, it seems the failure is caused by a missing backend dependency in the CI environment rather than the changes introduced here. Could someone please take a look or re-run the workflow once the dependency issue is resolved? Thank you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📋 Summary
This PR aligns the README documentation with the current vector database implementation used in the project.
🔄 Changes Made
❓ Why this change is needed
The backend has migrated to ChromaDB as the active vector store. However, the README still contained legacy Pinecone references. This could confuse contributors during setup and onboarding by suggesting a deprecated or unsupported vector database.
🔗 Related Issue
Closes #555
👍 Final Note
This update ensures that the documentation accurately reflects the current architecture and improves onboarding clarity for new contributors.