Skip to content

Commit f4261d5

Browse files
authored
Platform UI: Add TogetherAI embedding provider and models (#432)
1 parent 13123bb commit f4261d5

File tree

2 files changed

+39
-9
lines changed

2 files changed

+39
-9
lines changed

platform/embedding.mdx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,20 @@ To generate embeddings, choose one of the following embedding providers and mode
6363

6464
<Note>You can change a workflow's preconfigured provider only through [Custom](/platform/workflows#create-a-custom-workflow) workflow settings.</Note>
6565

66-
- **OpenAI**: Use [OpenAI](https://openai.com) to generate embeddings. Also, choose the model to use:
66+
- **Azure OpenAI**: Use [Azure OpenAI](https://azure.microsoft.com/products/ai-services/openai-service) to generate embeddings. Also, choose the model to use:
6767

6868
- **text-embedding-3-small**, with 1536 dimensions.
6969
- **text-embedding-3-large**, with 3072 dimensions.
70-
- **Ada 002 (Text)**, with 1536 dimensions.
70+
- **Ada 002 (Text)** (`text-embedding-ada-002`), with 1536 dimensions.
7171

72-
[Learn more](https://platform.openai.com/docs/guides/embeddings).
72+
[Learn more](https://learn.microsoft.com/azure/ai-services/openai/concepts/models#embeddings).
73+
74+
- **TogetherAI**: Use [TogetherAI](https://www.together.ai/) to generate embeddings. Also, choose the model to use:
75+
76+
- **M2-BERT-80M-2K-Retrieval**, with 768 dimensions.
77+
- **M2-BERT-80M-8K-Retrieval**, with 768 dimensions.
78+
- **M2-BERT-80M-32K-Retrieval**, with 768 dimensions.
79+
- **Sentence-BERT**, with 768 dimensions.
80+
- **BERT**, with 768 dimensions.
81+
82+
[Learn more](https://docs.together.ai/docs/serverless-models#embedding-models).

platform/workflows.mdx

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -290,13 +290,23 @@ There are two ways to create a custom workflow:
290290
16. In the **Embed** area, for **Provider**, choose one of the following:
291291

292292
- **None**: Do not generate embeddings.
293-
- **OpenAI**: Use OpenAI to generate embeddings. Also, choose the model to use:
293+
- **Azure OpenAI**: Use Azure OpenAI to generate embeddings. Also, choose the model to use:
294294

295295
- **text-embedding-3-small**, with 1536 dimensions.
296296
- **text-embedding-3-large**, with 3072 dimensions.
297-
- **Ada 002 (Text)**, with 1536 dimensions.
297+
- **Ada 002 (Text)** (`text-embedding-ada-002`), with 1536 dimensions.
298298

299-
[Learn more](https://platform.openai.com/docs/guides/embeddings).
299+
[Learn more](https://learn.microsoft.com/azure/ai-services/openai/concepts/models#embeddings).
300+
301+
- **TogetherAI**: Use TogetherAI to generate embeddings. Also, choose the model to use:
302+
303+
- **M2-BERT-80M-2K-Retrieval**, with 768 dimensions.
304+
- **M2-BERT-80M-8K-Retrieval**, with 768 dimensions.
305+
- **M2-BERT-80M-32K-Retrieval**, with 768 dimensions.
306+
- **Sentence-BERT**, with 768 dimensions.
307+
- **BERT**, with 768 dimensions.
308+
309+
[Learn more](https://docs.together.ai/docs/serverless-models#embedding-models).
300310

301311
Learn more:
302312

@@ -478,13 +488,23 @@ There are two ways to create a custom workflow:
478488
<Accordion title="Embedder node">
479489
For **Providers**, select one of the following:
480490

481-
- **OpenAI**: Use OpenAI to generate embeddings. Also, choose the model to use:
491+
- **Azure OpenAI**: Use Azure OpenAI to generate embeddings. Also, choose the model to use:
482492

483493
- **text-embedding-3-small**, with 1536 dimensions.
484494
- **text-embedding-3-large**, with 3072 dimensions.
485-
- **Ada 002 (Text)**, with 1536 dimensions.
495+
- **Ada 002 (Text)** (`text-embedding-ada-002`), with 1536 dimensions.
496+
497+
[Learn more](https://learn.microsoft.com/azure/ai-services/openai/concepts/models#embeddings).
498+
499+
- **TogetherAI**: Use TogetherAI to generate embeddings. Also, choose the model to use:
500+
501+
- **M2-BERT-80M-2K-Retrieval**, with 768 dimensions.
502+
- **M2-BERT-80M-8K-Retrieval**, with 768 dimensions.
503+
- **M2-BERT-80M-32K-Retrieval**, with 768 dimensions.
504+
- **Sentence-BERT**, with 768 dimensions.
505+
- **BERT**, with 768 dimensions.
486506

487-
[Learn more](https://platform.openai.com/docs/guides/embeddings).
507+
[Learn more](https://docs.together.ai/docs/serverless-models#embedding-models).
488508

489509
Learn more:
490510

0 commit comments

Comments
 (0)