HnswParameters Class
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.
Contains the parameters specific to the HNSW algorithm.
public class HnswParameters
type HnswParameters = class
Public Class HnswParameters
- Inheritance
-
HnswParameters
Constructors
HnswParameters() |
Initializes a new instance of HnswParameters. |
Properties
EfConstruction |
The size of the dynamic list containing the nearest neighbors, which is used during index time. Increasing this parameter may improve index quality, at the expense of increased indexing time. At a certain point, increasing this parameter leads to diminishing returns. |
EfSearch |
The size of the dynamic list containing the nearest neighbors, which is used during search time. Increasing this parameter may improve search results, at the expense of slower search. At a certain point, increasing this parameter leads to diminishing returns. |
M |
The number of bi-directional links created for every new element during construction. Increasing this parameter value may improve recall and reduce retrieval times for datasets with high intrinsic dimensionality at the expense of increased memory consumption and longer indexing time. |
Metric |
The similarity metric to use for vector comparisons. |
Applies to
Azure SDK for .NET