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
| WHERE KNN(semantic_text_dense_field, TEXT_EMBEDDING("be excellent to each other", "test_dense_inference")) OR KNN(semantic_text_dense_field, TEXT_EMBEDDING("live long and prosper", "test_dense_inference"))
81
+
| SORT _score DESC, _id
82
+
| LIMIT 10
83
+
| KEEP semantic_text_field
84
+
;
85
+
86
+
semantic_text_field:text
87
+
live long and prosper
88
+
be excellent to each other
89
+
all we have to decide is what to do with the time that is given to us
90
+
;
72
91
73
92
text_embedding with multiple knn queries in fork
74
93
required_capability: text_embedding_function
@@ -91,5 +110,5 @@ live long and prosper | [50.0, 5
91
110
live long and prosper | [45.0, 55.0, 54.0] | fork1
92
111
be excellent to each other | [50.0, 57.0, 56.0] | fork2
93
112
all we have to decide is what to do with the time that is given to us | [45.0, 55.0, 54.0] | fork1
94
-
all we have to decide is what to do with the time that is given to us | [50.0, 57.0, 56.0] | fork2
113
+
all we have to decide is what to do with the time that is given to us | [50.0, 57.0, 56.0] | fork2
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/inference/InferenceFunctionEvaluatorTests.java
0 commit comments