All notable changes to this project are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. See the CONTRIBUTING guide for instructions on how to add changelog entries.
- Make the HitQueue size more appropriate for exact search #1549
- Support script score when doc value is disabled #1573
- Implemented the Streaming Feature to stream vectors from Java to JNI layer to enable creation of larger segments for vector indices #1604
- Remove unnecessary toString conversion of vector field and added some minor optimization in KNNCodec 1613
- Add micro-benchmark module in k-NN plugin for benchmark streaming vectors to JNI layer functionality. #1583