Skip to content

Commit c57a1e1

Browse files
committed
add availability info for the new l2_norm normalizer
1 parent 741d55a commit c57a1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/elasticsearch/rest-apis/retrievers/linear-retriever.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ The `linear` retriever supports the following normalizers:
9090
```
9191
score = (score - min) / (max - min)
9292
```
93-
* `l2_norm`: Normalizes scores using the L2 norm of the score values
93+
* `l2_norm`: Normalizes scores using the L2 norm of the score values {applies_to}`stack: ga 9.1`

0 commit comments

Comments
 (0)