Skip to content

Commit 9d3e98c

Browse files
committed
fix intro of evaluate tutorial
1 parent 1479e90 commit 9d3e98c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/ai-studio/tutorials/copilot-sdk-evaluate.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ author: sdgilley
1717
In this tutorial, you use the Azure AI SDK (and other libraries) to evaluate and deploy the chat app you built in [Part 2 of the tutorial series](copilot-sdk-build-rag.md). In this part three, you learn how to:
1818

1919
> [!div class="checklist"]
20-
> - Evaluate the quality of chat app responses
21-
> - Deploy the chat app to Azure
22-
> - Verify the deployment
20+
> - Create an evaluation dataset
21+
> - Evaluate the chat app with Azure AI evaluators
22+
2323

2424
This tutorial is part three of a three-part tutorial.
2525

@@ -72,7 +72,6 @@ The script also logs the evaluation results to the cloud project so that you can
7272

7373
:::code language="python" source="~/azureai-samples-nov2024/scenarios/rag/custom-rag-app/evaluate.py" id="run_evaluation":::
7474

75-
7675
### Configure the evaluation model
7776

7877
Since the evaluation script calls the model many times, you might want to increase the number of tokens per minute for the evaluation model.

0 commit comments

Comments
 (0)