Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"offline-evals/via-ui/advanced/presets",
"offline-evals/via-ui/advanced/scheduled-runs",
"offline-evals/via-ui/advanced/customized-reports",
"offline-evals/via-ui/advanced/tag-reports",
"offline-evals/via-ui/advanced/dataset-evaluation"
]
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions offline-evals/via-ui/advanced/tag-reports.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Tag test runs
description: Tag your test runs to group and filter them effectively
---

<Steps>
<Step>

Tag any test run by clicking the **Add tags** button in the left sidebar of the run report view. Search and select one or more tags from the dropdown. If a tag doesn't exist, it'll be created automatically.

![Add tags](/images/docs/evaluate/how-to/optimize-evaluation-processes/tag-reports/add-tags-to-report.png)

</Step>
<Step>

Once tagged, filter runs by tag from the runs table. Navigate to the runs page using the **Runs** button in the left sidebar of the Evaluate section.

![Filter runs](/images/docs/evaluate/how-to/optimize-evaluation-processes/tag-reports/filter-reports-by-tag.png)

</Step>
</Steps>