Closed HOAZ2 closed 1 month ago
Chroma already supports full text search using the where_document
feature: https://docs.trychroma.com/guides#filtering-by-document-contents
This should be much better named so people can find it more easily. We are looking into solutions for bm25 and similar.
Strongly looking forward to chroma joining hybrid search!
Chroma already supports full text search using the
where_document
feature: https://docs.trychroma.com/guides#filtering-by-document-contentsThis should be much better named so people can find it more easily. We are looking into solutions for bm25 and similar.
where_document filtering is NOT full text search! I would also love to see support for BM25! :)
closing in favor of https://github.com/chroma-core/chroma/issues/1330 - thanks for requesting this!
I found best solution we move all to -> qdrant
Describe the problem
Please add the ability of the full text search with algorithm like BM25 for hybrid search solutions specially in RAG solutions. Right now, many advanced RAG solutions are depended on hybrid search solutions and Chromdb is one of the most used vector databases used for semantic search applications.
Describe the proposed solution
It would be great if chroma API would support/expose full text search feature.
Alternatives considered
No response
Importance
i cannot use Chroma without it
Additional Information
No response