Find answers from the community

Home
Members
sour_doh!
s
sour_doh!
Offline, last seen 3 months ago
Joined September 25, 2024
Is it possible with AzureOpenAI to use managed identities instead of endpoint/key authentication?

Plain Text
from azure.identity import DefaultAzureCredential

credential = DefaultAzureCredential()
2 comments
a
Question on OpenAIAgent and QueryEngineTool. Would including keywords in the ToolMetadata.description assist in identifying the correct tool to use?
1 comment
L
For Azure config, is there a benefit using LangchainEmbedding vs OpenAIEmbeddings?
1 comment
L