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
4 changes: 4 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,10 @@
"source": "/llm-evaluation/real-time-evaluation",
"destination": "/evaluations/online-evaluation/overview"
},
{
"source": "/llm-evaluation/offline/platform/ci-cd-execution",
"destination": "/evaluations/experiments/ci-cd"
},
{
"source": "/llm-evaluation/:path*",
"destination": "/evaluations/overview"
Expand Down
4 changes: 2 additions & 2 deletions evaluations/evaluators/custom-scoring.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,9 @@ Custom scores appear in:
href="/evaluations/experiments/overview"
/>
<Card
title="Analytics"
title="Evaluations Overview"
description="View and analyze your evaluation results."
icon="chart-line"
href="/features/analytics"
href="/evaluations/overview"
/>
</CardGroup>
4 changes: 1 addition & 3 deletions evaluations/evaluators/saved-evaluators.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ Saved evaluators are pre-configured evaluation setups that you create on the Lan
4. Configure the settings (model, prompt, thresholds, etc.)
5. Give it a descriptive name and save

<Frame>
<img src="/images/evaluators/saved-evaluator-create.png" alt="Creating a saved evaluator" />
</Frame>
{/* TODO: Add screenshot of saved evaluator creation UI */}

### Via the Evaluators Page

Expand Down
Loading