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
- Optimizes Chat, Agent, and Search embedded dialog pages for mobile compatibility.
31
+
- Underlying system & infrastructure optimization:
32
+
- Bumps RAGFlow's document engine, Elasticsearch to 9.x.
33
+
-Switches the default object storage container to `pgsty/minio` due to the deprecation of the official MinIO images.
34
+
-Adds database migration scripts; see [this readme](https://github.com/infiniflow/ragflow/tree/74b44e1aa3ecd6687b3aa4ef731d0187720c3cb5/tools/scripts) for further details.
35
35
36
36
### Model support
37
37
38
-
- MiniMax-M2.7 series models
39
-
- Perplexity embedding model: pplx-embed
40
-
- Tongyi rerank model
38
+
- MiniMax-M2.7 series
39
+
- Perplexity embedding model (pplx-embed)
40
+
- Tongyi rerank model
41
41
42
-
### Improvements
43
-
- Improved DOCX parsing strategy with lazy-load support for images, reducing memory consumption.
44
-
- DocEngine: supports upgrade to Elasticsearch 9.x.
45
-
- Embedded chat pages in Chat / Agent / Search are now compatible with mobile devices.
46
-
- Due to MinIO’s official image no longer being maintained, the default object storage container has been changed to pgsty/minio.
47
-
- Database Upgrade: added database upgrade scripts. See documentation: https://github.com/infiniflow/ragflow/blob/main/tools/scripts/README.md.
42
+
### New model providers
43
+
44
+
- avian.io
45
+
- ragcon.ai
48
46
49
-
### Ecosystem
50
-
- RAGFlow can now be accessed via OpenClaw: https://clawhub.ai/yingfeng/ragflow-skill
47
+
### Data sources
48
+
49
+
- Seafile
50
+
- RSS
51
+
- DingTalk AI Table
52
+
- GitHub: Enables synchronization for deleted files.
51
53
52
54
## v0.24.0
53
55
@@ -107,7 +109,6 @@ Released on December 31, 2025.
107
109
- Memory: Enhances the stability of memory extraction when all memory types are selected.
108
110
- RAG: Refines the context window extraction strategy for images and tables.
109
111
110
-
111
112
### Fixed issues
112
113
113
114
- Memory:
@@ -129,20 +130,20 @@ Released on December 27, 2025.
129
130
### New features
130
131
131
132
- Memory
132
-
- Implements a **Memory** interface for managing memory.
133
-
- Supports configuring context via the **Retrieval** or **Message** component.
133
+
- Implements a **Memory** interface for managing memory.
134
+
- Supports configuring context via the **Retrieval** or **Message** component.
134
135
- Agent
135
-
- Improves the **Agent** component's performance by refactoring the underlying architecture.
136
-
- The **Agent** component can now output structured data for use in downstream components.
137
-
- Supports using webhook to trigger agent execution.
138
-
- Supports voice input/output.
139
-
- Supports configuring multiple **Retrieval** components per **Agent** component.
136
+
- Improves the **Agent** component's performance by refactoring the underlying architecture.
137
+
- The **Agent** component can now output structured data for use in downstream components.
138
+
- Supports using webhook to trigger agent execution.
139
+
- Supports voice input/output.
140
+
- Supports configuring multiple **Retrieval** components per **Agent** component.
140
141
- Ingestion pipeline
141
142
- Supports extracting table of contents in the **Transformer** component to improve long-context RAG performance.
142
143
- Dataset
143
-
- Supports configuring context window for images and tables.
144
-
- Introduces parent-child chunking strategy.
145
-
- Supports auto-generation of metadata during file parsing.
144
+
- Supports configuring context window for images and tables.
145
+
- Introduces parent-child chunking strategy.
146
+
- Supports auto-generation of metadata during file parsing.
0 commit comments