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: cache query vector segments when computing l2Distance #605

Closed alexklibisz closed 9 months ago

alexklibisz commented 9 months ago

Related Issue

604

Changes

Taking a first pass at the optimization dreamed up in #604.

Testing and Validation

WIP -- not yet fully implemented or validated.

alexklibisz commented 9 months ago

Closing, see the associated issue #604