Skip to content

Commit 3d075fd

Browse files
committed
adding a new DENSE_VECTOR_EMBEDDING_FUNCTION capability
1 parent 66e0624 commit 3d075fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/action/EsqlCapabilities.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,6 +1197,11 @@ public enum Cap {
11971197
*/
11981198
KNN_FUNCTION(Build.current().isSnapshot()),
11991199

1200+
/**
1201+
* Support for dense vector embedding function
1202+
*/
1203+
DENSE_VECTOR_EMBEDDING_FUNCTION(Build.current().isSnapshot()),
1204+
12001205
LIKE_WITH_LIST_OF_PATTERNS,
12011206

12021207
/**

0 commit comments

Comments
 (0)