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: x-pack/plugin/inference/src/yamlRestTest/resources/rest-api-spec/test/inference/70_text_similarity_rank_retriever.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -746,7 +746,7 @@ setup:
746
746
inference_text: "how often does the moon hide the sun?"
747
747
field: semantic_text_field
748
748
chunk_rescorer:
749
-
chunk_size: 20
749
+
size: 20
750
750
chunking_settings:
751
751
strategy: sentence
752
752
max_chunk_size: 10
@@ -779,7 +779,7 @@ setup:
779
779
inference_text: "how often does the moon hide the sun?"
780
780
field: semantic_text_field
781
781
chunk_rescorer:
782
-
chunk_size: 20
782
+
size: 20
783
783
size: 10
784
784
785
785
- match: { hits.total.value: 2 }
@@ -814,7 +814,7 @@ setup:
814
814
inference_text: "how often does the moon hide the sun?"
0 commit comments