Package com.azure.cosmos.models
Class CosmosVectorEmbeddingPolicy
java.lang.Object
com.azure.cosmos.models.CosmosVectorEmbeddingPolicy
Vector Embedding Policy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the paths for embeddings along with path-specific settings for the item.void
setCosmosVectorEmbeddings
(List<CosmosVectorEmbedding> cosmosVectorEmbeddings) Sets the paths for embeddings along with path-specific settings for the item.
-
Constructor Details
-
CosmosVectorEmbeddingPolicy
public CosmosVectorEmbeddingPolicy()Constructor
-
-
Method Details
-
getVectorEmbeddings
Gets the paths for embeddings along with path-specific settings for the item.- Returns:
- the paths for embeddings along with path-specific settings for the item.
-
setCosmosVectorEmbeddings
Sets the paths for embeddings along with path-specific settings for the item.- Parameters:
cosmosVectorEmbeddings
- paths for embeddings along with path-specific settings for the item.
-