Uses of Class
com.azure.cosmos.models.CosmosVectorEmbedding
Packages that use CosmosVectorEmbedding
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosVectorEmbedding in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return CosmosVectorEmbeddingModifier and TypeMethodDescriptionCosmosVectorEmbedding.setDataType(CosmosVectorDataType dataType) Sets the data type for the cosmosVectorEmbedding.CosmosVectorEmbedding.setDimensions(Long dimensions) Deprecated.CosmosVectorEmbedding.setDistanceFunction(CosmosVectorDistanceFunction distanceFunction) Sets the distanceFunction for the cosmosVectorEmbedding.CosmosVectorEmbedding.setEmbeddingDimensions(Integer dimensions) Sets the dimensions for the cosmosVectorEmbedding.Sets the path for the cosmosVectorEmbedding.Methods in com.azure.cosmos.models that return types with arguments of type CosmosVectorEmbeddingModifier and TypeMethodDescriptionCosmosVectorEmbeddingPolicy.getVectorEmbeddings()Gets the paths for embeddings along with path-specific settings for the item.Method parameters in com.azure.cosmos.models with type arguments of type CosmosVectorEmbeddingModifier and TypeMethodDescriptionvoidCosmosVectorEmbeddingPolicy.setCosmosVectorEmbeddings(List<CosmosVectorEmbedding> cosmosVectorEmbeddings) Sets the paths for embeddings along with path-specific settings for the item.
setEmbeddingDimensions(Integer dimensions)instead