Patrick Ge

Results 15 comments of 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! ![image](https://private-user-images.githubusercontent.com/32962590/332727718-00ff9e6e-d54a-4e40-a31e-232546b47a9b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTYzNzI5NjEsIm5iZiI6MTcxNjM3MjY2MSwicGF0aCI6Ii8zMjk2MjU5MC8zMzI3Mjc3MTgtMDBmZjllNmUtZDU0YS00ZTQwLWEzMWUtMjMyNTQ2YjQ3YTliLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA1MjIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNTIyVDEwMTEwMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQyMDg0NjFjNDU1ZmM4YjBjNTQyNWRlYzc5ZTQwMDZkNDNjODUxMTYzMWM5MWI1MjUyOTk4MDJkYWFlOGJlMTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.57n_QBU1iVpMMzCFNggr7l0fB2OoNBlHt4BGYfrK0o8) 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.