opendistro-for-elasticsearch / k-NN

🆕 A machine learning plugin which supports an approximate k-NN search algorithm for Open Distro.

Home Page:https://opendistro.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade JNI layer to use nmslib-2.0.11

jmazanec15 opened this issue · comments

Nmslib 2.0.8 contains several enhancements including:

  1. Optimized index support for L1, Linf and Negative Dot Product space
  2. ARM compatibility

We need to update our JNI library to use this version

Due to issues building python bindings, nmslib release was changed from 2.0.8 to 2.0.11. Although no core changes were made during this switch, for the sake of completeness, we should upgrade to 2.0.11.