Package version:

Enumeration KnownVectorSearchAlgorithmKind

Known values of VectorSearchAlgorithmKind that the service accepts.

Enumeration Members

Enumeration Members

ExhaustiveKnn

Exhaustive KNN algorithm which will perform brute-force search.

Hnsw

HNSW (Hierarchical Navigable Small World), a type of approximate nearest neighbors algorithm.