v0.10.2 Cosine, HNSW, f16 bug fixes
What's Changed
- chore(java): provide conversion utilities between jni objects and rust objects by @eddyxu in #2009
- perf: avoid re-calculating the distances while building HNSW by @BubbleCal in #2010
- chore: select less but enough neighbors to establish edges by @BubbleCal in #2011
- fix: fp16 kernels computed in f32 by @wjones127 in #1990
- chore: add fixture test for IVF index by @chebbyChefNEQ in #2014
- perf: greedy search for finding entry point by @BubbleCal in #2012
- chore: normalize transform by @eddyxu in #2017
- refactor: refactor ivf into transformer by @eddyxu in #2023
- docs: fix typo by @krlmlr in #2025
- chore: fix cosine residual calculation by @eddyxu in #2015
- feat: add recall report notebook by @chebbyChefNEQ in #2018
- ci: fix nightly build on apple silicon GHA by @eddyxu in #2024
- chore: update HNSW example by @BubbleCal in #2016
New Contributors
Full Changelog: v0.10.1...v0.10.2