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

Add tests for evaluate #24

Closed pamelafox closed 4 months ago

pamelafox commented 5 months ago

This repo needs test for evaluate() and a CI to run them. This will require several mocks.

pamelafox commented 4 months ago

Added some tests in test_evaluate, can continue adding as needed.