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/qa/test-service-plugin/src/main/java/org/elasticsearch/xpack/inference/mock/TestRerankingServiceExtension.java
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
+87-25Lines changed: 87 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,6 @@ setup:
2
2
- skip:
3
3
features:
4
4
- close_to
5
-
- contains
6
5
- requires:
7
6
test_runner_features: "close_to"
8
7
@@ -33,16 +32,8 @@ setup:
33
32
type: keyword
34
33
subtopic:
35
34
type: keyword
36
-
37
-
- do:
38
-
index:
39
-
index: test-index
40
-
id: doc_1
41
-
body:
42
-
text: "As seen from Earth, a solar eclipse happens when the Moon is directly between the Earth and the Sun."
43
-
topic: [ "science" ]
44
-
subtopic: [ "technology" ]
45
-
refresh: true
35
+
inference_text_field:
36
+
type: text
46
37
47
38
- do:
48
39
index:
@@ -52,6 +43,7 @@ setup:
52
43
text: "The phases of the Moon come from the position of the Moon relative to the Earth and Sun."
53
44
topic: [ "science" ]
54
45
subtopic: [ "astronomy" ]
46
+
inference_text_field: "0"
55
47
refresh: true
56
48
57
49
- do:
@@ -61,11 +53,27 @@ setup:
61
53
body:
62
54
text: "Sun Moon Lake is a lake in Nantou County, Taiwan. It is the largest lake in Taiwan."
63
55
topic: [ "geography" ]
56
+
inference_text_field: "1"
57
+
refresh: true
58
+
59
+
- do:
60
+
index:
61
+
index: test-index
62
+
id: doc_1
63
+
body:
64
+
text: "As seen from Earth, a solar eclipse happens when the Moon is directly between the Earth and the Sun."
0 commit comments