Skip to content

Commit e1c2f9a

Browse files
committed
fix term links
1 parent 146cfae commit e1c2f9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/fundamentals/vector-search.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ following optional parameters to ``search()``:
137137

138138
* - ``exact``
139139
- ``bool``
140-
- Specifies whether to run :term:`ENN` (``true``) or :term:`ANN`
141-
(``false``) search
140+
- Specifies whether to run an Exact Nearest Neighbor (``true``) or
141+
Approximate Nearest Neighbor (``false``) search
142142
- ``false``
143143

144144
* - ``filter``

0 commit comments

Comments
 (0)