Skip to content

Commit 64e90f1

Browse files
committed
remove exact option
1 parent e2d5891 commit 64e90f1

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Diff for: source/includes/vector-search-intro.rst

+1-10
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)