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
555 stars 346 forks source link

prepdocs.ps1 requires .NET 8 to run successfully #210

Closed danielstocker closed 6 months ago

danielstocker commented 8 months ago

Image

When running "azd up" without .NET 8 SDK installed the above error occurs.

The readme of the repo indicates that .NET 7 is required. It may need an update.

karstenjMSFT commented 8 months ago

yep, docs just got updated.

luisquintanilla commented 6 months ago

Marking this issue as resolved since .NET 8 is GA and docs are updated.