PSVectorIndex.QuantizationByteSize Property

Definition

Gets or sets the number of bytes used in product quantization of the vectors. A larger value may result in better recall for vector searches at the expense of latency. This is only applicable for the quantizedFlat and diskANN vector index types.

[Newtonsoft.Json.JsonProperty(PropertyName="quantizationByteSize")]
public long? QuantizationByteSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="quantizationByteSize")>]
member this.QuantizationByteSize : Nullable<int64> with get, set
Public Property QuantizationByteSize As Nullable(Of Long)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to