milvus icon indicating copy to clipboard operation
milvus copied to clipboard

[Bug]: Is it possible to test milvus offline by ann_benchmark on Centos?

Open GreateFang opened this issue 1 year ago • 4 comments

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 image

image

Expected Behavior

No response

Steps To Reproduce

No response

Milvus Log

No response

Anything else?

No response

GreateFang avatar May 16 '24 11:05 GreateFang

@GreateFang try to find some solutions here: https://github.com/milvus-io/milvus/issues/27417

yanliang567 avatar May 16 '24 11:05 yanliang567

@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.

image It may be caused by import error, while I cannot find package pyknowhere anywhere. image

I stiill wanna to test milvus by ann_benchmark because we have already test other db with it . could you kindly help?

GreateFang avatar May 16 '24 11:05 GreateFang

@liliu-z do you know what is pyknowhere, and how to get it working?

/assign @liliu-z /unassign

yanliang567 avatar May 17 '24 01:05 yanliang567

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

liliu-z avatar May 20 '24 09:05 liliu-z

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

GreateFang avatar May 21 '24 09:05 GreateFang

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.

stale[bot] avatar Jun 21 '24 02:06 stale[bot]

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

xiaofan-luan avatar Jun 21 '24 08:06 xiaofan-luan