You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**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
+
10
32
## v0.22.0
11
33
12
34
Released on November 12, 2025.
@@ -77,7 +99,7 @@ Released on October 15, 2025.
77
99
- Redesigns RAGFlow's Login and Registration pages.
78
100
- Upgrades RAGFlow's document engine Infinity to v0.6.0.
79
101
80
-
### Added models
102
+
### Support new models
81
103
82
104
- Tongyi Qwen 3 series
83
105
- Claude Sonnet 4.5
@@ -100,7 +122,7 @@ Released on September 10, 2025.
100
122
-**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).
101
123
- Chat: Re-enables **Reasoning** and **Cross-language search**.
102
124
103
-
### Added models
125
+
### Support new models
104
126
105
127
- Meituan LongCat
106
128
- Kimi: kimi-k2-turbo-preview and kimi-k2-0905-preview
@@ -139,7 +161,7 @@ Released on August 27, 2025.
139
161
- Improves Markdown file parsing, with AST support to avoid unintended chunking.
140
162
- Enhances HTML parsing, supporting bs4-based HTML tag traversal.
141
163
142
-
### Added models
164
+
### Support new models
143
165
144
166
ZHIPU GLM-4.5
145
167
@@ -200,7 +222,7 @@ Released on August 8, 2025.
200
222
- The **Retrieval** component now supports the dynamic specification of dataset names using variables.
201
223
- The user interface now includes a French language option.
202
224
203
-
### Added Models
225
+
### Support new models
204
226
205
227
- GPT-5
206
228
- Claude 4.1
@@ -264,7 +286,7 @@ Released on June 23, 2025.
264
286
- Added support for models installed via Ollama or VLLM when creating a dataset through the API. [#8069](https://github.com/infiniflow/ragflow/pull/8069)
265
287
- Enabled role-based authentication for S3 bucket access. [#8149](https://github.com/infiniflow/ragflow/pull/8149)
0 commit comments