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
552 stars 345 forks source link

Service cleanup #282

Closed IEvangelist closed 4 months ago

IEvangelist commented 4 months ago

Encapsulate the WebAssembly specific bits into a service abstraction, that allows the MAUI bits to be independently implemented/ignored without throwing exception, or handling try/catch.