-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Ann Benchmark threw error running SIFT #27417
Comments
it seems that not only milvus but also the other engines are not working. I think there are a few issues in the ann benchmark. /assign @wangting0128 |
Please try executing the following command to see if it works: |
/assign @pauldintel |
thanks @wangting0128 . this works but how do I change connection to remote node ? |
You need to rewrite the entire module.py file using the pymilvus package to support the function of connecting to remote milvus |
@pauldintel I'd suggest you use https://github.com/zilliztech/VectorDBBench if you are interested in Milvus service performance instead the Ann search engine. |
|
sure @yanliang567 - I will git it a shot to try Milvus from there .. any chande @wangting0128 to update the code from knowwhere to pymilvus ? looks like the Dockerfile using 7 months old Milvus package that is no more as standard . |
No, pymilvus is working only for milvus. |
Okay thanks ... so how accurate will be knowhere benchmarking ? does it close to Milvus project or different ? @yanliang567 and if the remote connect option is not available through knowhere then only option to run benchmark on standalone machine correct ? |
knowhere is the engine in Milvus, you can run it as a lib, and milvus is a vector db system. thats the difference. If you want to knowhere the system performance, you may run https://github.com/zilliztech/VectorDBBench |
sorry @yanliang567 . My plan is to benchmark Milvus as vector DB so eventually this will benchmark knowhere as engine too correct ? I am stuck with VectorDBBench for different issue on library ... |
correct. please free to open an issue in the VectorDBBench repo if you any issue. I'd close this one if you agree |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there an existing issue for this?
Environment
Current Behavior
While running ANN benchmark ended up with error :
:~/ann-benchmarks$ sudo python3 run.py --dataset sift-128-euclidean --algorithm milvus --local
2023-09-27 22:15:01,502 - 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
Expected Behavior
Run without error and show results
Steps To Reproduce
Milvus Log
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: