add benchmark + no tbd

This commit is contained in:
Andrei Vasnetsov
2021-06-03 16:32:23 +02:00
parent 028906804a
commit dcdfde2ff8
@@ -4,5 +4,5 @@ icon: bullseye
weight: 20
---
Implement a unique custom modification of the [HNSW algorithm](https://arxiv.org/abs/1603.09320) for Approximate Nearest Neighbor Search. (TBD)
Search with a [State-of-the-Art speed](https://github.com/erikbern/ann-benchmarks) and apply search filters without [compromising on results](https://blog.vasnetsov.com/posts/categorical-hnsw/).
Implement a unique custom modification of the [HNSW algorithm](https://arxiv.org/abs/1603.09320) for Approximate Nearest Neighbor Search.
Search with a [State-of-the-Art speed](https://github.com/qdrant/benchmark/tree/master/search_benchmark) and apply search filters without [compromising on results](https://blog.vasnetsov.com/posts/categorical-hnsw/).