Skip to content

Commit 6f3dbce

Browse files
committed
edit
1 parent 6820a28 commit 6f3dbce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/fundamentals/atlas-vector-search.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ 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-
- Searches with 150 nearest neighbors, as determined by ``numCandidates``
111+
- During the search, uses 15o nearest neighbors, as determined by the
112+
``numCandidates`` option
112113
- Uses the ``vector_search`` index created on the ``plot_embedding`` field
113114
- Returns 5 documents with the specified ``plot`` and ``title`` fields
114115

0 commit comments

Comments
 (0)