alexklibisz / elastiknn

Elasticsearch plugin for nearest neighbor search. Store vectors and run similarity search using exact and approximate algorithms.
https://alexklibisz.github.io/elastiknn
Apache License 2.0
370 stars 48 forks source link

Support range queries (neighbors within some distance) #660

Closed alexklibisz closed 6 months ago

alexklibisz commented 6 months ago

Discussed in https://github.com/alexklibisz/elastiknn/discussions/380

Originally posted by **alexklibisz** June 26, 2021 At least one of the datasets in the [big-ann-benchmarks challenge](http://big-ann-benchmarks.com/) will require support for range queries. This will take some rethinking of the existing query model and should be an interesting problem to solve.
alexklibisz commented 6 months ago

Converting discussions to issues. I don't plan to implement this, so I'm closing.