erikbern / ann-benchmarks

Benchmarks of approximate nearest neighbor libraries in Python
http://ann-benchmarks.com
MIT License
4.73k stars 715 forks source link

Failed to connect to Elasticsearch #530

Open ccq1 opened 1 month ago

ccq1 commented 1 month ago

when I run ann-benchmark for elasticsearch python run.py --dataset glove-100-angular -k 10 --runs 1 --algorithm elasticsearch Snipaste_2024-05-26_16-42-33

but I cannot establish a connection I enter the Docker container where Elasticsearch is running using the exec command, and run lsof -i :9200 and lsof -i :9300,and there were no programs running on either of these two ports.