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
The current AzureVectorStoreAutoConfiguration expects an api key, however there are many organization that don't allow api key access and leverage the azure managed system identity.
todo:
enhance the AzureVectorStoreAutoConfiguration so that it can use system identity
enhance docs to explain to users how this can be done