You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/elasticsearch/rest-apis/retrievers.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -287,10 +287,6 @@ Each entry specifies the following parameters:
287
287
288
288
* `l2_norm` : An `L2ScoreNormalizer` that normalizes scores using the L2 norm of the score values.
289
289
290
-
```
291
-
score = score / sqrt(sum(score_i^2))
292
-
```
293
-
294
290
See also [this hybrid search example](docs-content://solutions/search/retrievers-examples.md#retrievers-examples-linear-retriever) using a linear retriever on how to independently configure and apply normalizers to retrievers.
0 commit comments