Sdílet prostřednictvím


VectorEmbeddingPolicy.Embeddings Field

Definition

Gets a collection of Embedding that contains the vector embeddings of documents in collection in the Azure Cosmos DB service.

[Newtonsoft.Json.JsonProperty(PropertyName="vectorEmbeddings")]
public readonly System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.Embedding> Embeddings;
[<Newtonsoft.Json.JsonProperty(PropertyName="vectorEmbeddings")>]
val mutable Embeddings : System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.Embedding>
Public ReadOnly Embeddings As Collection(Of Embedding) 

Field Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to