Patrick Ge
Patrick Ge
I have the same question.
@pauldintel hi, you can try the latest code. https://github.com/erikbern/ann-benchmarks/pull/517 has updated the code for milvus.
> Facing the above issue when i run **python run.py --dataset fashion-mnist-784-euclidean --algorithm milvus-ivfpq --runs 1** using **milvus-cluster-docker-compose.yml** > > Can someone help me with the above issue? It seems...
> milvus-cluster-docker-compose.yml @Mukulareddy `milvus-cluster-docker-compose.yml` seems to have only been updated to version **2.1.4**, which is obviously incompatible with the pymilvus **2.4.1** API in `module.py`. https://milvus.io/docs/install_standalone-docker-compose.md#Run-Milvus-with-Docker-Compose https://milvus.io/docs/v2.1.x/install_cluster-docker.md#Install-Milvus-Cluster-with-Docker-Compose
> @cococo2000 , when i run **python run.py --dataset fashion-mnist-784-euclidean --algorithm milvus-ivfflat --runs 1** > > ``` > 2024-06-03 11:11:33,215 - annb - INFO - running only milvus-ivfflat > Traceback...
The names of the latest algorithms in milvus can be found in the `ann_benchmarks/algorithms/milvus/config.yml` file, including milvus-flat, milvus-ivfflat, milvus-hnsw, milvus-scann, milvus-ivfpq, and milvus-ivfsq8. To run a command using one of...
> Thanks @cococo2000. Is there any reason to not have them tested in github actions? They don't seem to appear in > > https://github.com/erikbern/ann-benchmarks/blob/main/.github/workflows/benchmarks.yml#L44-L49 The Docker tag for all these...
> @cococo2000 I still cannot connect to milvus with new command. Is here any wrong with my command? Thanks for your help!  It seems that the Docker image ann-benchmarks-milvus...
@GreateFang I have sent the image to you via email, I hope it can help you.