From e07535471f0c22905387bec284f8ce60abb4c9cc Mon Sep 17 00:00:00 2001 From: Blazej Owczarczyk Date: Mon, 30 Sep 2024 18:37:25 +0200 Subject: [PATCH] Added voyage-3 and voyage-3-lite. (#2394) --- .../components/EmbeddingSelection/VoyageAiOptions/index.jsx | 2 ++ server/utils/EmbeddingEngines/voyageAi/index.js | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/EmbeddingSelection/VoyageAiOptions/index.jsx b/frontend/src/components/EmbeddingSelection/VoyageAiOptions/index.jsx index 252cb0a7b..b55fc6743 100644 --- a/frontend/src/components/EmbeddingSelection/VoyageAiOptions/index.jsx +++ b/frontend/src/components/EmbeddingSelection/VoyageAiOptions/index.jsx @@ -36,6 +36,8 @@ export default function VoyageAiOptions({ settings }) { "voyage-code-2", "voyage-large-2", "voyage-2", + "voyage-3", + "voyage-3-lite", ].map((model) => { return (