Skip to content

Commit

Permalink
Merge pull request #2084 from Agenta-AI/mmabrouk/docs/changelog-22092024
Browse files Browse the repository at this point in the history
[Docs] Changelog Evaluator Debugging
  • Loading branch information
mmabrouk authored Oct 11, 2024
2 parents d6473bd + 444cac4 commit 1dcccf2
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/blog/main.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,29 @@
title: "Changelog"
---

```mdx-code-block
import { Stream } from '@cloudflare/stream-react';
```

<section class="changelog">
### Evaluator Testing Playground and a New Evaluation View

_22 September 2024_

**v0.25.0**

<Stream controls src="41941e8e6b5a119faa5ced10af891f86" height="400px" />
<br />
Many users faced challenges configuring evaluators in the web UI. Some
evaluators, such as `LLM as a judge`, `custom code`, or RAG evaluators can be
tricky to set up correctly on the first try. Until now, users needed to setup,
run an evaluation, check the errors, then do it again.

To address this, we've introduced a new evaluator test/debug playground. This feature allows you to test the evaluator live on real data, helping you test the configuration before committing to it and using it for evaluations.

Additionally, we have improved and redesigned the evaluation view. Both automatic and human evaluations are now within the same view but in different tabs. We're moving towards unifying all evaluator results and consolidating them in one view, allowing you to quickly get an overview of what's working.

---

### UI Redesign and Configuration Management and Overview View

Expand Down
12 changes: 12 additions & 0 deletions docs/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"clean-api-docs:version": "docusaurus clean-api-docs:version"
},
"dependencies": {
"@cloudflare/stream-react": "1.9.1",
"@docusaurus/core": "3.4.0",
"@docusaurus/plugin-content-docs": "^3.5.2",
"@docusaurus/preset-classic": "3.4.0",
Expand Down

0 comments on commit 1dcccf2

Please sign in to comment.