-
Notifications
You must be signed in to change notification settings - Fork 749
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
Milvus benchmarking run issue #471
Comments
You can try executing the following command to see if it works: |
@wangting0128 do you think this code can be reused and replace on module.py to make pymilvus works ? |
This is milvus1.0, which is no longer maintained. |
yes I tried to reproduce and failed on : import milvus part of the code even if I downgraded pymilvus to older version on python 3.11 . its weird and not sure why its not working ! |
pymilvus is working for milvus version >= 2.0 |
@pauldintel hi, you can try the latest code. #517 has updated the code for milvus. |
Opening new issue as:
Any pointer what is wrong and what code should be used to connect Milvus database with connection info ?
~/ann-benchmarks$ sudo python3 run.py --dataset glove-25-angular --algorithm milvus --runs=1
2023-09-29 22:37:12,919 - annb - INFO - running only milvus
Traceback (most recent call last):
File "/home/ubuntu/ann-benchmarks/run.py", line 7, in
main()
File "/home/ubuntu/ann-benchmarks/ann_benchmarks/main.py", line 341, in main
raise Exception("Nothing to run")
Exception: Nothing to run
The text was updated successfully, but these errors were encountered: