Share via


ChromaQueryResultModel.Embeddings Property

Definition

List of embedding vectors.

[System.Text.Json.Serialization.JsonPropertyName("embeddings")]
public System.Collections.Generic.List<System.Collections.Generic.List<float[]>> Embeddings { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("embeddings")>]
member this.Embeddings : System.Collections.Generic.List<System.Collections.Generic.List<single[]>> with get, set
Public Property Embeddings As List(Of List(Of Single()))

Property Value

Attributes

Applies to