File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/ai-studio/tutorials Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ The script also logs the evaluation results to the cloud project so that you can
65
65
66
66
:::code language="python" source="~ /azureai-samples-nov2024/scenarios/rag/custom-rag-app/evaluate.py" id="imports_and_config":::
67
67
68
- 1 . Add code to create a wrapper function that implements the evaluation interface for query & response evaluation
68
+ 1 . Add code to create a wrapper function that implements the evaluation interface for query and response evaluation
69
69
70
70
:::code language="python" source="~ /azureai-samples-nov2024/scenarios/rag/custom-rag-app/evaluate.py" id="evaluate_wrapper":::
71
71
72
72
1 . Finally, add code to run the evaluation:
73
73
74
- :::code language="python" source="~ /azureai-samples-nov2024/scenarios/rag/custom-rag-app/evaluate.py" id="evaluate_wrapper ":::
74
+ :::code language="python" source="~ /azureai-samples-nov2024/scenarios/rag/custom-rag-app/evaluate.py" id="run_evaluation ":::
75
75
76
76
The main function allows you to view the evaluation result locally, and gives you a link to the evaluation results in AI Studio.
77
77
You can’t perform that action at this time.
0 commit comments