Skip to content

Commit 0ca085b

Browse files
authored
docs: eval concepts (#663)
1 parent 317481b commit 0ca085b

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

docs/evaluation/concepts/index.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,15 @@ Learn [how run pairwise evaluations](/evaluation/how_to_guides/evaluate_pairwise
139139

140140
Each time we evaluate an application on a dataset, we are conducting an experiment.
141141
An experiment contains the results of running a specific version of your application on the dataset.
142+
To understand how to use the LangSmith experiment view, see [how to analyze experiment results](/evaluation/how_to_guides/analyze_single_experiment).
143+
144+
![Experiment view](./static/experiment_view.png)
145+
142146
Typically, we will run multiple experiments on a given dataset, testing different configurations of our application (e.g., different prompts or LLMs).
143147
In LangSmith, you can easily view all the experiments associated with your dataset.
144148
Additionally, you can [compare multiple experiments in a comparison view](/evaluation/how_to_guides/compare_experiment_results).
145149

146-
![Example](./static/comparing_multiple_experiments.png)
150+
![Comparison view](./static/comparison_view.png)
147151

148152
## Annotation queues
149153

@@ -191,7 +195,7 @@ Often these are triggered when you are making app updates (e.g. updating models
191195
LangSmith's comparison view has native support for regression testing, allowing you to quickly see examples that have changed relative to the baseline.
192196
Regressions are highlighted red, improvements green.
193197

194-
![Regression](./static/regression.png)
198+
![Comparison view](./static/comparison_view.png)
195199

196200
### Backtesting
197201

Loading
Loading
-395 KB
Binary file not shown.

0 commit comments

Comments
 (0)