ann-benchmarks icon indicating copy to clipboard operation
ann-benchmarks copied to clipboard

Is it really possible to test milvus

Open GreateFang opened this issue 1 year ago • 6 comments

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) Thanks for your help, I was so confuse TT image image

GreateFang avatar May 16 '24 10:05 GreateFang

You might want to consider trying the latest code.

cococo2000 avatar May 17 '24 06:05 cococo2000

You might want to consider trying the latest code.

I'd love to. Is it support to run locally? (adding the --local param) or just support to run in docker? @cococo2000

GreateFang avatar May 17 '24 06:05 GreateFang

You might want to consider trying the latest code.

I'd love to. Is it support to run locally? (adding the --local param) or just support to run in docker? @cococo2000

The current code does not support running locally; it only supports running in Docker. Additionally, the Milvus service also needs to be used in Docker.

cococo2000 avatar May 17 '24 07:05 cococo2000

Thanks for your quick reply @cococo2000 ! I have install milvus2.3.0-beta in docker, is the new code support this version to test?

GreateFang avatar May 17 '24 07:05 GreateFang

Thanks for your quick reply @cococo2000 ! I have install milvus2.3.0-beta in docker, is the new code support this version to test?

The code uses the latest version of Milvus, v2.4.1, and uses Docker Compose to manage the services according to Install Milvus Standalone with Docker Compose. And Milvus service will be automatically started and stopped by the code.

cococo2000 avatar May 17 '24 07:05 cococo2000

Thanks a lot! I will try this @cococo2000

GreateFang avatar May 17 '24 07:05 GreateFang