Skip to content
Merged
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
5 changes: 1 addition & 4 deletions content/docs/evaluation/core-concepts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ LLM applications often have a constant loop of testing and monitoring.

**Online evaluation** scores live traces to catch issues in real traffic. When you find edge cases your dataset didn't cover, you add them back to your dataset so future experiments will catch them.

<Frame fullWidth>
![The Continuous Evaluation/Iteration
Loop](/images/docs/evaluation/continuous-evaluation-loop.png)
</Frame>
<LoopDiagram />

> **Here's an example workflow** for building a customer support chatbot
>
Expand Down
Loading