mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* Add Azure embedders --------- Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
6 lines
224 B
YAML
6 lines
224 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds AzureOpenAIDocumentEmbedder and AzureOpenAITextEmbedder as new embedders. These embedders are very similar to
|
|
their OpenAI counterparts, but they use the Azure API instead of the OpenAI API.
|