Skip to content

Releases: alexklibisz/elastiknn

0.1.0-PRE8

29 Feb 13:54
679b199

Choose a tag to compare

  • Removed the num_tables argument from JaccardLshOptions as it's redundant to num_bands.
  • Profiled and refactored the JaccardLshModel using the Ann-benchmarks Kosarak Jaccard dataset.
  • Added an example program that grid-searches JaccardLshOptions for best performance and plots the Pareto front.

0.1.0-PRE7

15 Feb 19:32
9499527

Choose a tag to compare

  • Got rid of base64 encoding/decoding in ElastiKnnVectorFieldMapper. This improves ann-benchmarks performance by about 20%.

0.1.0-PRE6

15 Feb 16:41
fed9110

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

Choose a tag to compare

  • Fixed performance regression.

0.1.0-PRE4

13 Feb 05:55
de009de

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

Choose a tag to compare

  • Releasing versioned python client library to PyPi.

0.1.0-PRE2

08 Feb 16:35
f9fb652

Choose a tag to compare

  • Releasing versioned elastiknn plugin zip file.