feat: adds model selection to Azure OpenAI Embeddings component (#3882)
Right now the Azure OpenAI Embeddings component doesn't allow you to pick the embedding model to use. The same models are available that OpenAI make available, so I used the constant that lists them to pull from.
This commit is contained in:
parent
106a34d2ff
commit
7a01cf7e5b
2 changed files with 10 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ This component generates embeddings using Azure OpenAI models.
|
|||
|
||||
| Name | Type | Description |
|
||||
|------|------|-------------|
|
||||
| Model | String | Name of the model to use (default: `text-embedding-3-small`) |
|
||||
| Azure Endpoint | String | Your Azure endpoint, including the resource. Example: `https://example-resource.azure.openai.com/` |
|
||||
| Deployment Name | String | The name of the deployment |
|
||||
| API Version | String | The API version to use, options include various dates |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue