v0.7.1
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.