We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6820a28 commit 6f3dbceCopy full SHA for 6f3dbce
source/fundamentals/atlas-vector-search.txt
@@ -108,7 +108,8 @@ The following example shows how to build an aggregation pipeline that uses the
108
Neighbor (ANN) vector search with the following specifications:
109
110
- Queries the ``plot_embedding`` field with the BSON binary ``queryVector``
111
-- Searches with 150 nearest neighbors, as determined by ``numCandidates``
+- During the search, uses 15o nearest neighbors, as determined by the
112
+ ``numCandidates`` option
113
- Uses the ``vector_search`` index created on the ``plot_embedding`` field
114
- Returns 5 documents with the specified ``plot`` and ``title`` fields
115
0 commit comments