Package version:

Enumeration KnownVectorSearchAlgorithmKind

Known values of VectorSearchAlgorithmKind that the service accepts.

Enumeration Members

Enumeration Members

ExhaustiveKnn: "exhaustiveKnn"

Exhaustive KNN algorithm which will perform brute-force search.

Hnsw: "hnsw"

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