qdrant / vector-db-benchmark

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

Azure AI Vector Search Support, via REST API #168

Open filipecosta90 opened 4 weeks ago

filipecosta90 commented 4 weeks ago

The following PR adds support for Azure AI Vector Search, using the REST API (docs: https://learn.microsoft.com/en-us/azure/search/vector-search-overview).

We've confirmed that this implementation is both correct WRT precision of results, and performance is within the expected range of qps/precision, latency/precision, and ingestion/precision.