Azure-Samples / ai-rag-chat-evaluator

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

Fix data mapping to match new evaluate SDK expectations #52

Closed pamelafox closed 4 months ago

pamelafox commented 4 months ago

Purpose

Fixes #48

Confirmed with SDK that data_mapping variable names changed. I re-ran and results look correct.

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:

How to Test