diff --git a/versioned_docs/version-nightly/surrealql/operators.mdx b/versioned_docs/version-nightly/surrealql/operators.mdx index 34e1c89b2..2e610cff7 100644 --- a/versioned_docs/version-nightly/surrealql/operators.mdx +++ b/versioned_docs/version-nightly/surrealql/operators.mdx @@ -162,6 +162,10 @@ sidebar_position: 5 @@ or @[ref]@ Checks whether the terms are found in a full-text indexed field + + <|4|> or <|3,HAMMING| > + Performs a K-Nearest Neighbors (KNN) search to find a specified number of records closest to a given data point, optionally using a defined distance metric. Supports customizing the number of results and choice of distance calculation method. + @@ -777,4 +781,4 @@ ORDER BY score DESC; ] ``` -

\ No newline at end of file +