ChromaEmbeddingsModel.Embeddings 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.
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