From ff38cc17844a8ffe256db7c4ee630ef1fa102b55 Mon Sep 17 00:00:00 2001 From: fzowl Date: Tue, 23 Apr 2024 11:59:30 +0200 Subject: [PATCH 1/3] Update the VoyageAI available models --- vector-database/embeddings.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vector-database/embeddings.md b/vector-database/embeddings.md index 7d2fc47..006200f 100644 --- a/vector-database/embeddings.md +++ b/vector-database/embeddings.md @@ -280,10 +280,11 @@ await db.createTable( ## Voyage AI Embedding -Epsilla supports these VoyageAI embedding models (learn more about Voyage AI embedding at [https://www.voyageai.com/](https://www.voyageai.com/)): +Epsilla supports these VoyageAI embedding models (learn more about Voyage AI embedding at [https://docs.voyageai.com/docs/embeddings](https://docs.voyageai.com/docs/embeddings)): | Name | Dimensions | | ------------------------------------ | ---------- | +| **voyageai/voyage-law-2** | 1024 | | **voyageai/voyage-large-2** | 1536 | | **voyageai/voyage-2** | 1024 | | **voyageai/voyage-code-2** | 1536 | From e68139a4aed56b5c52f9bfcee021b534db777529 Mon Sep 17 00:00:00 2001 From: fzowl Date: Sun, 9 Jun 2024 15:44:39 +0200 Subject: [PATCH 2/3] New VoyageAI embedding models --- platform/integrations/voyage-ai.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/platform/integrations/voyage-ai.md b/platform/integrations/voyage-ai.md index 80b8980..1d8b81c 100644 --- a/platform/integrations/voyage-ai.md +++ b/platform/integrations/voyage-ai.md @@ -9,11 +9,14 @@ On Epsilla Cloud, you can enable Voyage AI integration by providing your Voyage Epsilla integrates with Voyage AI with the following embedding models: | Name | Dimensions | -| ------------------------------------ | ---------- | +|--------------------------------------|------------| +| **voyageai/voyage-large-2-instruct** | 1024 | +| **voyageai/voyage-finance-2** | 1024 | +| **voyageai/voyage-multilingual-2** | 1024 | +| **voyageai/voyage-law-2** | 1024 | +| **voyageai/voyage-code-2** | 1536 | | **voyageai/voyage-large-2** | 1536 | | **voyageai/voyage-2** | 1024 | -| **voyageai/voyage-code-2** | 1536 | -| **voyageai/voyage-lite-02-instruct** | 1024 | For Epsilla open source vector db, you just need to add a header in the data ingestion and semantic search queries [like this](../../vector-database/embeddings.md#voyage-ai-embedding). From 0eb59e45595b49521ac9afa2d804e94a208df7ef Mon Sep 17 00:00:00 2001 From: fzowl Date: Sun, 9 Jun 2024 15:46:42 +0200 Subject: [PATCH 3/3] New VoyageAI embedding models --- vector-database/embeddings.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vector-database/embeddings.md b/vector-database/embeddings.md index 006200f..cf24a00 100644 --- a/vector-database/embeddings.md +++ b/vector-database/embeddings.md @@ -284,11 +284,13 @@ Epsilla supports these VoyageAI embedding models (learn more about Voyage AI emb | Name | Dimensions | | ------------------------------------ | ---------- | +| **voyageai/voyage-large-2-instruct** | 1024 | +| **voyageai/voyage-finance-2** | 1024 | +| **voyageai/voyage-multilingual-2** | 1024 | | **voyageai/voyage-law-2** | 1024 | +| **voyageai/voyage-code-2** | 1536 | | **voyageai/voyage-large-2** | 1536 | | **voyageai/voyage-2** | 1024 | -| **voyageai/voyage-code-2** | 1536 | -| **voyageai/voyage-lite-02-instruct** | 1024 | When using Voyage AI embedding, make sure provide the **X-VoyageAI-API-Key** header when connecting to the vector database: