ContainerProperties.VectorEmbeddingPolicy 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.
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
Azure SDK for .NET