Skip to content

Commit 0e39d48

Browse files
committed
fix refs
1 parent 56cfb0b commit 0e39d48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Use the following evaluation dataset, which contains example questions and expec
4343
1. Create a file called **eval_dataset.jsonl** in your **assets** folder.
4444
1. Paste this dataset into the file:
4545

46-
:::code language="jsonl" source="~/azureai-samples-nov2024/scenarios/rag/custom-rag-app/assets/echat_eval_data.jsonl":::
46+
:::code language="jsonl" source="~/azureai-samples-nov2024/scenarios/rag/custom-rag-app/assets/chat_eval_data.jsonl":::
4747

4848
### Evaluate with Azure AI evaluators
4949

@@ -63,15 +63,15 @@ The script also logs the evaluation results to the cloud project so that you can
6363
1. Create a file called **evaluate.py** in your **rag-tutorial** folder.
6464
1. Add the following code. Update the `dataset_path` and `evaluation_name` to fit your use case.
6565

66-
:::code language="python" source=""~/azureai-samples-nov2024/scenarios/rag/custom-rag-app/evaluate.py":::
66+
:::code language="python" source="~/azureai-samples-nov2024/scenarios/rag/custom-rag-app/evaluate.py":::
6767

6868
The main function at the end allows you to view the evaluation result locally, and gives you a link to the evaluation results in AI Studio.
6969

7070
### Create helper script
7171

7272
The evaluation script uses a helper script to define the target function and run the evaluation. Create a file called **config.py** in your main folder. Add the following code:
7373

74-
:::code language="python" source=""~/azureai-samples-nov2024/scenarios/rag/custom-rag-app/config.py":::
74+
:::code language="python" source="~/azureai-samples-nov2024/scenarios/rag/custom-rag-app/config.py":::
7575

7676
### Run the evaluation script
7777

0 commit comments

Comments
 (0)