zilliztech / zilliztech/VectorDBBench

NameError: name 'MilvusGPUBruteForceTypedDict' is not defined

Open
#489 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.