Skip to content

Commit 0731f72

Browse files
committed
Add release notes
Signed-off-by: Jin Hai <haijin.chn@gmail.com>
1 parent 83661ef commit 0731f72

File tree

1 file changed

+27
-5
lines changed

1 file changed

+27
-5
lines changed

docs/release_notes.md

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ slug: /release_notes
77

88
Key features, improvements and bug fixes in the latest releases.
99

10+
Released on November 19, 2025.
11+
12+
### Bug Fixes
13+
14+
- **Knowledge Base Embedding Models**: Fixed an issue where knowledge base embedding models became unavailable since v0.22.0.
15+
- **Document Parsing**: Fixing image merging issues.
16+
- **Chat History**: Fixed a bug where images and text were not correctly displayed together in historical chat records.
17+
18+
### Improvements
19+
20+
- **Agent**:
21+
- Added support for exporting Agent outputs in Word formats.
22+
- Introduced new list operations and enhanced the **Variable Aggregator** component capabilities.
23+
- **Data Sources**:
24+
- Expanded data source support to include S3-compatible storage services.
25+
- Added new integration support for JIRA.
26+
- **User Profile**: Optimized and beautified the layout of the personal center interface.
27+
28+
### Support new models
29+
30+
- Gemini 3 Pro Preview
31+
1032
## v0.22.0
1133

1234
Released on November 12, 2025.
@@ -77,7 +99,7 @@ Released on October 15, 2025.
7799
- Redesigns RAGFlow's Login and Registration pages.
78100
- Upgrades RAGFlow's document engine Infinity to v0.6.0.
79101

80-
### Added models
102+
### Support new models
81103

82104
- Tongyi Qwen 3 series
83105
- Claude Sonnet 4.5
@@ -100,7 +122,7 @@ Released on September 10, 2025.
100122
- **Execute SQL** component enhanced: Replaces the original variable reference component with a text input field, allowing users to write free-form SQL queries and reference variables. See [here](./guides/agent/agent_component_reference/execute_sql.md).
101123
- Chat: Re-enables **Reasoning** and **Cross-language search**.
102124

103-
### Added models
125+
### Support new models
104126

105127
- Meituan LongCat
106128
- Kimi: kimi-k2-turbo-preview and kimi-k2-0905-preview
@@ -139,7 +161,7 @@ Released on August 27, 2025.
139161
- Improves Markdown file parsing, with AST support to avoid unintended chunking.
140162
- Enhances HTML parsing, supporting bs4-based HTML tag traversal.
141163

142-
### Added models
164+
### Support new models
143165

144166
ZHIPU GLM-4.5
145167

@@ -200,7 +222,7 @@ Released on August 8, 2025.
200222
- The **Retrieval** component now supports the dynamic specification of dataset names using variables.
201223
- The user interface now includes a French language option.
202224

203-
### Added Models
225+
### Support new models
204226

205227
- GPT-5
206228
- Claude 4.1
@@ -264,7 +286,7 @@ Released on June 23, 2025.
264286
- Added support for models installed via Ollama or VLLM when creating a dataset through the API. [#8069](https://github.com/infiniflow/ragflow/pull/8069)
265287
- Enabled role-based authentication for S3 bucket access. [#8149](https://github.com/infiniflow/ragflow/pull/8149)
266288

267-
### Added models
289+
### Support new models
268290

269291
- Qwen 3 Embedding. [#8184](https://github.com/infiniflow/ragflow/pull/8184)
270292
- Voyage Multimodal 3. [#7987](https://github.com/infiniflow/ragflow/pull/7987)

0 commit comments

Comments
 (0)