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: add release notes for 0.4.0 #554

Merged
merged 9 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from 4 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
2 changes: 1 addition & 1 deletion frontend/app/src/pages/docs/evaluation.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Evaluation
# Evaluation (beta)

The **Evaluation** module is an integral part of the Chat Engine of the AutoFlow, designed to assess the performance and reliability of the Chat Engine's outputs.

Expand Down
15 changes: 15 additions & 0 deletions releases/v0.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Release Notes for v0.4.0 (release candidate)

## Features
Mini256 marked this conversation as resolved.
Show resolved Hide resolved

- Support [Evaluation (beta)](../evaluation.mdx) tool to evaluate the performance and reliability of the Chat Engine’s outputs.
- Current support key metrics:
- Factual Correctness
- Semantic Similarity
- Support new LLM providers
- Gitee AI
Mini256 marked this conversation as resolved.
Show resolved Hide resolved
- Support new embedding model providers
- [Gitee AI](../embedding-model.mdx#gitee-ai)
- [Amazon Bedrock](../embedding-model.mdx#amazon-bedrock)
Mini256 marked this conversation as resolved.
Show resolved Hide resolved

If you are deploying Autoflow using docker, please follow the [Upgrade](../deploy-with-docker.mdx#upgrade) guide to upgrade your Autoflow.
Loading