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 7 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!

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
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.

1 participant