We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2444673 commit 1d730a5Copy full SHA for 1d730a5
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/230_folding.yml
@@ -463,9 +463,6 @@ Foldable query using KNN on image_vector:
463
- match: { columns.4.name: "name" }
464
- match: { columns.5.name: "image_vector" }
465
- length: { values: 2 }
466
- # The closest vectors to [0.4, 0.5, 0.6] are Bob Johnson and Charlie Smith
467
- - match: { values.0.4: "Bob Johnson" }
468
- - match: { values.1.4: "Charlie Smith" }
469
470
---
471
0 commit comments