Azure-Samples / ai-rag-chat-evaluator

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

Summary.app fix for parameters.json #29

Closed diberry closed 5 months ago

diberry commented 5 months ago

Purpose

Does this introduce a breaking change?

[ ] Yes
[x ] No

Pull Request Type

What kind of change does this Pull Request introduce?

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

26

How to Test

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

What to Check

Verify that the following are valid

Other Information

pamelafox commented 5 months ago

I needed also to rename the existing parameters.json files in the example folder, so I made a new PR: https://github.com/Azure-Samples/ai-rag-chat-evaluator/pull/30 I tried pushing to your PR but that's not allowed when your branch is main, I think. (I got an error).