Skip to content

Commit 9fa214f

Browse files
authored
add availability info for the new l2_norm normalizer (#131716)
1 parent fe5dcfd commit 9fa214f

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)