qdrant / qdrant/vector-db-benchmark
Standardize all `*-default` configs and add `*-debug` with parallel = 1 for easy debugging.
Open
Nobody has claimed this yet.
good first issue
- Dominant language
- Python
- Stars
- 371
- Forks
- 155
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 4
Description
This issue covers two tasks:
- Many users try
*-defaultas their starting point but default config is somewhat different across all the engines. So we should make it same across all engines. Say m=16, ef=128. - It's easier to debug
vector-db-benchmarkusing debuggers when usingparallel=1. So we should have a new config in all engines with parallel=1 in upload as well as search
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
Inspect the repository's engine configuration definitions and existing *-default entries first. Standardize the default values to m=16 and ef=128 across all engines, then add matching *-debug configurations with parallel=1 for upload and search. Done means every engine has consistent default and debug configurations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100