KnownVectorSearchAlgorithmKind enum
Known values of VectorSearchAlgorithmKind that the service accepts.
Fields
ExhaustiveKnn | Exhaustive KNN algorithm which will perform brute-force search. |
Hnsw | HNSW (Hierarchical Navigable Small World), a type of approximate nearest neighbors algorithm. |