Condividi tramite


VectorIndexPath.QuantizationByteSize Property

Definition

Gets or sets the quantization byte size for the vector index path. This is only applicable for the quantizedFlat and diskann vector index types. The allowed range for this parameter is between 1 and min(dimensions, 512). e.g. if dimensions is 256, then allowed range for QuantizationByteSize is between 1 and 256 if dimensions is 1024, then allowed range for QuantizationByteSize is between 1 and 512

[Newtonsoft.Json.JsonIgnore]
public int QuantizationByteSize { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.QuantizationByteSize : int with get, set
Public Property QuantizationByteSize As Integer

Property Value

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to