Navigation
API > API/Plugins > API/Plugins/SemanticSearch > API/Plugins/SemanticSearch/IQuantizedVectorIndex
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< uint8 > Quantize
(
TConstArrayView< float > Vector |
Interfaces/IQuantizedVectorIndex.h | ||
TArray< uint8 > Quantize
(
TConstArrayView< float > Vectors, |
Quantize vectors into compressed form (e.g. PQ codes, RaBitQ codes). | Interfaces/IQuantizedVectorIndex.h |
Quantize(TConstArrayView< float >)
| Name | Quantize |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Public/Interfaces/IQuantizedVectorIndex.h |
| Include Path | #include "Interfaces/IQuantizedVectorIndex.h" |
TArray< uint8 > Quantize
(
TConstArrayView< float > Vector
) const
Quantize(TConstArrayView< float >, int64)
Description
Quantize vectors into compressed form (e.g. PQ codes, RaBitQ codes).
| Name | Quantize |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SemanticSearch/Source/SemanticSearch/Public/Interfaces/IQuantizedVectorIndex.h |
| Include Path | #include "Interfaces/IQuantizedVectorIndex.h" |
TArray< uint8 > Quantize
(
TConstArrayView< float > Vectors,
int64 NumVectors
) const