Partager via


VectorStoreRecordVectorAttribute.DistanceFunction Property

Definition

Gets the distance function to use when comparing vectors.

public string? DistanceFunction { get; }
member this.DistanceFunction : string
Public ReadOnly Property DistanceFunction As String

Property Value

Remarks

Default varies by database type. See the documentation of your chosen database connector for more information.

Applies to

See also