milvus
milvus copied to clipboard
[Bug]: Is it possible to test milvus offline by ann_benchmark on Centos?
Is there an existing issue for this?
- [X] I have searched the existing issues
Environment
- Milvus version:2.3.0-beta
- Deployment mode(standalone or cluster):standalone
- MQ type(rocksmq, pulsar or kafka):
- SDK version(e.g. pymilvus v2.0.0rc2):2.2.3
- OS(Ubuntu or CentOS): CentOS
- CPU/Memory:
- GPU:
- Others:
Current Behavior
I could test pgvector and other db successfully, while could never connect to mivus. and I couldn't find the package pyknowhere in anywhere.(only package "knowhere" could be found which not support Centos?)
Thanks for your help, I was so confuse TT
Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response
@GreateFang try to find some solutions here: https://github.com/milvus-io/milvus/issues/27417
@GreateFang try to find some solutions here: #27417
yes, I have seem this issue before. and I have tried using --algorithm 'Milvus(Knowhere)' instead of --algorithm milvus, still got the same error.
It may be caused by import error, while I cannot find package pyknowhere anywhere.
I stiill wanna to test milvus by ann_benchmark because we have already test other db with it . could you kindly help?
@liliu-z do you know what is pyknowhere, and how to get it working?
/assign @liliu-z /unassign
You need to build pyknowhere if you want to use it, since we didn't push it into pypi. check https://github.com/zilliztech/knowhere
You need to build pyknowhere if you want to use it, since we didn't push it into pypi. check https://github.com/zilliztech/knowhere
Is it supoort to be built in Centos? I didn't found it in Readme @liliu-z
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.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.
You need to build pyknowhere if you want to use it, since we didn't push it into pypi. check https://github.com/zilliztech/knowhere
Is it supoort to be built in Centos? I didn't found it in Readme @liliu-z
Milvus is a system, we would recommend to test performance with vectorDB bench.https://github.com/zilliztech/VectorDBBench