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
617 stars 403 forks source link

Upgrade to Semantic Kernel 1.0 #185

Closed aaronpowell closed 7 months ago

aaronpowell commented 12 months ago

Semantic Kernel 1.0 beta is out - https://devblogs.microsoft.com/semantic-kernel/introducing-the-v1-0-0-beta1-for-the-net-semantic-kernel-sdk/

There's several breaking changes that might impact this application that we need to review.

jmatthiesen commented 7 months ago

Thanks for the feedback! FYI that this sample has been updated to SK 1.3 with a recent set of changes.