We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cd91e commit 5716501Copy full SHA for 5716501
x-pack/plugin/rank-rrf/src/yamlRestTest/resources/rest-api-spec/test/linear/10_linear_retriever.yml
@@ -266,6 +266,9 @@ setup:
266
267
---
268
"should normalize initial scores with l2_norm":
269
+ - requires:
270
+ cluster_features: [ "linear_retriever.l2_norm" ]
271
+ reason: "Requires l2_norm normalization support in linear retriever"
272
- do:
273
search:
274
index: test
@@ -320,6 +323,9 @@ setup:
320
323
321
324
322
325
"should handle all zero scores in normalization":
326
327
328
329
330
331
0 commit comments