Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark failing during the search #406

Open
kilo1234 opened this issue Nov 12, 2024 · 1 comment
Open

Benchmark failing during the search #406

kilo1234 opened this issue Nov 12, 2024 · 1 comment
Assignees

Comments

@kilo1234
Copy link

VectordbBench keeps ending abruptly when run on weaviate:

2024-11-12 15:27:15,918 | INFO: Syncing all process and start concurrency search, concurrency=70 (mp_runner.py:109) (59439)
2024-11-12 15:27:21,699 | WARNING: VectorDB search_embedding error: 'NoneType' object is not iterable (mp_runner.py:64) (104869)
Traceback (most recent call last):
File "/home/ubuntu/.venv/lib/python3.11/site-packages/vectordb_bench/backend/runner/mp_runner.py", line 58, in search
self.db.search_embedding(
File "/home/ubuntu/.venv/lib/python3.11/site-packages/vectordb_bench/backend/clients/weaviate_cloud/weaviate_cloud.py", line 141, in search_embedding
ret = [result[self._scalar_field] for result in res["data"]["Get"][self.collection_name]]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

@alwayslove2013
Copy link
Collaborator

@kilo1234 I will check it.

@alwayslove2013 alwayslove2013 self-assigned this Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants