Uses of Class
com.azure.cosmos.models.CosmosVectorEmbeddingPolicy
Packages that use CosmosVectorEmbeddingPolicy
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosVectorEmbeddingPolicy in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return CosmosVectorEmbeddingPolicyModifier and TypeMethodDescriptionCosmosContainerProperties.getVectorEmbeddingPolicy()
Gets 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.Methods in com.azure.cosmos.models with parameters of type CosmosVectorEmbeddingPolicyModifier and TypeMethodDescriptionCosmosContainerProperties.setVectorEmbeddingPolicy
(CosmosVectorEmbeddingPolicy value) 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.