File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,6 @@ You can use the ``options`` parameter to configure your vector search operation.
5252 * - Property
5353 - Description
5454
55- * - ``Exact ``
56- - Whether the vector search uses the exact nearest neighbor (ENN) algorithm.
57- If this property is set to ``false ``, the vector search uses the approximate nearest
58- neighbor (ANN) algorithm. If this property is set to ``true ``, the
59- ``NumberOfCandidates `` property must be ``null ``.
60-
61- | **Data type**: {+bool-data-type+}
62- | **Default**: ``false``
63-
6455 * - ``Filter ``
6556 - Additional search criteria that the found documents must match.
6657
@@ -103,4 +94,4 @@ perform the following operations:
10394
10495- Perform a vector search on the Atlas Vector Search index of the ``plot_embedding ``
10596 field by using vector embeddings for the string ``"time travel" ``
106- - Fetch the ``Title `` and ``Plot `` fields from documents found in the vector search
97+ - Fetch the ``Title `` and ``Plot `` fields from documents found in the vector search
You can’t perform that action at this time.
0 commit comments