deepset-ai / haystack

:mag: AI orchestration framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data. With advanced retrieval methods, it's best suited for building RAG, question answering, semantic search or conversational agent chatbots.
https://haystack.deepset.ai
Apache License 2.0
16.94k stars 1.85k forks source link

feat: Add support for Azure API Manager to Azure Generator/Chat #8243

Closed lbux closed 2 weeks ago

lbux commented 1 month ago

Is your feature request related to a problem? Please describe. This was asked for by a user on the discord a couple weeks ago. Useful for those who don't use an API key and instead use an Azure Organizational Project.

Describe the solution you'd like The solution is to allow for default_headers to be exposed as mentioned here: https://github.com/openai/openai-python/issues/1308.

Describe alternatives you've considered N/A Additional context N/A