Просмотр исходного кода

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 месяцев назад
Родитель
Сommit
f21d023260
Аккаунт пользователя с таким Email не найден
1 измененных файлов: 26 добавлений и 0 удалений
  1. 26
    0
      docs/release_notes.md

+ 26
- 0
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.

Загрузка…
Отмена
Сохранить