From c283ea57fddb74509014b84ccd54360cb0a67f48 Mon Sep 17 00:00:00 2001 From: writinwaters <93570324+writinwaters@users.noreply.github.com> Date: Fri, 23 May 2025 16:02:00 +0800 Subject: [PATCH] Docs: Added v0.19.0 release notes (#7818) ### What problem does this PR solve? ### Type of change - [x] Documentation Update --- docs/release_notes.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/release_notes.md b/docs/release_notes.md index e3c8908c8..3e8e07479 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -13,6 +13,32 @@ Each RAGFlow release is available in two editions: - **Full edition**: includes built-in embedding models and has no suffix added to the version name. Example: `infiniflow/ragflow:v0.18.0` ::: +:::danger IMPORTANT +:collision: The embedding models included in a full edition are: + +- BAAI/bge-large-zh-v1.5 +- maidalun1020/bce-embedding-base_v1 + +Please note these two embedding models support both English and Chinese. If your knowledge base contains other languages, the performance may be COMPROMISED. +::: + +## v0.19.0 + +Released on May 26, 2025. + +### New features + +- Cross-language search is supported in the Knowledge and Chat modules, enhancing search accuracy and user experience in multilingual environments, such as in Chinese-English knowledge bases. +- Agent component: A new Code component supports Python and JavaScript scripts, enabling developers to handle more complex tasks like dynamic data processing. +- Enhanced image display: Images in Chat and Search now render directly within responses, rather than as external references. Knowledge retrieval testing can retrieve images directly, instead of texts extracted from images. +- Claude 4: Developers can now use the newly released, most advanced Claude model. + +> The following features are contributed by our community contributors: + +- Agent component: Enables tool calling within the Generate Component. Kudos to [notsyncing](https://github.com/notsyncing). +- Markdown rendering: Image references in a markdown file can be displayed after chunking. Kudos to [Woody-Hu](https://github.com/Woody-Hu). +- Vector database support: OpenSearch can now be used as RAGFlow's document engine. Kudos to [pyyuhao](https://github.com/pyyuhao). + ## v0.18.0 Released on April 23, 2025.