Skip to content

feat: Implement keyword search and delete_chunk at ChromaDB #3057

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

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

bwook00
Copy link

@bwook00 bwook00 commented Aug 7, 2025

What does this PR do?

Keyword Search

keyword search is based on chroma cookbook

Delete Chunk

I added delete chunk function

Hybrid Search

Hybrid Search is not yet officially supported by Chroma chroma issue

This issue is related #3008 but I don't know this is end of issue
So, If I have to do something more, feel free to comment!

close #3008

Test Plan

I add test code and run by below command

pytest tests/unit/providers/vector_io/remote/test_chroma.py -v -s --tb=long --disable-warnings --asyncio-mode=auto 

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Aug 7, 2025
@bwook00 bwook00 changed the title Implement keyword search and delete_chunk at ChromaDB feat: Implement keyword search and delete_chunk at ChromaDB Aug 7, 2025
@bwook00
Copy link
Author

bwook00 commented Aug 12, 2025

@franciscojavierarceo If you have time, Can you review my PR? 😀

@r3v5
Copy link
Contributor

r3v5 commented Aug 15, 2025

Thanks for your PR! Could you please implement hybrid search for Chroma DB too?

I have introduced Reranker class for that in #3064. This PR will be merged soon hence you will be able to use generic reranker infrastructure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Meta Open Source bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement v1/vector_stores/{vector_store_id}/search for Chroma
2 participants