Skip to content

Releases: alexklibisz/elastiknn

0.1.0-PRE6

15 Feb 16:41
fed9110
Compare
Choose a tag to compare
  • Improved exact Jaccard performance by implementing a critical path in Java so that it uses primitive int [] arrays instead of boxed integers in scala.

0.1.0-PRE5

14 Feb 05:09
3c2d25c
Compare
Choose a tag to compare
  • Fixed performance regression.

0.1.0-PRE4

13 Feb 05:55
de009de
Compare
Choose a tag to compare
  • Client and core library interface improvements.
  • Added use_cache parameter to KNearestNeighborsQuery which signals that the vectors should only be read once from Lucene and then cached in memory.

0.1.0-PRE3

08 Feb 20:13
242d54c
Compare
Choose a tag to compare
  • Releasing versioned python client library to PyPi.

0.1.0-PRE2

08 Feb 16:35
f9fb652
Compare
Choose a tag to compare
  • Releasing versioned elastiknn plugin zip file.