We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[Environment] Microsoft Windows11 [version 10.0.22631.4602] Python 3.13.1 pymilvus Version: 2.5.1 vectordb-bench Version: 0.0.19 Docker:v27.3.1 milvusdb/milvus:v2.5.1-gpu
when after install vectordb-bench and run init_bench. select ”Search Performance Test(50k Dataset, 1536 Dim)“, throw such exceptions:
2024-12-31 06:06:38,468 | INFO: Syncing all process and start concurrency search, concurrency=1 (mp_runner.py:112) (5332) 2024-12-31 06:06:38,633 | WARNING: **VectorDB search_embedding error: 'SequenceIterator' object is not iterable (mp_runner.py:64) (27140) Traceback (most recent call last): File "C:\Users\remote_owner\AppData\Local\Programs\Python\Python313\Lib\site-packages\vectordb_bench\backend\runner\mp_runner.py", line 58, in search self.db.search_embedding( ~~~~~~~~~~~~~~~~~~~~~~~~^ test_data[idx], ^^^^^^^^^^^^^^^ self.k, ^^^^^^^ self.filters, ^^^^^^^^^^^^^ )
after that , I tried python 3.11.11 , it's OK.
The text was updated successfully, but these errors were encountered:
THX for the feedback, we will adapt to the latest Python 3.13 as soon as possible.
Sorry, something went wrong.
XuanYang-cn
No branches or pull requests
[Environment]
Microsoft Windows11 [version 10.0.22631.4602]
Python 3.13.1
pymilvus Version: 2.5.1
vectordb-bench Version: 0.0.19
Docker:v27.3.1
milvusdb/milvus:v2.5.1-gpu
when after install vectordb-bench and run init_bench. select ”Search Performance Test(50k Dataset, 1536 Dim)“, throw such exceptions:
after that , I tried python 3.11.11 , it's OK.
The text was updated successfully, but these errors were encountered: