Răsfoiți Sursa

add availability info for the new l2_norm normalizer (#131716)

shainaraskas 3 luni în urmă
părinte
comite
9fa214f49b

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

@@ -90,4 +90,4 @@ The `linear` retriever supports the following normalizers:
     ```
     score = (score - min) / (max - min)
     ```
-* `l2_norm`: Normalizes scores using the L2 norm of the score values
+* `l2_norm`: Normalizes scores using the L2 norm of the score values {applies_to}`stack: ga 9.1`