zilliztech / zilliztech/VectorDBBench
Add Filtering Performance based on `match_phrase` with knn search for RAG
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 438
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 1
Description
In RAG scenarios, we often combine full-text search (such as match_phrase) with knn search for hybrid retrieval. Therefore, I recommend adding performance tests for this specific scenario to facilitate user reference and evaluation.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing performance-test suite and benchmark entry points for hybrid vector retrieval. Search for current knn and match_phrase coverage, then determine how to represent their combined use. Done means the scenario has repeatable performance tests and results suitable for user comparison.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- databases, performance, testing-qa
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100