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

Tests: increase error tolerance in PanamaFloatVectorOpsSpec #631

Closed alexklibisz closed 9 months ago

alexklibisz commented 9 months ago

Related Issue

Maybe #617

Changes

Some tests have been failing recently with errors like:

image

https://github.com/alexklibisz/elastiknn/actions/runs/7152449485/job/19477803203?pr=630

The implementation seems fine. E.g., the RecallSuite continues to pass with no meaningful changes and the benchmarks, too. So I'm just bumping up the error tolerance here.

Testing and Validation

Standard CI