Navigation
API > API/Plugins > API/Plugins/SemanticSearch > API/Plugins/SemanticSearch/IVectorIndex
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Remove
(
TConstArrayView< int64 > IDs |
Remove vectors by IDs. | Interfaces/IVectorIndex.h | |
bool Remove
(
int64 ID |
Interfaces/IVectorIndex.h |
Remove(TConstArrayView< int64 >)
Description
Remove vectors by IDs.
| Name | Remove |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Public/Interfaces/IVectorIndex.h |
| Include Path | #include "Interfaces/IVectorIndex.h" |
void Remove
(
TConstArrayView< int64 > IDs
)
Remove(int64)
| Name | Remove |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Public/Interfaces/IVectorIndex.h |
| Include Path | #include "Interfaces/IVectorIndex.h" |
bool Remove
(
int64 ID
)