IndexKind.Hnsw Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Hierarchical Navigable Small World, which performs an approximate nearest neighbour (ANN) search.
public const string Hnsw;
val mutable Hnsw : string
Public Const Hnsw As String
Field Value
Remarks
Lower accuracy than exhaustive k nearest neighbor, but faster and more efficient.