Skip to content

Commit dc66801

Browse files
committed
numcandidates edit
1 parent 6f3dbce commit dc66801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/fundamentals/atlas-vector-search.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ The following example shows how to build an aggregation pipeline that uses the
108108
Neighbor (ANN) vector search with the following specifications:
109109

110110
- Queries the ``plot_embedding`` field with the BSON binary ``queryVector``
111-
- During the search, uses 15o nearest neighbors, as determined by the
111+
- Sets the number of nearest neighbors used in the search to 150 by using the
112112
``numCandidates`` option
113113
- Uses the ``vector_search`` index created on the ``plot_embedding`` field
114114
- Returns 5 documents with the specified ``plot`` and ``title`` fields

0 commit comments

Comments
 (0)