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

Plugin: stop considering docs with zero LSH hash matches #720

Closed alexklibisz closed 1 month ago

alexklibisz commented 1 month ago

Related Issue

715

Changes

Updated ArrayHitCounter so that it omits docs that had zero hash matches.

Testing and Validation

Added a unit test to verify we're not emitting docs with zero matches. Re-ran benchmarks.