Uses of Class
com.azure.resourcemanager.cosmos.models.VectorIndex
Packages that use VectorIndex
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of VectorIndex in com.azure.resourcemanager.cosmos.models
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type VectorIndexMethods in com.azure.resourcemanager.cosmos.models that return VectorIndexModifier and TypeMethodDescriptionstatic VectorIndexVectorIndex.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VectorIndex from the JsonReader.VectorIndex.withIndexingSearchListSize(Long indexingSearchListSize) Set the indexingSearchListSize property: This is the size of the candidate list of approximate neighbors stored while building the DiskANN index as part of the optimization processes.Set the path property: The path to the vector field in the document.VectorIndex.withQuantizationByteSize(Long quantizationByteSize) Set the quantizationByteSize property: The number of bytes used in product quantization of the vectors.VectorIndex.withType(VectorIndexType type) Set the type property: The index type of the vector.VectorIndex.withVectorIndexShardKey(List<String> vectorIndexShardKey) Set the vectorIndexShardKey property: Array of shard keys for the vector index.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type VectorIndexModifier and TypeMethodDescriptionIndexingPolicy.vectorIndexes()Get the vectorIndexes property: List of paths to include in the vector indexing.Method parameters in com.azure.resourcemanager.cosmos.models with type arguments of type VectorIndexModifier and TypeMethodDescriptionIndexingPolicy.withVectorIndexes(List<VectorIndex> vectorIndexes) Set the vectorIndexes property: List of paths to include in the vector indexing.