Azure-Samples / ai-rag-chat-evaluator

Tools for evaluation of RAG Chat Apps using Azure AI Evaluate SDK and OpenAI
MIT License
226 stars 78 forks source link

Adding azd GitHub actions workflow #70

Closed pamelafox closed 7 months ago

pamelafox commented 7 months ago

Purpose

This PR adds the standard GitHub pipeline for azd, but with a condition to only run for this repo for now, as I am going to use it as a test that everything is working correctly.

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

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

How to Test