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: snippets/ingest-configuration-shared/embedding-configuration.mdx
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ A common embedding configuration is a critical component that allows for dynamic
10
10
11
11
* <Iconicon="v"/><Iconicon="1"/> `aws_secret_access_key`: The AWS secret access key to be used for AWS-based embedders, such as Amazon Bedrock.
12
12
13
-
* <Iconicon="v"/><Iconicon="2"/> `embedding_provider`: The embedding provider to use while doing embedding. Available values include `aws-bedrock`, `huggingface`, `mixedbread-ai`, `octoai`, `openai`, `togetherai`, `vertexai`, and `voyageai`.
13
+
* <Iconicon="v"/><Iconicon="2"/> `embedding_provider`: The embedding provider to use while doing embedding. Available values include `aws-bedrock`, `azure-openai`, `huggingface`, `mixedbread-ai`, `octoai`, `openai`, `togetherai`, `vertexai`, and `voyageai`.
14
14
15
15
* <Iconicon="v"/><Iconicon="2"/> `embedding_api_key`: The API key to use, if one is required to generate the embeddings through an API service, such as OpenAI.
16
16
@@ -24,13 +24,15 @@ A common embedding configuration is a critical component that allows for dynamic
24
24
25
25
* <Iconicon="v"/><Iconicon="1"/> `model_name`: The specific model to use for the embedding provider, if necessary.
26
26
27
-
* <Iconicon="v"/><Iconicon="1"/> `provider`: The embedding provider to use while doing embedding. Available values include `aws-bedrock`, `huggingface`, `mixedbread-ai`, `octoai`, `openai`, `togetherai`, `vertexai`, and `voyageai`.
27
+
* <Iconicon="v"/><Iconicon="1"/> `provider`: The embedding provider to use while doing embedding. Available values include `aws-bedrock`, `azure-openai`, `huggingface`, `mixedbread-ai`, `octoai`, `openai`, `togetherai`, `vertexai`, and `voyageai`.
0 commit comments