Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

knowhere-v1.3.13

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 08:38
· 9 commits to 1.x since this release
5d260cb

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