pranayroni / azure-search-openai-demo-csharp

documentbot in .net
MIT License
0 stars 1 forks source link

Security: Increase Azure AI Search API Permissions #68

Closed pranayroni closed 3 months ago

pranayroni commented 3 months ago

Addresses #64 , Document Upload procedure also includes AI Search Index WRITE. This permission was never granted with original api-key because it was only for query, this PR includes admin that allows this.

Should resolve issue.