zilliztech / zilliztech/VectorDBBench
NameError: name 'MilvusGPUBruteForceTypedDict' is not defined
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 438
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 1
Description
When i run this command - "vectordbbench --help" i am getting this error
Traceback (most recent call last):
File "/home/manas/Downloads/vectordbbench/new-vectordbbench/vdb_env/bin/vectordbbench", line 5, in
from vectordb_bench.cli.vectordbbench import cli
File "/home/manas/Downloads/vectordbbench/new-vectordbbench/vdb_env/lib/python3.12/site-packages/vectordb_bench/cli/vectordbbench.py", line 5, in
from ..backend.clients.milvus.cli import MilvusAutoIndex
File "/home/manas/Downloads/vectordbbench/new-vectordbbench/vdb_env/lib/python3.12/site-packages/vectordb_bench/backend/clients/milvus/cli.py", line 198, in
@click_parameter_decorators_from_typed_dict(MilvusGPUBruteForceTypedDict)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
NameError: name 'MilvusGPUBruteForceTypedDict' is not defined
how can i solve this?
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 reproducing the failure with vectordbbench --help, then inspect vectordb_bench/cli/vectordbbench.py and vectordb_bench/backend/clients/milvus/cli.py, especially the MilvusGPUBruteForceTypedDict reference. Done means the help command starts without the reported NameError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100