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
368 stars 48 forks source link

Performance: use quick select algorithm to compute kth largest document count #603

Closed alexklibisz closed 9 months ago

alexklibisz commented 9 months ago

Related Issue

543

Changes

WIP

Testing and Validation

WIP

alexklibisz commented 9 months ago

Closing this for now. Might re-open if/when I'm benchmarking on a larger dataset.