We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embedder
Generator
Is your feature request related to a problem? Please describe. Please add support for Azure openAI models for Embedder and Generator
Describe the solution you'd like api_base, api_version needs to be added
api_base
api_version
https://learn.microsoft.com/en-us/azure/ai-services/openai/quickstart?tabs=command-line%2Cpython-new&pivots=programming-language-python
Haystack v1 has already has this feature implemented, eg: https://github.com/deepset-ai/haystack/blob/v1.23.x/haystack/nodes/prompt/invocation_layer/azure_open_ai.py
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Thanks for bringing this up. We'll work on that in the coming weeks. Tracking progress separately in the two issues above.
Sorry, something went wrong.
Closing this issue as completed. We have implemented and added both Azure embedders and generators
No branches or pull requests
Is your feature request related to a problem? Please describe.
Please add support for Azure openAI models for
Embedder
andGenerator
Describe the solution you'd like
api_base
,api_version
needs to be addedhttps://learn.microsoft.com/en-us/azure/ai-services/openai/quickstart?tabs=command-line%2Cpython-new&pivots=programming-language-python
Haystack v1 has already has this feature implemented, eg:
https://github.com/deepset-ai/haystack/blob/v1.23.x/haystack/nodes/prompt/invocation_layer/azure_open_ai.py
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: