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
560 stars 352 forks source link

Support user authentication #175

Closed luisquintanilla closed 8 months ago

luisquintanilla commented 9 months ago

Use this guide as reference - https://github.com/Azure-Samples/azure-search-openai-demo#enabling-authentication

luisquintanilla commented 8 months ago

Solved by #193 and #180