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

Update to latest dependencies #313

Open jmatthiesen opened 2 months ago

jmatthiesen commented 2 months ago

It's been some time since we've updated the dependencies in this sample. We should at least update to the latest versions of:

And review others to see if we want to bump them to the latest versions of at least the major version on each.

lgmorand commented 1 month ago

I did a try on my fork. Everything went fine (only took last stable versions + beta of openai). Had to fix two warnings with SK 1.13

jaliyaudagedara commented 3 weeks ago

And I am seeing we are using Azure.AI.FormRecognizer, shouldn't we be moving to Azure.AI.DocumentIntelligence?