| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.vector |
| Modifier and Type | Method and Description |
|---|---|
VAddArgs |
VAddArgs.quantizationType(QuantizationType quantType)
Set the quantization type for the vector.
|
static VAddArgs |
VAddArgs.Builder.quantizationType(QuantizationType quantType)
Creates new
VAddArgs and setting the quantization type. |
| Modifier and Type | Method and Description |
|---|---|
QuantizationType |
VectorMetadata.getType()
Gets the quantization type used for storing vectors in the vector set.
|
QuantizationType |
RawVector.getType()
Gets the quantization type used for storing the vector.
|
static QuantizationType |
QuantizationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuantizationType[] |
QuantizationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VectorMetadata.setType(QuantizationType value)
Sets the quantization type used for storing vectors in the vector set.
|
| Constructor and Description |
|---|
RawVector(QuantizationType type,
ByteBuffer vector,
Double beforeNormalization,
Double quantizationRange)
Creates a new raw vector with the specified properties.
|
Copyright © 2025 lettuce.io. All rights reserved.