VectorIndexPath.QuantizationByteSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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