Microsoft
DP-100 · Question #110
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is A. Yes. CSV (Comma-Separated Values) is also an accepted format for Azure AI Foundry RAG evaluation data. A CSV file can represent evaluation records in tabular form with named columns such as query, context, ground_truth, and response. Both .jsonl and .csv are valid input formats for…
Explore data and run experiments
Question
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result these questions will not appear on the review screen. You have an Azure AI Foundry project. You develop a RAG solution. You must evaluate the solution. You need to provide a properly formatted file that contains data for the evaluation. Solution: Use a file in the .csv format. Does the solution meet the goal?
Options
- AYes
- BNo
How the community answered
(53 responses)- A87% (46)
- B13% (7)
Explanation
CSV (Comma-Separated Values) is also an accepted format for Azure AI Foundry RAG evaluation data. A CSV file can represent evaluation records in tabular form with named columns such as query, context, ground_truth, and response. Both .jsonl and .csv are valid input formats for the Azure AI Foundry evaluation pipeline, so this solution also meets the goal.
Topics
#RAG solution#Evaluation data#File formats#Azure AI Foundry
Community Discussion
No community discussion yet for this question.