Does Prism support Azure implementation? (OpenAI, RAG, ...) #95
Answered
by
ChrisB-TL
VerheeckeLorenzo
asked this question in
Q&A
-
As the title cites, I was wondering if the Prism package also supports connecting to an OpenAI text/embedding model hosted on Azure? |
Beta Was this translation helpful? Give feedback.
Answered by
ChrisB-TL
Mar 26, 2025
Replies: 1 comment 6 replies
-
It should! I just signed up for an Azure account. I'll test things out and circle back! |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the soon to be released Bedrock provider we've fallen somewhere between the two.
For this, to future proof, it probably makes sense to have a separate provider with its own client and config but using the existing openai handlers - rather than a config flag. Not much extra effort.