Skip to content

Commit c211583

Browse files
committed
Adding changelog and correcting TransportVersions
1 parent bcca709 commit c211583

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/changelog/122134.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 122134
2+
summary: Adding integration for VoyageAI embeddings and rerank models
3+
area: Machine Learning
4+
type: enhancement
5+
issues: []

server/src/main/java/org/elasticsearch/TransportVersions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ static TransportVersion def(int id) {
186186
public static final TransportVersion ESQL_RETRY_ON_SHARD_LEVEL_FAILURE = def(9_006_0_00);
187187
public static final TransportVersion ESQL_PROFILE_ASYNC_NANOS = def(9_007_00_0);
188188

189-
public static final TransportVersion VOYAGE_AI_INTEGRATION_ADDED = def(9_005_0_00);
189+
public static final TransportVersion VOYAGE_AI_INTEGRATION_ADDED = def(9_008_0_00);
190190
/*
191191
* STOP! READ THIS FIRST! No, really,
192192
* ____ _____ ___ ____ _ ____ _____ _ ____ _____ _ _ ___ ____ _____ ___ ____ ____ _____ _

0 commit comments

Comments
 (0)