Share via


ChromaQueryResultModel.Distances Property

Definition

List of embedding distances.

[System.Text.Json.Serialization.JsonPropertyName("distances")]
public System.Collections.Generic.List<System.Collections.Generic.List<double>> Distances { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("distances")>]
member this.Distances : System.Collections.Generic.List<System.Collections.Generic.List<double>> with get, set
Public Property Distances As List(Of List(Of Double))

Property Value

Attributes

Applies to