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
6565
6666 :::code language="python" source="~ /azureai-samples-nov2024/scenarios/rag/custom-rag-app/evaluate.py" id="imports_and_config":::
6767
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
6969
7070 :::code language="python" source="~ /azureai-samples-nov2024/scenarios/rag/custom-rag-app/evaluate.py" id="evaluate_wrapper":::
7171
72721 . Finally, add code to run the evaluation:
7373
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 ":::
7575
7676 The main function allows you to view the evaluation result locally, and gives you a link to the evaluation results in AI Studio.
7777
You can’t perform that action at this time.
0 commit comments