Skip to content

v0.4.4 Various bug fixes

Choose a tag to compare

@changhiskhan changhiskhan released this 25 Apr 20:53
· 4787 commits to main since this release

#805 fixed an integer overflow bug in the plain decoder that resulted in high latency for Take (and consequently high latency for the vector search). We'll be adding continuous performance benchmarks soon to prevent issues like this from being released in the future.

We also fixed a gap in cosine similarity where the vectors does not line up perfectly with SIMD strides on the platform.

DiskANN progress is continuing. First milestone will be an in-memory version to support smaller datasets. A compressed, disk-based version will follow soon after that.

What's Changed

Full Changelog: v0.4.3...v0.4.4