File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,7 @@ setup:
259
259
- set : { esql.functions.to_long: functions_to_long }
260
260
- set : { esql.functions.coalesce: functions_coalesce }
261
261
- set : { esql.functions.categorize: functions_categorize }
262
+ - set : {esql.functions.text_embedding: functions_text_embedding}
262
263
263
264
- do :
264
265
esql.query :
@@ -302,6 +303,7 @@ setup:
302
303
- gt : { esql.functions.to_long: $functions_to_long }
303
304
- match : { esql.functions.coalesce: $functions_coalesce }
304
305
- gt : { esql.functions.categorize: $functions_categorize }
306
+ - match : {esql.functions.text_embedding: $functions_text_embedding}
305
307
306
308
- set : { esql.features.limit: limit_counter }
307
309
- set : { esql.features.sort: sort_counter }
You can’t perform that action at this time.
0 commit comments