浏览代码

Docs: Added v0.19.0 release notes (#7818)

### What problem does this PR solve?

### Type of change

- [x] Documentation Update
tags/v0.19.0
writinwaters 5 个月前
父节点
当前提交
f21d023260
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 26 次插入0 次删除
  1. 26
    0
      docs/release_notes.md

+ 26
- 0
docs/release_notes.md 查看文件

- **Full edition**: includes built-in embedding models and has no suffix added to the version name. Example: `infiniflow/ragflow:v0.18.0` - **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 ## v0.18.0


Released on April 23, 2025. Released on April 23, 2025.

正在加载...
取消
保存