Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Changelog Evaluator Debugging #2084

Merged
merged 2 commits into from
Oct 11, 2024
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
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
mmabrouk marked this conversation as resolved.
Show resolved Hide resolved

_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