This repository has been archived by the owner on Aug 16, 2023. It is now read-only.
knowhere-v1.3.13
Release Note
Knowhere-1.3.13
- Added LRU cache for the entry point of HNSW and DiskANN to speed up similar requests. #843
- Used Brute Force in HNSW to improve performance when the filter rate is too high. #861
- Used PQ Based Brute Force + Refine in DiskANN when the filter rate is too high. #861
Bug fix
- This fix resolves the issue where DiskANN is unable to locate the first vector of an index #854.
Full Changelog: v1.3.12...v1.3.13