Azure-Samples / azure-search-openai-demo-csharp

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
MIT License
615 stars 403 forks source link

Permissions issue for uploading files #212

Closed aaronpowell closed 11 months ago

aaronpowell commented 11 months ago

The IAM assignment was only a Reader role, but we need Contributor as well to support file upload

Fixes #150

luisquintanilla commented 11 months ago

Sorry for the confusion @aaronpowell. We had already created #206 to address #150