Uses of Class
com.azure.cosmos.models.CosmosVectorEmbedding
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosVectorEmbedding in com.azure.cosmos.models
Modifier and TypeMethodDescriptionCosmosVectorEmbedding.setDataType
(CosmosVectorDataType dataType) Sets the data type for the cosmosVectorEmbedding.CosmosVectorEmbedding.setDimensions
(Long dimensions) Sets the dimensions for the cosmosVectorEmbedding.CosmosVectorEmbedding.setDistanceFunction
(CosmosVectorDistanceFunction distanceFunction) Sets the distanceFunction for the cosmosVectorEmbedding.Sets the path for the cosmosVectorEmbedding.Modifier and TypeMethodDescriptionCosmosVectorEmbeddingPolicy.getVectorEmbeddings()
Gets the paths for embeddings along with path-specific settings for the item.Modifier and TypeMethodDescriptionvoid
CosmosVectorEmbeddingPolicy.setCosmosVectorEmbeddings
(List<CosmosVectorEmbedding> cosmosVectorEmbeddings) Sets the paths for embeddings along with path-specific settings for the item.