Skip to content

Commit 8a550a1

Browse files
committed
Fix merge
1 parent 89c86e4 commit 8a550a1

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/vector

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/vector/VectorWritables.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private VectorWritables() {
2727
public static List<NamedWriteableRegistry.Entry> getNamedWritables() {
2828
List<NamedWriteableRegistry.Entry> entries = new ArrayList<>();
2929

30-
if (EsqlCapabilities.Cap.KNN_FUNCTION_V2.isEnabled()) {
30+
if (EsqlCapabilities.Cap.KNN_FUNCTION_V3.isEnabled()) {
3131
entries.add(Knn.ENTRY);
3232
}
3333
if (EsqlCapabilities.Cap.COSINE_VECTOR_SIMILARITY_FUNCTION.isEnabled()) {

0 commit comments

Comments
 (0)