Navigation
API > API/Plugins > API/Plugins/SemanticSearch > API/Plugins/SemanticSearch/IVectorIndex
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
TConstArrayView< int64 > IDs, |
Add multiple vectors with corresponding IDs. Index must be trained first. | Interfaces/IVectorIndex.h | |
void Add
(
int64 ID, |
Interfaces/IVectorIndex.h |
Add(TConstArrayView< int64 >, TConstArrayView< float >)
Description
Add multiple vectors with corresponding IDs. Index must be trained first.
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Public/Interfaces/IVectorIndex.h |
| Include Path | #include "Interfaces/IVectorIndex.h" |
void Add
(
TConstArrayView< int64 > IDs,
TConstArrayView< float > Vectors
)
Add(int64, TConstArrayView< float >)
| Name | Add |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Public/Interfaces/IVectorIndex.h |
| Include Path | #include "Interfaces/IVectorIndex.h" |
void Add
(
int64 ID,
TConstArrayView< float > Vector
)