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
Added quality of life improvements to the VectorID type interoperability.
Improved the README.md file with additional data points on the database performance.
Changed to Collection.insert method to return the new VectorID after inserting a new vector record.
Pyo3 dependencies are now hidden behind the py feature. This allows users to build the library without the Python bindings if they don't need it, which is probably all of them.