Is this package works with AzureOpenAI? #327
-
Please share llm and text_embedder configurations along with import settings please? In our corporation, we use Azure OpenAI and love to explore. |
Beta Was this translation helpful? Give feedback.
Answered by
jgbradley1
Jul 2, 2024
Replies: 1 comment 2 replies
-
I am able to configure and working for me now :-) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Azure OpenAI is supported. With Azure OpenAI specifically, there are two authentication options. You can provide an API key or if you leave the API key out of your configuration file,
graphrag
will fallback and attempt to use managed identity if you have it setup on your system.