[PR #2955] [MERGED] feat: add support for voyage-3-large and voyage-code-3 embedding models #4182

Closed
opened 2026-02-22 18:35:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/2955
Author: @root-reindeer-flotilla
Created: 1/8/2025
Status: Merged
Merged: 1/8/2025
Merged by: @timothycarambat

Base: masterHead: master


📝 Commits (2)

  • dcaf92b feat: add support for voyage-3-large and voyage-code-3 embedding models
  • 58f07be unset env example

📊 Changes

2 files changed (+4 additions, -0 deletions)

View changed files

📝 frontend/src/components/EmbeddingSelection/VoyageAiOptions/index.jsx (+2 -0)
📝 server/utils/EmbeddingEngines/voyageAi/index.js (+2 -0)

📄 Description

  • Add voyage-3-large and voyage-code-3 to VoyageAiOptions dropdown
  • Update getMaxEmbeddingLength to support 32k context for new models
  • Update .env.example with new model options

Pull Request Type

  • feat
  • 🐛 fix
  • ♻️ refactor
  • 💄 style
  • 🔨 chore
  • 📝 docs

What is in this change?

Added the new VoyageAI models voyage-3-large and voyage-code-3 https://docs.voyageai.com/docs/embeddings

Additional Information

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/2955 **Author:** [@root-reindeer-flotilla](https://github.com/root-reindeer-flotilla) **Created:** 1/8/2025 **Status:** ✅ Merged **Merged:** 1/8/2025 **Merged by:** [@timothycarambat](https://github.com/timothycarambat) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`dcaf92b`](https://github.com/Mintplex-Labs/anything-llm/commit/dcaf92b8114b6b9850a6c709177d07729e52a416) feat: add support for voyage-3-large and voyage-code-3 embedding models - [`58f07be`](https://github.com/Mintplex-Labs/anything-llm/commit/58f07be9032d638d71b925a3fea4bccc8c2725c8) unset env example ### 📊 Changes **2 files changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/EmbeddingSelection/VoyageAiOptions/index.jsx` (+2 -0) 📝 `server/utils/EmbeddingEngines/voyageAi/index.js` (+2 -0) </details> ### 📄 Description - Add voyage-3-large and voyage-code-3 to VoyageAiOptions dropdown - Update getMaxEmbeddingLength to support 32k context for new models - Update .env.example with new model options ### Pull Request Type <!-- For change type, change [ ] to [x]. --> - [x] ✨ feat - [ ] 🐛 fix - [ ] ♻️ refactor - [ ] 💄 style - [ ] 🔨 chore - [ ] 📝 docs ### What is in this change? Added the new VoyageAI models voyage-3-large and voyage-code-3 https://docs.voyageai.com/docs/embeddings ### Additional Information <!-- Add any other context about the Pull Request here that was not captured above. --> ### Developer Validations <!-- All of the applicable items should be checked. --> - [x] I ran `yarn lint` from the root of the repo & committed changes - [x] Relevant documentation has been updated - [x] I have tested my code functionality - [x] Docker build succeeds locally --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:35:18 -05:00
yindo closed this issue 2026-02-22 18:35:18 -05:00
yindo changed title from [PR #2955] feat: add support for voyage-3-large and voyage-code-3 embedding models to [PR #2955] [MERGED] feat: add support for voyage-3-large and voyage-code-3 embedding models 2026-06-05 15:17:15 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4182