Skip to content

DiskANN v0.59.0

Latest

Choose a tag to compare

@hildebrandmw hildebrandmw released this 11 Sep 20:15
· 17 commits to main since this release
c84530e

This change is backwards compatible with 0.58.0 outside of the following breaking changes to diskann-disk:

  • Public function diskann_disk::search::pq::quantizer_preprocess removed. It has been removed and its logic folded into a private PQScratch::prepare_query/preprocess_query method as part of migrating disk PQ flat scan onto the new flat-scan API (#1341).

What's Changed

Full Changelog: v0.58.0...v0.59.0