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
612 stars 401 forks source link

Deleting nuget.config. Syncs with .NET 8 RTM #237

Closed paulyuk closed 10 months ago

paulyuk commented 10 months ago

Purpose

We're removing nuget.config in the local /app folder so we rely on the factory state laid down by the .NET SDK and what is in the users' cascading nuget config User global nuget.config

luisquintanilla commented 10 months ago

@IEvangelist @paulyuk is this okay to merge?