QuestionQ71
Implement generative AI and agentic solutionsYou have a Microsoft Foundry project containing a Retrieval Augmented Generation (RAG) solution. You need to run a pre-production evaluation using a labeled CSV dataset containing the query, context, response, and ground truth. The evaluation must measure:
- Whether responses address the user query
- Whether responses are supported by the provided context
- Whether responses contain sensitive or proprietary information
Which AI quality evaluation metrics should you use?
Select
To measure whether the responses are supported by the provided context and address the user query:
To measure whether responses contain sensitive or proprietary information:
Community Discussion