Table of Contents

Property HnswNumEdgeCandidates

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

HnswNumEdgeCandidates

Analogous to numCandidates at query-time, this parameter controls the maximum number of nodes to evaluate to find the closest neighbors to connect to a new node.

public int? HnswNumEdgeCandidates { get; init; }

Property Value

int?