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

knowhere-v1.3.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 12:46
· 349 commits to main since this release
998786c

Release : knowhere-v1.3.4

Main Changes

  • Faster Index build for DiskANN and HNSW. For SIFT1M data, DiskANN improved from 699s to 275s, HNSW improved from 318s to 294s
  • Faster Search for HNSW serial execution improved ~50% at 90% recall, parallel improved ~3 times QPSs.
  • Fix potential aio exceeding OS limit problem by introducing an aio pool.
  • Fixed aio io_getevents crash problem
  • Add Thread pool for all indexes to fix the omp threads number problem.

Chang List

New Contributors

Full Changelog: v1.3.2...v1.3.4