Class VectorSearchOptions
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Vector search options.
public sealed class VectorSearchOptions<TDocument>Type Parameters
TDocument
The type of the document.
Inheritance
VectorSearchOptions
Inherited Members
Properties
Get or sets a value indicating if exact nearest neighbor (ENN) is to be used, false by default. If false, approximate nearest neighbor (ANN) is used.
Gets or sets the filter.
Gets or sets the name of the index.
Gets or sets the number of candidates.