Dela via


ContainerProperties.VectorEmbeddingPolicy Property

Definition

Gets or sets the vector embedding policy containing paths for embeddings along with path-specific settings for the item used in performing vector search on the items in a collection in the Azure CosmosDB database service.

[Newtonsoft.Json.JsonIgnore]
public Microsoft.Azure.Cosmos.VectorEmbeddingPolicy VectorEmbeddingPolicy { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.VectorEmbeddingPolicy : Microsoft.Azure.Cosmos.VectorEmbeddingPolicy with get, set
Public Property VectorEmbeddingPolicy As VectorEmbeddingPolicy

Property Value

It is an optional property. By default, VectorEmbeddingPolicy is set to null meaning the feature is turned off for the container.

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Remarks

The VectorEmbeddingPolicy will be applied to all the items in the container as the default policy.

Applies to