You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
current implementation only support the api key auth, but most of production environment prefer to use azure ad token, we need the ability to pass the azure_ad_token_provider parameter when init AzureOpenAI client instance.
Describe the proposed solution
add a new parameter as azure_ad_token_provider to OpenAIEmbeddingFunction.