zilliztech / zilliztech/VectorDBBench
Benchmark failing during the search
@alwayslove2013 is already working on this.
Since Nov 13, 2024.
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 438
- Avg merge
- 1d 4h
- Merged PRs (30d)
- 1
Description
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]]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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.
Assessment
This issue has not been assessed yet.