intel / intel/ScalableVectorSearch

SVS dynamic indices' add_points()/delete_points() to return number of actually added/deleted vectors.

Open
#308 0 comments 0 reactions 1 assignee Claimed by @rfsaliev View on GitHub
Dominant language
C++
Stars
236
Forks
48
Avg merge
4d 22h
Merged PRs (30d)
10

Description

Dynamic index modification methods behavior should be changed as follow:
* `add_points()` should allow to override existing vectors (vectors with same labels) and return the number of new vectors only.
* `delete_points()` should accept non-existing external ids and return the number of vectors which are actually deleted.

https://github.com/intel/ScalableVectorSearch/blob/ec4260c8764792ddd89982f324362d011ae95150/bindings/c/src/index.hpp#L135-L151

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.