Azure-Samples / azure-search-openai-demo

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
https://azure.microsoft.com/products/search
MIT License
5.94k stars 4.08k forks source link

Ruff is failing which breaks the python-test workflow #1771

Closed john0isaac closed 3 months ago

john0isaac commented 3 months ago

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)

image

Error image

Run ruff . error: ruff <path> has been removed. Use ruff check <path> instead. Error: Process completed with exit code 1.