File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ Foldable query using KNN on image_vector:
430430 - method : POST
431431 path : /_query
432432 parameters : [ ]
433- capabilities : [ knn_function_v2 ]
433+ capabilities : [ knn_function_v3 ]
434434 reason : " Uses KNN function"
435435 - do :
436436 esql.query :
@@ -460,7 +460,7 @@ Foldable query using KNN on image_vector but with non-foldable expression:
460460 - method : POST
461461 path : /_query
462462 parameters : [ ]
463- capabilities : [ knn_function_v2 ]
463+ capabilities : [ knn_function_v3 ]
464464 reason : " Uses KNN function"
465465 - do :
466466 catch : bad_request
@@ -483,7 +483,7 @@ KNN on non constant k():
483483 - method : POST
484484 path : /_query
485485 parameters : [ ]
486- capabilities : [ knn_function_v2 ]
486+ capabilities : [ knn_function_v3 ]
487487 reason : " Uses KNN function"
488488 - do :
489489 catch : bad_request
@@ -506,7 +506,7 @@ KNN on non constant query:
506506 - method : POST
507507 path : /_query
508508 parameters : [ ]
509- capabilities : [ knn_function_v2 ]
509+ capabilities : [ knn_function_v3 ]
510510 reason : " Uses KNN function"
511511 - do :
512512 catch : bad_request
You can’t perform that action at this time.
0 commit comments