Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 1.47 KB

CHANGELOG.md

File metadata and controls

27 lines (24 loc) · 1.47 KB

CHANGELOG

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.

Features

Enhancements

Bug Fixes

Infrastructure

Documentation

Maintenance

Refactoring

Features

Enhancements

  • 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

Bug Fixes

Infrastructure

  • Add micro-benchmark module in k-NN plugin for benchmark streaming vectors to JNI layer functionality. #1583

Documentation

Maintenance

Refactoring