Azure-Samples / azure-search-openai-javascript

A TypeScript sample app for the Retrieval Augmented Generation pattern running on Azure, using Azure AI Search for retrieval and Azure OpenAI and LangChain large language models (LLMs) to power ChatGPT-style and Q&A experiences.
MIT License
254 stars 132 forks source link

Update PSRule configuration and workflow #218

Open BernieWhite opened 1 month ago

BernieWhite commented 1 month ago

Purpose

Update PSRule configuration for checking Azure IaC.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[x] Other... Please describe: CI update

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install