Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.61 KB

File metadata and controls

24 lines (17 loc) · 1.61 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

Maintenance

  • Added gradle task to generate task dependency graph (#3032)
  • Added new gradle task validateLibraryUsage so that System.loadLibrary cannot be run outside KNNLibraryLoader (#3033)

Bug Fixes

  • Fix indexing for 16x and 8x compression #3019
  • Block index creation for Faiss engine with cosine similarity and byte vectors due to normalization incompatibility #3002
  • Update validation for cases when k is greater than total results #3038
  • Add regex support to derived source transformer include / exclude check #3031

Refactoring

  • Change ordering of build task and added tests to catch uninitialized libraries #3024

Enhancements

  • Index setting to disable exact search after ANN Search with Faiss efficient filters #3022