Uses of Class
com.azure.search.documents.indexes.models.VectorSearchAlgorithmKind
Packages that use VectorSearchAlgorithmKind
Package
Description
Package containing the data models for SearchServiceClient.
-
Uses of VectorSearchAlgorithmKind in com.azure.search.documents.indexes.models
Fields in com.azure.search.documents.indexes.models declared as VectorSearchAlgorithmKindModifier and TypeFieldDescriptionstatic final VectorSearchAlgorithmKindVectorSearchAlgorithmKind.EXHAUSTIVE_KNNExhaustive KNN algorithm which will perform brute-force search.static final VectorSearchAlgorithmKindVectorSearchAlgorithmKind.HNSWHNSW (Hierarchical Navigable Small World), a type of approximate nearest neighbors algorithm.Methods in com.azure.search.documents.indexes.models that return VectorSearchAlgorithmKindModifier and TypeMethodDescriptionstatic VectorSearchAlgorithmKindVectorSearchAlgorithmKind.fromString(String name) Creates or finds a VectorSearchAlgorithmKind from its string representation.ExhaustiveKnnAlgorithmConfiguration.getKind()Get the kind property: The name of the kind of algorithm being configured for use with vector search.HnswAlgorithmConfiguration.getKind()Get the kind property: The name of the kind of algorithm being configured for use with vector search.VectorSearchAlgorithmConfiguration.getKind()Get the kind property: The name of the kind of algorithm being configured for use with vector search.Methods in com.azure.search.documents.indexes.models that return types with arguments of type VectorSearchAlgorithmKindModifier and TypeMethodDescriptionstatic Collection<VectorSearchAlgorithmKind> VectorSearchAlgorithmKind.values()Gets known VectorSearchAlgorithmKind values.