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
612 stars 401 forks source link

prepdocs.sh has missing `fi` #288

Open SvenAelterman opened 7 months ago

SvenAelterman commented 7 months ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

azd up

Any log messages given by the failure

./scripts/prepdocs.sh: 50: Syntax error: "else" unexpected (expecting "fi")

Expected/desired behavior

Deployment is successful.

OS and Version?

Windows 11