Skip to content

v0.7.1

Choose a tag to compare

@edwinkys edwinkys released this 05 Aug 23:10
· 129 commits to main since this release

What's Changed

This release includes a low-level CRUD API for the index implementation in the Database layer. Once the index is built, when necessary, you can use the CRUD API to manage the index data directly. This API allows you to perform the following operations:

  • Insert a new vector record into the index.
  • Update an existing vector record in the index.
  • Delete a vector record from the index.

Contributors

Full Changelog

v0.7.0...v0.7.1