RemoveFeatures
API definition |
APP_ERROR RemoveFeatures(int n, const int64_t *indices); |
|---|---|
Function |
Deletes n feature vectors with specified indexes from the vector database. |
Input |
int n: number of feature vectors to be deleted. const int64_t *indices: feature vector index. The length is n. |
Output |
N/A |
Return value |
APP_ERROR: return status. For details, see Return Code Reference. |
Restrictions |
|
Parent topic: AscendIndexCluster