你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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