Navigation
API > API/Plugins > API/Plugins/SemanticSearch > API/Plugins/SemanticSearch/IVectorIndex
Description
Re-key a vector from OldID to NewID, preserving the embedding data. Returns true if the vector was found and updated, false if OldID was not in the index.
| Name | Update |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Public/Interfaces/IVectorIndex.h |
| Include Path | #include "Interfaces/IVectorIndex.h" |
virtual bool Update
(
int64 OldID,
int64 NewID
)