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 1ff2b5d commit 2dd6de3Copy full SHA for 2dd6de3
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java
@@ -1683,6 +1683,11 @@ public enum Cap {
1683
* KNN function adds support for k and visit_percentage options
1684
*/
1685
KNN_FUNCTION_OPTIONS_K_VISIT_PERCENTAGE,
1686
+
1687
+ /**
1688
+ * Support for inference in cross-cluster queries (CCQ)
1689
+ */
1690
+ INFERENCE_CCQ_SUPPORT,
1691
// Last capability should still have a comma for fewer merge conflicts when adding new ones :)
1692
// This comment prevents the semicolon from being on the previous capability when Spotless formats the file.
1693
;
0 commit comments