Skip to content

Commit 0819352

Browse files
committed
Adding VoyageAI embeddings documentation
1 parent 8317943 commit 0819352

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

en/embedding.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -553,6 +553,18 @@ <h4 id="voyageai-embedder-models">VoyageAI embedder models</h4>
553553
<li>voyage-multilingual-2 produces <code>tensor&lt;float&gt;(x[1024])</code> - supports 100+ languages</li>
554554
</ul>
555555

556+
<p>Contextual model:</p>
557+
<ul>
558+
<li><strong>voyage-context-3</strong> produces <code>tensor&lt;float&gt;(x[1024])</code> (configurable: 256, 512, 1024, 2048) -
559+
contextualized embeddings for document chunks with surrounding context awareness</li>
560+
</ul>
561+
562+
<p>Multimodal model (preview):</p>
563+
<ul>
564+
<li><strong>voyage-multimodal-3.5</strong> produces <code>tensor&lt;float&gt;(x[1024])</code> (configurable: 256, 512, 1024, 2048) -
565+
multimodal embeddings for text, images, and video in a shared vector space</li>
566+
</ul>
567+
556568
<h4 id="voyageai-input-types">Input type detection</h4>
557569
<p>VoyageAI models distinguish between query and document embeddings for improved retrieval quality.
558570
The embedder automatically detects the context and sets the appropriate input type:</p>

en/reference/embedding-reference.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,8 @@ <h3 id="voyageai-embedder-reference-config">VoyageAI embedder reference config</
540540
<li><code>voyage-finance-2</code> (1024 dims) - Financial documents</li>
541541
<li><code>voyage-law-2</code> (1024 dims) - Legal documents</li>
542542
<li><code>voyage-multilingual-2</code> (1024 dims) - Multilingual support</li>
543+
<li><code>voyage-context-3</code> (1024 dims, configurable: 256/512/1024/2048) - Contextualized document chunk embeddings</li>
544+
<li><code>voyage-multimodal-3.5</code> (1024 dims, configurable: 256/512/1024/2048) - Multimodal embeddings (text, images, video) [preview]</li>
543545
</ul>
544546
</td>
545547
<td>string</td>

0 commit comments

Comments
 (0)