Class HnswIndexOptions
HNSW index settings.
public sealed class HnswIndexOptions : VectorIndexOptions
- Inheritance
-
HnswIndexOptions
- Inherited Members
Properties
EfConstruction
HNSW: search scope during index build. Default: 64.
public int EfConstruction { get; set; }
Property Value
EfSearch
HNSW runtime ef_search default for search. Default: 40.
public int EfSearch { get; set; }
Property Value
IndexType
Index algorithm represented by this settings object.
public override IndexType IndexType { get; }
Property Value
M
HNSW: max connections per node. Default: 16.
public int M { get; set; }