Share via


ChromaEmbeddingsModel.Embeddings Property

Definition

Embedding vectors.

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

Property Value

Attributes

Applies to