We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146cfae commit e1c2f9aCopy full SHA for e1c2f9a
docs/fundamentals/vector-search.txt
@@ -137,8 +137,8 @@ following optional parameters to ``search()``:
137
138
* - ``exact``
139
- ``bool``
140
- - Specifies whether to run :term:`ENN` (``true``) or :term:`ANN`
141
- (``false``) search
+ - Specifies whether to run an Exact Nearest Neighbor (``true``) or
+ Approximate Nearest Neighbor (``false``) search
142
- ``false``
143
144
* - ``filter``
0 commit comments