-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add release notes for 0.4.0 (#554)
also fix #557
- Loading branch information
Showing
9 changed files
with
133 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Release Notes for v0.4.0 (release candidate) | ||
|
||
## Highlights | ||
|
||
- 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](../llm.mdx#gitee-ai) | ||
- Test new OpenAI-like providers | ||
- [vLLM](../llm.mdx#vllm) | ||
- [Xinference](../llm.mdx#xinference) | ||
- Support new embedding model providers | ||
- [Gitee AI](../embedding-model.mdx#gitee-ai) | ||
- [Amazon Bedrock](../embedding-model.mdx#amazon-bedrock) | ||
|
||
## Improvements | ||
|
||
- Limit the upload file size via `max_upload_file_size` (10MB by default) parameter on site setting | ||
- Support download the reference file in the chat page | ||
|
||
If you are deploying Autoflow using docker, please follow the [Upgrade](../deploy-with-docker.mdx#upgrade) guide to upgrade your Autoflow. |