spring-ai icon indicating copy to clipboard operation
spring-ai copied to clipboard

Support Azure AI Serach Service keyless authentication

Open asaikali opened this issue 1 year ago • 3 comments
trafficstars

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

related to #1624

Resources:

  • https://github.com/Azure-Samples/azure-openai-keyless-java

asaikali avatar Oct 30 '24 00:10 asaikali