Partager via


IndexKind.Hnsw Field

Definition

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.

Applies to