Uses of Class
com.azure.resourcemanager.cosmos.models.VectorEmbedding
Packages that use VectorEmbedding
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of VectorEmbedding in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return VectorEmbeddingModifier and TypeMethodDescriptionstatic VectorEmbedding
VectorEmbedding.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of VectorEmbedding from the JsonReader.VectorEmbedding.withDataType
(VectorDataType dataType) Set the dataType property: Indicates the data type of vector.VectorEmbedding.withDimensions
(int dimensions) Set the dimensions property: The number of dimensions in the vector.VectorEmbedding.withDistanceFunction
(DistanceFunction distanceFunction) Set the distanceFunction property: The distance function to use for distance calculation in between vectors.Set the path property: The path to the vector field in the document.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type VectorEmbeddingModifier and TypeMethodDescriptionVectorEmbeddingPolicy.vectorEmbeddings()
Get the vectorEmbeddings property: List of vector embeddings.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type VectorEmbeddingModifier and TypeMethodDescriptionVectorEmbeddingPolicy.withVectorEmbeddings
(List<VectorEmbedding> vectorEmbeddings) Set the vectorEmbeddings property: List of vector embeddings.