Skip to content

v0.4.3

Choose a tag to compare

@edwinkys edwinkys released this 17 Apr 18:03
· 384 commits to main since this release

What's Changed

  • Add SIMD acceleration to calculate the distance between vectors. This improves the performance of inserting and searching vectors in the collection.
  • Improve OasysDB native error type implementation to include the type/kind of error that occurred in addition to the error message. For example, ErrorKind::CollectionError is used to represent errors that occur during collection operations.
  • Fix the Config.ml default value from 0.3 to 0.2885 which is the optimal value for the HNSW with M of 32. The optimal value formula for ml is 1/ln(M).

Contributors

Full Changelog

v0.4.2...v0.4.3