[1.13.2] - 2025-12-19
Added
- 033e6ac Add RaBitQStats for tracking two-stage search filtering effectiveness (#4723)
- 64a2367 Add multi-bit support for IndexIVFRaBitQFastScan (#4722)
- cd2af8b Implement
IndexRefinePanorama(#4683) - 18d20fe Add multi-bit support for IndexRaBitQFastScan (#4721)
- 7372bc7 Reapply
IndexHNSWFlatPanoramawith backward compatible serialization (#4692) - 1721ebf Also add backwards compatible check for binary (#4714)
- 98bf8b3 Implement remaining
IndexFlatPanoramafunctions (#4694) - a695814 Enable Intel ScalableVectorSearch support (#4548)
- d81a08e Index serialization backward compatibility test (#4706)
Changed
- 9a6c02b Rename RaBitQ factor structs for clarity and reorganize tests (#4730)
- 281a999 Enable cuVS in Faiss (#4729)
- 6452d19 Update SVS binary to v0.1.0 (#4726)
- 1ea99d8 clean up serialization tests (#4700)
- 89dd5a7 Enable
-Wunused-exception-parameterin faiss/PACKAGE +1
Fixed
- 5b19fca Allow over-writing centroid files to mitigate [S603653] (#4725)
- 337dfe8 Fix typos in demos, benchs, and other directories" (#4719)
- aea2b6b fix(docs): broken link to SVS in INSTALL.md (#4724)
- 4627695 Fix SVS Python tutorial (#4720)
- ac2e3ab Update c_api install docs for CMake build system (#4702)
- abc2944 fix broken test due to renaming to avoid lint (#4712)
- 3d4d59f Fix typos in demos, benchs, and other directories (#4709)