Sdílet prostřednictvím


VectorEmbeddingPolicy(Collection<Embedding>) Constructor

Definition

Initializes a new instance of the VectorEmbeddingPolicy class.

public VectorEmbeddingPolicy (System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.Embedding> embeddings);
new Microsoft.Azure.Cosmos.VectorEmbeddingPolicy : System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.Embedding> -> Microsoft.Azure.Cosmos.VectorEmbeddingPolicy
Public Sub New (embeddings As Collection(Of Embedding))

Parameters

embeddings
Collection<Embedding>

List of embeddings to include in the policy definition.

Applies to