qdrant / vector-db-benchmark

Framework for benchmarking vector search engines
https://qdrant.tech/benchmarks/
Apache License 2.0
250 stars 68 forks source link

Add support to wait for server to start in all the engines #135

Open KShivendu opened 3 months ago

KShivendu commented 3 months ago

Some engines like ElasticSearch and OpenSearch take relatively longer to boot. It would be nice to have the wait feature in-built in the benchmarking script.

Note: It's a low priority task.