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

.NET Aspire-ify this app #244

Open IEvangelist opened 7 months ago

IEvangelist commented 7 months ago

This is the perfect, real-world app that could benefit from using .NET Aspire. This would allow the frontend to talk with the backend via service discovery.