alexklibisz / elastiknn

Elasticsearch plugin for nearest neighbor search. Store vectors and run similarity search using exact and approximate algorithms.

Home Page:https://alexklibisz.github.io/elastiknn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support range queries (neighbors within some distance)

alexklibisz opened this issue · comments

Discussed in #380

Originally posted by alexklibisz June 26, 2021
At least one of the datasets in the big-ann-benchmarks challenge will require support for range queries. This will take some rethinking of the existing query model and should be an interesting problem to solve.

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