You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: platform/embedding.mdx
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,10 +63,20 @@ To generate embeddings, choose one of the following embedding providers and mode
63
63
64
64
<Note>You can change a workflow's preconfigured provider only through [Custom](/platform/workflows#create-a-custom-workflow) workflow settings.</Note>
65
65
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:
67
67
68
68
-**text-embedding-3-small**, with 1536 dimensions.
69
69
-**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.
0 commit comments