You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).