Fix broken links to headers in release notes (#3279)

This commit is contained in:
Justin Ellingwood 2025-06-18 11:02:16 +01:00 committed by GitHub
parent 8e94a67d4a
commit 2483437e9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -261,12 +261,12 @@ Get started by selecting an AI workflow you want to evaluate that includes one o
1. Add an **Evaluation** node with the **On new Evaluation event** operation. This node will act as an additional trigger youll run only when testing. Configure it to read your dataset from Google Sheets, with each row representing a test input.<br>
> 💡 Better datasets mean better evaluations. Craft your dataset from a variety of test cases, including edge cases and typical inputs, to get meaningful feedback on how your AI performs. Learn more and access sample datasets [here](/advanced-ai/evaluations/light-evaluations.md/#1-create-a-dataset.md).
> 💡 Better datasets mean better evaluations. Craft your dataset from a variety of test cases, including edge cases and typical inputs, to get meaningful feedback on how your AI performs. Learn more and access sample datasets [here](/advanced-ai/evaluations/light-evaluations.md/#1-create-a-dataset).
2. Add a second **Evaluation** node using the **Set Outputs** operation after the part of the workflow you're testing—typically after an LLM or Agent node. This captures the response and writes it back to your dataset in Google Sheets.
3. To evaluate output quality, add a third **Evaluation** node with the **Set Metrics** operation at a point after youve generated the outputs. You can develop workflow logic, custom calculations, or add an LLM-as-Judge to score the outputs. Map these metrics to your dataset in the nodes parameters. <br>
> 💡 Well-defined metrics = smarter decisions. Scoring your outputs based on similarity, correctness, or categorization can help you track whether changes are actually improving performance. Learn more and get links to example templates [here](/advanced-ai/evaluations/metric-based-evaluations.md/#2-calculate-metrics.md).
> 💡 Well-defined metrics = smarter decisions. Scoring your outputs based on similarity, correctness, or categorization can help you track whether changes are actually improving performance. Learn more and get links to example templates [here](/advanced-ai/evaluations/metric-based-evaluations.md/#2-calculate-metrics).
<br>