VectorDistanceOptions.DistanceFunction 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.
The metric used to compute distance/similarity.
public Microsoft.Azure.Cosmos.DistanceFunction? DistanceFunction { get; set; }
member this.DistanceFunction : Nullable<Microsoft.Azure.Cosmos.DistanceFunction> with get, set
Public Property DistanceFunction As Nullable(Of DistanceFunction)