VectorDistanceOptions Class
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.
[System.Runtime.CompilerServices.Nullable(0)]
public sealed class VectorDistanceOptions
[<System.Runtime.CompilerServices.Nullable(0)>]
type VectorDistanceOptions = class
Public NotInheritable Class VectorDistanceOptions
- Inheritance
-
VectorDistanceOptions
- Attributes
Constructors
| Name | Description |
|---|---|
| VectorDistanceOptions() | |
Properties
| Name | Description |
|---|---|
| DataType |
The data type of the vectors. |
| DistanceFunction |
The metric used to compute distance/similarity. |
| QuantizedVectorListMultiplier |
An integer specifying the size of the search list when conducting a vector search on the quantizedFlat index. Increasing this may improve accuracy at the expense of RU cost and latency. Min=1, Default=5, Max=100. |
| SearchListSizeMultiplier |
An integer specifying the size of the search list when conducting a vector search on the DiskANN index. Increasing this may improve accuracy at the expense of RU cost and latency. Min=1, Default=10, Max=100. |