Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

35 lines (31 loc) · 2.2 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

  • Add DocValuesProducers for releasing memory when close index #1946

Infrastructure

  • Removed JDK 11 and 17 version from CI runs #1921

Documentation

Maintenance

Refactoring

  • Does not create additional KNNVectorValues in NativeEngines990KNNVectorWriter when quantization is not needed #2133

Features

  • Add AVX512 support to k-NN for FAISS library #2069

Enhancements

  • Add short circuit if no live docs are in segments #2059
  • Optimize reduceToTopK in ResultUtil by removing pre-filling and reducing peek calls #2146
  • Update Default Rescore Context based on Dimension #2149
  • KNNIterators should support with and without filters #2155
  • Adding Support to Enable/Disble Share level Rescoring and Update Oversampling Factor#2172

Bug Fixes

  • KNN80DocValues should only be considered for BinaryDocValues fields #2147

Infrastructure

Documentation

Maintenance

  • Remove benchmarks folder from k-NN repo #2127

Refactoring

  • Minor refactoring and refactored some unit test #2167