Releases: alexklibisz/elastiknn
Releases · alexklibisz/elastiknn
0.1.0-PRE6
- 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
- Fixed performance regression.
0.1.0-PRE4
- Client and core library interface improvements.
- Added
use_cache
parameter toKNearestNeighborsQuery
which signals that the vectors should only be read once from Lucene and then cached in memory.
0.1.0-PRE3
- Releasing versioned python client library to PyPi.
0.1.0-PRE2
- Releasing versioned elastiknn plugin zip file.