feat: Adding VoyageAI's v3.5 models#128241
Merged
davidkyle merged 36 commits intoelastic:mainfrom May 27, 2025
Merged
Conversation
- embeddings works, tested - initial rerank code What's missing: - unit and integration tests - rerank request/response mapping and verification
- embeddings works, tested - rerank works, tested (https://www.elastic.co/search-labs/blog/elasticsearch-cohere-rerank) What's missing: - unit and integration tests
- embeddings works, tested - rerank works, tested (https://www.elastic.co/search-labs/blog/elasticsearch-cohere-rerank) What's missing: - unit and integration tests
- embeddings works, tested - rerank works, tested (https://www.elastic.co/search-labs/blog/elasticsearch-cohere-rerank) What's missing: - unit and integration tests
Moving dimensions to ServiceSettings
feat: VoyageAI integration
Collaborator
|
Pinging @elastic/ml-core (Team:ML) |
Member
|
@elasticmachine test this please |
Member
|
@fzowl the PR requires a changelog entry usually this is auto generated but not today for some reason. I wasn't able to push a commit adding the changelog to your branch, please can you apply the patch below to add the changelog. Thanks From bb8829b0e6a7d922df60f26091ee849c4343426b Mon Sep 17 00:00:00 2001
From: David Kyle <david.kyle@elastic.co>
Date: Thu, 22 May 2025 13:37:23 +0100
Subject: [PATCH] add changelog
---
docs/changelog/128241.yaml | 5 +++++
1 file changed, 5 insertions(+)
create mode 100644 docs/changelog/128241.yaml
diff --git a/docs/changelog/128241.yaml b/docs/changelog/128241.yaml
new file mode 100644
index 00000000000..a5233571e71
--- /dev/null
+++ b/docs/changelog/128241.yaml
@@ -0,0 +1,5 @@
+pr: 128241
+summary: Add VoyageAI's v3.5 models
+area: Machine Learning
+type: enhancement
+issues: []
--
2.45.2 |
Contributor
Author
|
@davidkyle I added the file, can you please take a look? |
Member
|
@elasticmachine test this please |
Member
|
Thanks for adding the change log entry @fzowl, because of that this enhancement will appear in the release notes |
davidkyle
pushed a commit
to davidkyle/elasticsearch
that referenced
this pull request
May 27, 2025
Collaborator
💚 Backport successful
|
elasticsearchmachine
pushed a commit
that referenced
this pull request
May 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gradle check?