共用方式為


ContainerBuilder.WithVectorEmbeddingPolicy Method

Definition

Defines the vector embedding policy for this Azure Cosmos container

public Microsoft.Azure.Cosmos.Fluent.VectorEmbeddingPolicyDefinition WithVectorEmbeddingPolicy (System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.Embedding> embeddings);
member this.WithVectorEmbeddingPolicy : System.Collections.ObjectModel.Collection<Microsoft.Azure.Cosmos.Embedding> -> Microsoft.Azure.Cosmos.Fluent.VectorEmbeddingPolicyDefinition
Public Function WithVectorEmbeddingPolicy (embeddings As Collection(Of Embedding)) As VectorEmbeddingPolicyDefinition

Parameters

embeddings
Collection<Embedding>

List of vector embeddings to include in the policy definition.

Returns

An instance of VectorEmbeddingPolicyDefinition.

Applies to