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.
- Added gradle task to generate task dependency graph (#3032)
- Added new gradle task validateLibraryUsage so that System.loadLibrary cannot be run outside KNNLibraryLoader (#3033)
- 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
- Change ordering of build task and added tests to catch uninitialized libraries #3024
- Index setting to disable exact search after ANN Search with Faiss efficient filters #3022