Benchmarks #62
Replies: 1 comment 2 replies
-
Hi, yes, we have a number of benchmarks and not only search speed https://github.com/qdrant/benchmark ! However, I would not say that the speed bench is the most interesting. Qdrant uses the standard HNSW algorithm, and its performance differs only when filters are used. At the same time, it makes little sense to compare directly C++ libraries and services, because a service operates with other interfaces. I would also pay attention to the search consistency when using filters. That is is what makes Qdrant different from all the other solutions. In contrast to them, the accuracy of the search is not lost due to the increased integrity of the HNSW graph in Qdrant. Read more about it here https://qdrant.tech/documentation/indexing/#filtrable-index |
Beta Was this translation helpful? Give feedback.
-
Do you have any benchmarks that compare performance against similar tooling (e.g. Milvus, Weaviate and FAISS).
Beta Was this translation helpful? Give feedback.
All reactions