2024-11-26 18:11:39 +08:00
---
2026-03-03 17:48:48 +08:00
sidebar_position: 1
2024-11-26 18:11:39 +08:00
slug: /release_notes
2026-01-07 10:00:09 +08:00
sidebar_custom_props: {
sidebarIcon: LucideClipboardPenLine
}
2024-11-26 18:11:39 +08:00
---
2025-03-03 15:42:39 +08:00
# Releases
2024-11-26 18:11:39 +08:00
2024-12-10 10:19:50 +08:00
Key features, improvements and bug fixes in the latest releases.
2026-04-22 10:47:43 +08:00
## v0.25.0
Released on April 21, 2026.
### Ingestion pipeline
- Added 7 built-in pipeline templates aligned with RAGFlow’ s native document parsers.
- Several new templates bring significant parsing improvements.
### Data source
- New data sources: Seafile, RSS, DingTalk AI Sheet.
- Added synchronization for file deletions from data sources.
### Agent
- Introduced agent publishing capability
- Sandboxed code execution and chart generation
- New template: Data Analysis Agent
### Memory
- User-level memory storage and retrieval.
### Language
- New language support: Arabic, Bulgarian, Turkish
### Model provider
- [avian.io ](https://avian.io/ )
- [ragcon.ai ](https://ragcon.ai/ )
### Model support
- MiniMax-M2.7 series models
- Perplexity embedding model: pplx-embed
- Tongyi rerank model
### Improvements
- Improved DOCX parsing strategy with lazy-load support for images, reducing memory consumption.
- DocEngine: supports upgrade to Elasticsearch 9.x.
- Embedded chat pages in Chat / Agent / Search are now compatible with mobile devices.
- Due to MinIO’ s official image no longer being maintained, the default object storage container has been changed to pgsty/minio.
- Database Upgrade: added database upgrade scripts. See documentation: https://github.com/infiniflow/ragflow/blob/main/tools/scripts/README.md.
### Ecosystem
- RAGFlow can now be accessed via OpenClaw: https://clawhub.ai/yingfeng/ragflow-skill
2026-02-10 17:38:27 +08:00
## v0.24.0
Released on February 10, 2026.
### New features
- Memory
2026-02-12 20:14:05 +08:00
- Introduces memory management APIs (HTTP and Python).
- Outputs Memory extraction log to the console.
2026-02-10 17:38:27 +08:00
- Dataset
2026-02-11 18:08:56 +08:00
- Supports batch metadata management.
2026-03-04 21:30:28 +08:00
- Renames "ToC (Table of Contents)" to "PageIndex". See [here ](./guides/dataset/advanced/extract_table_of_contents.md ).
2026-02-10 17:38:27 +08:00
- Agent
2026-02-11 18:08:56 +08:00
- Launches a new Chat-like Agent conversation management interface that retains sessions and dialogue history.
- Introduces a multi-Sandbox mechanism supporting local gVisor and Alibaba Cloud, with compatibility for mainstream Sandbox APIs (configurable in the Admin page).
2026-02-10 17:38:27 +08:00
- Chat
2026-02-11 18:08:56 +08:00
- Adds a new "Thinking" mode and removes the previous "Reasoning" configuration option.
2026-02-10 17:38:27 +08:00
- Optimizes retrieval strategies for deep-research scenarios, enhancing recall accuracy.
- Admin
2026-02-12 20:14:05 +08:00
- Supports multiple Admin accounts.
2026-02-10 17:38:27 +08:00
- Model configuration center
2026-02-12 20:14:05 +08:00
- Adds model connection test for new models.
2026-02-11 18:08:56 +08:00
### MySQL alternative
- Supports OceanBase as an alternative to MySQL.
### Model support
- Kimi 2.5
- Stepfun 3
- doubao-embedding-vision
- PaddleOCR-VL
### Data sources
- Zendesk
- Bitbucket
2025-12-31 12:49:09 +08:00
2026-02-12 20:14:05 +08:00
### API changes
#### HTTP API
[Memory management API ](./references/http_api_reference.md#memory-management )
#### Python API
[Memory management API ](./references/python_api_reference.md#memory-management )
2025-12-31 12:49:09 +08:00
## v0.23.1
Released on December 31, 2025.
2025-12-31 16:43:56 +08:00
### Improvements
- Memory: Enhances the stability of memory extraction when all memory types are selected.
- RAG: Refines the context window extraction strategy for images and tables.
2025-12-31 17:10:15 +08:00
2025-12-31 12:49:09 +08:00
### Fixed issues
2026-01-13 09:41:02 +08:00
- Memory:
2025-12-31 16:43:56 +08:00
- The RAGFlow server failed to start if an empty memory object existed.
- Unable to delete a newly created empty Memory.
- RAG: MDX file parsing was not supported.
2025-12-31 12:49:09 +08:00
### Data sources
- GitHub
- Gitlab
- Asana
- IMAP
2025-12-26 19:11:10 +08:00
## v0.23.0
2025-12-28 11:55:52 +08:00
Released on December 27, 2025.
2025-12-26 19:11:10 +08:00
### New features
- Memory
- Implements a **Memory ** interface for managing memory.
- Supports configuring context via the **Retrieval ** or **Message ** component.
- Agent
- Improves the **Agent ** component's performance by refactoring the underlying architecture.
- The **Agent ** component can now output structured data for use in downstream components.
- Supports using webhook to trigger agent execution.
- Supports voice input/output.
- Supports configuring multiple **Retrieval ** components per **Agent ** component.
- Ingestion pipeline
- Supports extracting table of contents in the **Transformer ** component to improve long-context RAG performance.
- Dataset
- Supports configuring context window for images and tables.
- Introduces parent-child chunking strategy.
- Supports auto-generation of metadata during file parsing.
- Chat: Supports voice input.
### Improvements
2025-12-31 17:10:15 +08:00
- RAG: Accelerates GraphRAG generation significantly.
2025-12-28 11:55:52 +08:00
- Bumps RAGFlow's document engine, [Infinity ](https://github.com/infiniflow/infinity ) to v0.6.15 (backward compatible).
2025-12-26 19:11:10 +08:00
### Data sources
- Google Cloud Storage
- Gmail
- Dropbox
- WebDAV
- Airtable
### Model support
- GPT-5.2
- GPT-5.2 Pro
- GPT-5.1
- GPT-5.1 Instant
- Claude Opus 4.5
- MiniMax M2
- GLM-4.7.
- A MinerU configuration interface.
- AI Badgr (model provider).
### API changes
#### HTTP API
- [Converse with Agent ](./references/http_api_reference.md#converse-with-agent ) returns complete execution trace logs.
- [Create chat completion ](./references/http_api_reference.md#create-chat-completion ) supports metadata-based filtering.
- [Converse with chat assistant ](./references/http_api_reference.md#converse-with-chat-assistant ) supports metadata-based filtering.
2025-11-19 18:40:06 +08:00
## v0.22.1
2025-11-19 14:48:41 +08:00
Released on November 19, 2025.
2025-11-19 18:40:06 +08:00
### Improvements
2025-11-19 14:48:41 +08:00
2025-11-19 18:40:06 +08:00
- Agent:
- Supports exporting Agent outputs in Word or Markdown formats.
- Adds a **List operations ** component.
- Adds a **Variable aggregator ** component.
- Data sources:
- Supports S3-compatible data sources, e.g., MinIO.
- Adds data synchronization with JIRA.
- Continues the redesign of the **Profile ** page layouts.
- Upgrades the Flask web framework from synchronous to asynchronous, increasing concurrency and preventing blocking issues caused when requesting upstream LLM services.
2025-11-19 14:48:41 +08:00
2025-11-19 18:40:06 +08:00
### Fixed issues
2025-11-19 14:48:41 +08:00
2025-11-19 19:41:21 +08:00
- A v0.22.0 issue: Users failed to parse uploaded files or switch embedding model in a dataset containing parsed files using a built-in model from a `-full` RAGFlow edition.
2025-11-19 18:40:06 +08:00
- Image concatenated in Word documents. [#11310 ](https://github.com/infiniflow/ragflow/pull/11310 )
- Mixed images and text were not correctly displayed in the chat history.
2025-11-19 14:48:41 +08:00
2025-11-19 18:40:06 +08:00
### Newly supported models
2025-11-19 14:48:41 +08:00
- Gemini 3 Pro Preview
2025-11-12 13:10:07 +08:00
## v0.22.0
Released on November 12, 2025.
### Breaking Changes
:::danger IMPORTANT
From this release onwards, we ship only the slim edition (without embedding models) Docker image and no longer append the `-slim` suffix to the image tag.
:::
### New Features
- Dataset:
- Supports data synchronization from five online sources (AWS S3, Google Drive, Notion, Confluence, and Discord).
- RAPTOR can be built across an entire dataset or on individual documents.
- Ingestion pipeline: Supports [Docling document parsing ](https://github.com/docling-project/docling ) in the **Parser ** component.
- Launches a new administrative Web UI dashboard for graphical user management and service status monitoring.
- Agent:
- Supports structured output.
- Supports metadata filtering in the **Retrieval ** component.
- Introduces a **Variable aggregator ** component with data operation and session variable definition capabilities.
### Improvements
- Agent: Supports visualizing previous components' outputs in the **Await Response ** component.
- Revamps the model provider page.
- Upgrades RAGFlow's document engine Infinity to v0.6.5.
### Added Models
- Kimi-K2-Thinking
### New agent templates
- Interactive Agent, incorporates real-time user feedback to dynamically optimize Agent output.
2025-10-23 17:25:29 +08:00
## v0.21.1
Released on October 23, 2025.
### New features
2025-10-23 18:56:09 +08:00
- Experimental: Adds support for PDF document parsing using MinerU. See [here ](./faq.mdx#how-to-use-mineru-to-parse-pdf-documents ).
2025-10-23 17:25:29 +08:00
### Improvements
- Enhances UI/UX for the dataset and personal center pages.
2025-10-23 18:56:09 +08:00
- Upgrades RAGFlow's document engine, [Infinity ](https://github.com/infiniflow/infinity ), to v0.6.1.
2025-10-23 17:25:29 +08:00
### Fixed issues
- An issue with video parsing.
2025-10-14 23:16:19 +08:00
## v0.21.0
Released on October 15, 2025.
### New features
- Orchestratable ingestion pipeline: Supports customized data ingestion and cleansing workflows, enabling users to flexibly design their data flows or directly apply the official data flow templates on the canvas.
- GraphRAG & RAPTOR write process optimized: Replaces the automatic incremental build process with manual batch building, significantly reducing construction overhead.
2026-03-04 21:30:28 +08:00
- Long-context RAG: Automatically generates document-level table of contents (TOC) structures to mitigate context loss caused by inaccurate or excessive chunking, substantially improving retrieval quality. This feature is now available via a TOC extraction template. See [here ](./guides/dataset/advanced/extract_table_of_contents.md ).
2025-10-14 23:16:19 +08:00
- Video file parsing: Expands the system's multimodal data processing capabilities by supporting video file parsing.
- Admin CLI: Introduces a new command-line tool for system administration, allowing users to manage and monitor RAGFlow's service status via command line.
### Improvements
- Redesigns RAGFlow's Login and Registration pages.
2025-10-14 23:22:51 +08:00
- Upgrades RAGFlow's document engine Infinity to v0.6.0.
2025-10-14 23:16:19 +08:00
2025-11-19 18:40:06 +08:00
### Newly supported models
2025-10-14 23:16:19 +08:00
- Tongyi Qwen 3 series
- Claude Sonnet 4.5
- Meituan LongCat-Flash-Thinking
2025-10-15 16:39:26 +08:00
### New agent templates
2025-10-14 23:16:19 +08:00
- Company Research Report Deep Dive Agent: Designed for financial institutions to help analysts quickly organize information, generate research reports, and make investment decisions.
- Orchestratable Ingestion Pipeline Template: Allows users to apply this template on the canvas to rapidly establish standardized data ingestion and cleansing processes.
2025-09-10 11:21:25 +08:00
## v0.20.5
Released on September 10, 2025.
### Improvements
2025-09-19 18:18:46 +08:00
- Agent:
2025-09-11 19:02:50 +08:00
- Agent Performance Optimized: Improves planning and reflection speed for simple tasks; optimizes concurrent tool calls for parallelizable scenarios, significantly reducing overall response time.
2025-09-19 18:18:46 +08:00
- Four framework-level prompt blocks are available in the **System prompt ** section, enabling customization and overriding of prompts at the framework level, thereby enhancing flexibility and control. See [here ](./guides/agent/agent_component_reference/agent.mdx#system-prompt ).
- **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 ).
2025-09-11 19:02:50 +08:00
- Chat: Re-enables **Reasoning ** and **Cross-language search ** .
2025-09-10 11:21:25 +08:00
2025-11-19 18:40:06 +08:00
### Newly supported models
2025-09-10 11:21:25 +08:00
- Meituan LongCat
- Kimi: kimi-k2-turbo-preview and kimi-k2-0905-preview
- Qwen: qwen3-max-preview
- SiliconFlow: DeepSeek V3.1
### Fixed issues
- Dataset: Deleted files remained searchable.
2025-09-11 19:02:50 +08:00
- Chat: Unable to chat with an Ollama model.
- Agent:
- A **Cite ** toggle failure.
- An Agent in task mode still required a dialogue to trigger.
- Repeated answers in multi-turn dialogues.
- Duplicate summarization of parallel execution results.
### API changes
#### HTTP APIs
- Adds a body parameter `"metadata_condition"` to the [Retrieve chunks ](./references/http_api_reference.md#retrieve-chunks ) method, enabling metadata-based chunk filtering during retrieval. [#9877 ](https://github.com/infiniflow/ragflow/pull/9877 )
#### Python APIs
- Adds a parameter `metadata_condition` to the [Retrieve chunks ](./references/python_api_reference.md#retrieve-chunks ) method, enabling metadata-based chunk filtering during retrieval. [#9877 ](https://github.com/infiniflow/ragflow/pull/9877 )
2025-09-10 11:21:25 +08:00
2025-08-27 15:29:09 +08:00
## v0.20.4
Released on August 27, 2025.
### Improvements
- Agent component: Completes Chinese localization for the Agent component.
- Introduces the `ENABLE_TIMEOUT_ASSERTION` environment variable to enable or disable timeout assertions for file parsing tasks.
- Dataset:
- Improves Markdown file parsing, with AST support to avoid unintended chunking.
- Enhances HTML parsing, supporting bs4-based HTML tag traversal.
2025-11-19 18:40:06 +08:00
### Newly supported models
2025-08-27 15:29:09 +08:00
ZHIPU GLM-4.5
### New Agent templates
2025-09-25 09:45:27 +08:00
Ecommerce Customer Service Workflow: A template designed to handle enquiries about product features and multi-product comparisons using the internal dataset, as well as to manage installation appointment bookings.
2025-08-27 15:29:09 +08:00
### Fixed issues
2026-01-13 09:41:02 +08:00
- Dataset:
2025-08-27 15:29:09 +08:00
- Unable to share resources with the team.
- Inappropriate restrictions on the number and size of uploaded files.
- Chat:
- Unable to preview referenced files in responses.
- Unable to send out messages after file uploads.
- An OAuth2 authentication failure.
- A logical error in multi-conditioned metadata searches within a dataset.
- Citations infinitely increased in multi-turn conversations.
2025-08-20 10:52:50 +08:00
## v0.20.3
2025-08-15 18:10:11 +08:00
2025-08-20 10:52:50 +08:00
Released on August 20, 2025.
2025-08-15 18:10:11 +08:00
### Improvements
2026-01-13 09:41:02 +08:00
- Revamps the user interface for the **Datasets ** , **Chat ** , and **Search ** pages.
2025-08-19 16:03:42 +08:00
- Search and Chat: Introduces document-level metadata filtering, allowing automatic or manual filtering during chats or searches.
2025-08-15 18:10:11 +08:00
- Search: Supports creating search apps tailored to various business scenarios
- Chat: Supports comparing answer performance of up to three chat model settings on a single **Chat ** page.
2026-01-13 09:41:02 +08:00
- Agent:
- Implements a toggle in the **Agent ** component to enable or disable citation.
- Introduces a drag-and-drop method for creating components.
2025-08-15 18:10:11 +08:00
- Documentation: Corrects inaccuracies in the API reference.
### New Agent templates
- Report Agent: A template for generating summary reports in internal question-answering scenarios, supporting the display of tables and formulae. [#9427 ](https://github.com/infiniflow/ragflow/pull/9427 )
### Fixed issues
2025-08-19 16:03:42 +08:00
- The timeout mechanism introduced in v0.20.0 caused tasks like GraphRAG to halt.
2026-01-13 09:41:02 +08:00
- Predefined opening greeting in the **Agent ** component was missing during conversations.
- An automatic line break issue in the prompt editor.
2025-08-15 18:10:11 +08:00
- A memory leak issue caused by PyPDF. [#9469 ](https://github.com/infiniflow/ragflow/pull/9469 )
### API changes
#### Deprecated
[Create session with agent ](./references/http_api_reference.md#create-session-with-agent )
2025-08-08 17:35:12 +08:00
## v0.20.1
Released on August 8, 2025.
### New Features
2025-09-25 09:45:27 +08:00
- The **Retrieval ** component now supports the dynamic specification of dataset names using variables.
2025-08-08 17:35:12 +08:00
- The user interface now includes a French language option.
2025-11-19 18:40:06 +08:00
### Newly supported models
2025-08-08 17:35:12 +08:00
2025-08-11 10:05:39 +08:00
- GPT-5
2025-08-08 17:35:12 +08:00
- Claude 4.1
2025-08-11 10:05:39 +08:00
### New agent templates (both workflow and agentic)
2025-08-08 17:35:12 +08:00
2026-04-03 13:43:25 +08:00
- Text-to-SQL data expert Workflow: Empowers non-technical teams (e.g., operations, product) to independently query business data.
2025-09-25 09:45:27 +08:00
- Choose Your Knowledge Base Workflow: Lets users select a dataset to query during conversations. [#9325 ](https://github.com/infiniflow/ragflow/pull/9325 )
2025-08-08 17:35:12 +08:00
- Choose Your Knowledge Base Agent: Delivers higher-quality responses with extended reasoning time, suited for complex queries. [#9325 ](https://github.com/infiniflow/ragflow/pull/9325 )
### Fixed Issues
- The **Agent ** component was unable to invoke models installed via vLLM.
- Agents could not be shared with the team.
- Embedding an Agent into a webpage was not functioning properly.
2025-08-04 18:07:53 +08:00
## v0.20.0
Released on August 4, 2025.
### Compatibility changes
From v0.20.0 onwards, Agents are no longer compatible with earlier versions, and all existing Agents from previous versions must be rebuilt following the upgrade.
### New features
- Unified orchestration of both Agents and Workflows.
- A comprehensive refactor of the Agent, greatly enhancing its capabilities and usability, with support for Multi-Agent configurations, planning and reflection, and visual functionalities.
2025-08-05 10:59:37 +08:00
- Fully implemented MCP functionality, allowing for MCP Server import, Agents functioning as MCP Clients, and RAGFlow itself operating as an MCP Server.
2025-08-04 18:07:53 +08:00
- Access to runtime logs for Agents.
- Chat histories with Agents available through the management panel.
- Integration of a new, more robust version of Infinity, enabling the auto-tagging functionality with Infinity as the underlying document engine.
- An OpenAI-compatible API that supports file reference information.
2025-08-05 21:29:46 +08:00
- Support for new models, including Kimi K2, Grok 4, and Voyage embedding.
2025-08-04 18:07:53 +08:00
- RAGFlow’ s codebase is now mirrored on Gitee.
- Introduction of a new model provider, Gitee AI.
2025-08-05 10:59:37 +08:00
### New agent templates introduced
2025-08-04 18:07:53 +08:00
2026-04-03 13:43:25 +08:00
- Multi-Agent based Deep research: Collaborative Agent teamwork led by a Lead Agent with multiple Subagents, distinct from traditional workflow orchestration.
2025-09-25 09:45:27 +08:00
- An intelligent Q&A chatbot leveraging internal datasets, designed for customer service and training scenarios.
2025-08-04 18:07:53 +08:00
- A resume analysis template used by the RAGFlow team to screen, analyze, and record candidate information.
- A blog generation workflow that transforms raw ideas into SEO-friendly blog content.
- An intelligent customer service workflow.
- A user feedback analysis template that directs user feedback to appropriate teams through semantic analysis.
2026-04-03 13:43:25 +08:00
- Trip planner: Uses web search and map MCP servers to assist with travel planning.
- Photo text translator: Translates content from uploaded photos.
2025-09-25 09:45:27 +08:00
- An information search assistant that retrieves answers from both internal datasets and the web.
2025-08-04 18:07:53 +08:00
2025-06-23 09:51:28 +08:00
## v0.19.1
Released on June 23, 2025.
### Fixed issues
- A memory leak issue during high-concurrency requests.
2025-06-23 17:45:20 +08:00
- Large file parsing freezes when GraphRAG entity resolution is enabled. [#8223 ](https://github.com/infiniflow/ragflow/pull/8223 )
2025-06-23 09:51:28 +08:00
- A context error occurring when using Sandbox in standalone mode. [#8340 ](https://github.com/infiniflow/ragflow/pull/8340 )
- An excessive CPU usage issue caused by Ollama. [#8216 ](https://github.com/infiniflow/ragflow/pull/8216 )
- A bug in the Code Component. [#7949 ](https://github.com/infiniflow/ragflow/pull/7949 )
2025-09-25 09:45:27 +08:00
- Added support for models installed via Ollama or VLLM when creating a dataset through the API. [#8069 ](https://github.com/infiniflow/ragflow/pull/8069 )
2025-06-23 09:51:28 +08:00
- Enabled role-based authentication for S3 bucket access. [#8149 ](https://github.com/infiniflow/ragflow/pull/8149 )
2025-11-19 18:40:06 +08:00
### Newly supported models
2025-06-23 09:51:28 +08:00
2026-01-13 09:41:02 +08:00
- Qwen 3 Embedding. [#8184 ](https://github.com/infiniflow/ragflow/pull/8184 )
2025-06-23 09:51:28 +08:00
- Voyage Multimodal 3. [#7987 ](https://github.com/infiniflow/ragflow/pull/7987 )
2025-05-23 16:02:00 +08:00
## v0.19.0
Released on May 26, 2025.
### New features
2025-09-25 09:45:27 +08:00
- [Cross-language search ](./references/glossary.mdx#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 datasets.
2025-05-23 16:02:00 +08:00
- 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.
2025-06-04 09:31:41 +08:00
- Claude 4 and ChatGPT o3: Developers can now use the newly released, most advanced Claude model and OpenAI’ s latest ChatGPT o3 inference model.
2025-05-23 16:02:00 +08:00
2025-06-23 09:51:28 +08:00
> The following features have been contributed by our community:
2025-05-23 16:02:00 +08:00
2025-05-23 18:30:02 +08:00
- Agent component: Enables tool calling within the Generate Component. Thanks to [notsyncing ](https://github.com/notsyncing ).
- Markdown rendering: Image references in a markdown file can be displayed after chunking. Thanks to [Woody-Hu ](https://github.com/Woody-Hu ).
- Document engine support: OpenSearch can now be used as RAGFlow's document engine. Thanks to [pyyuhao ](https://github.com/pyyuhao ).
2025-05-23 16:02:00 +08:00
2025-05-26 19:36:35 +08:00
### Documentation
#### Added documents
- [Select PDF parser ](./guides/dataset/select_pdf_parser.md )
- [Enable Excel2HTML ](./guides/dataset/enable_excel2html.md )
- [Code component ](./guides/agent/agent_component_reference/code.mdx )
2025-04-23 10:41:58 +08:00
## v0.18.0
2025-04-23 11:12:14 +08:00
Released on April 23, 2025.
2025-04-23 10:41:58 +08:00
2025-04-27 11:44:08 +08:00
### Compatibility changes
From this release onwards, built-in rerank models have been removed because they have minimal impact on retrieval rates but significantly increase retrieval time.
2025-04-23 10:41:58 +08:00
### New features
2025-09-25 09:45:27 +08:00
- MCP server: enables access to RAGFlow's datasets via MCP.
2025-04-27 11:44:08 +08:00
- DeepDoc supports adopting VLM model as a processing pipeline during document layout recognition, enabling in-depth analysis of images in PDF and DOCX files.
2025-04-23 10:41:58 +08:00
- OpenAI-compatible APIs: Agents can be called via OpenAI-compatible APIs.
2025-04-25 09:21:33 +08:00
- User registration control: administrators can enable or disable user registration through an environment variable.
- Team collaboration: Agents can be shared with team members.
- Agent version control: all updates are continuously logged and can be rolled back to a previous version via export.

2025-04-23 10:41:58 +08:00
### Improvements
- Enhanced answer referencing: Citation accuracy in generated responses is improved.
- Enhanced question-answering experience: users can now manually stop streaming output during a conversation.
2025-04-23 11:12:14 +08:00
### Documentation
#### Added documents
- [Set page rank ](./guides/dataset/set_page_rank.md )
2026-03-04 21:30:28 +08:00
- [Enable RAPTOR ](./guides/dataset/advanced/enable_raptor.md )
2025-04-24 18:02:32 +08:00
- [Set variables for your chat assistant ](./guides/chat/set_chat_variables.md )
2025-05-12 09:49:54 +08:00
- [Launch RAGFlow MCP server ](./develop/mcp/launch_mcp_server.md )
2025-04-23 11:12:14 +08:00
2025-03-13 15:59:58 +08:00
## v0.17.2
Released on March 13, 2025.
2025-04-02 13:56:55 +08:00
### Compatibility changes
- Removes the **Max_tokens ** setting from **Chat configuration ** .
- Removes the **Max_tokens ** setting from **Generate ** , **Rewrite ** , **Categorize ** , **Keyword ** agent components.
From this release onwards, if you still see RAGFlow's responses being cut short or truncated, check the **Max_tokens ** setting of your model provider.
2025-03-13 15:59:58 +08:00
### Improvements
- Adds OpenAI-compatible APIs.
- Introduces a German user interface.
- Accelerates knowledge graph extraction.
- Enables Tavily-based web search in the **Retrieval ** agent component.
- Adds Tongyi-Qianwen QwQ models (OpenAI-compatible).
2025-04-27 11:44:08 +08:00
- Supports CSV files in the **General ** chunking method.
2025-03-13 15:59:58 +08:00
### Fixed issues
- Unable to add models via Ollama/Xinference, an issue introduced in v0.17.1.
2025-08-15 18:10:11 +08:00
### API changes
2025-03-13 15:59:58 +08:00
#### HTTP APIs
2025-03-17 14:17:34 +08:00
- [Create chat completion ](./references/http_api_reference.md#openai-compatible-api )
2025-03-13 15:59:58 +08:00
#### Python APIs
2025-03-17 14:17:34 +08:00
- [Create chat completion ](./references/python_api_reference.md#openai-compatible-api )
2025-03-13 15:59:58 +08:00
2025-03-13 14:43:24 +08:00
## v0.17.1
Released on March 11, 2025.
### Improvements
- Improves English tokenization quality.
- Improves the table extraction logic in Markdown document parsing.
- Updates SiliconFlow's model list.
2025-05-15 11:35:52 +08:00
- Supports parsing XLS files (Excel 97-2003) with improved corresponding error handling.
2025-03-13 14:43:24 +08:00
- Supports Huggingface rerank models.
2025-05-14 19:42:27 +08:00
- Enables relative time expressions ("now", "yesterday", "last week", "next year", and more) in chat assistant and the **Rewrite ** agent component.
2025-03-13 14:43:24 +08:00
### Fixed issues
- A repetitive knowledge graph extraction issue.
- Issues with API calling.
2025-03-18 19:49:06 +08:00
- Options in the **PDF parser ** , aka **Document parser ** , dropdown are missing.
2025-03-13 14:43:24 +08:00
- A Tavily web search issue.
- Unable to preview diagrams or images in an AI chat.
### Documentation
#### Added documents
2025-03-18 19:49:06 +08:00
- [Use tag set ](./guides/dataset/use_tag_sets.md )
2025-03-13 14:43:24 +08:00
2025-03-11 16:02:28 +08:00
## v0.17.0
2025-03-04 19:21:28 +08:00
Released on March 3, 2025.
### New features
2026-04-03 13:43:25 +08:00
- AI chat: Implements Deep research for agentic reasoning. To activate this, enable the **Reasoning ** toggle under the **Prompt engine ** tab of your chat assistant dialogue.
2025-04-09 19:32:25 +08:00
- AI chat: Leverages Tavily-based web search to enhance contexts in agentic reasoning. To activate this, enter the correct Tavily API key under the **Assistant settings ** tab of your chat assistant dialogue.
2025-09-25 09:45:27 +08:00
- AI chat: Supports starting a chat without specifying datasets.
2025-03-06 09:55:27 +08:00
- AI chat: HTML files can also be previewed and referenced, in addition to PDF files.
2025-05-22 17:02:23 +08:00
- Dataset: Adds a **PDF parser ** , aka **Document parser ** , dropdown menu to dataset configurations. This includes a DeepDoc model option, which is time-consuming, a much faster **naive ** option (plain text), which skips DLA (Document Layout Analysis), OCR (Optical Character Recognition), and TSR (Table Structure Recognition) tasks, and several currently * experimental * large model options. See [here ](./guides/dataset/select_pdf_parser.md ).
2025-03-06 09:55:27 +08:00
- Agent component: * * (x)** or a forward slash `/` can be used to insert available keys (variables) in the system prompt field of the **Generate ** or **Template ** component.
- Object storage: Supports using Aliyun OSS (Object Storage Service) as a file storage option.
2025-03-13 14:43:24 +08:00
- Models: Updates the supported model list for Tongyi-Qianwen (Qwen), adding DeepSeek-specific models; adds ModelScope as a model provider.
2025-03-06 09:55:27 +08:00
- APIs: Document metadata can be updated through an API.
2025-03-04 19:21:28 +08:00
2026-04-03 13:43:25 +08:00
The following diagram illustrates the workflow of RAGFlow's Deep research:
2025-03-04 19:21:28 +08:00

2026-04-03 13:43:25 +08:00
The following is a screenshot of a conversation that integrates Deep research:
2025-03-04 19:21:28 +08:00

2025-08-15 18:10:11 +08:00
### API changes
2025-03-04 19:21:28 +08:00
#### HTTP APIs
Adds a body parameter `"meta_fields"` to the [Update document ](./references/http_api_reference.md#update-document ) method.
#### Python APIs
Adds a key option `"meta_fields"` to the [Update document ](./references/python_api_reference.md#update-document ) method.
### Documentation
#### Added documents
2025-03-18 19:49:06 +08:00
- [Run retrieval test ](./guides/dataset/run_retrieval_test.md )
2025-03-04 19:21:28 +08:00
2025-02-10 17:05:24 +08:00
## v0.16.0
Released on February 6, 2025.
### New features
- Supports DeepSeek R1 and DeepSeek V3.
2026-03-04 21:30:28 +08:00
- GraphRAG refactor: Knowledge graph is dynamically built on an entire dataset rather than on an individual file, and automatically updated when a newly uploaded file starts parsing. See [here ](./guides/dataset/advanced/construct_knowledge_graph.md ).
2025-02-28 19:27:57 +08:00
- Adds an **Iteration ** agent component and a **Research report generator ** agent template. See [here ](./guides/agent/agent_component_reference/iteration.mdx ).
2025-02-10 17:05:24 +08:00
- New UI language: Portuguese.
2025-09-25 09:45:27 +08:00
- Allows setting metadata for a specific file in a dataset to enhance AI-powered chats. See [here ](./guides/dataset/set_metadata.md ).
2025-02-10 17:05:24 +08:00
- Upgrades RAGFlow's document engine [Infinity ](https://github.com/infiniflow/infinity ) to v0.6.0.dev3.
2025-02-18 13:42:06 +08:00
- Supports GPU acceleration for DeepDoc (see [docker-compose-gpu.yml ](https://github.com/infiniflow/ragflow/blob/main/docker/docker-compose-gpu.yml )).
2025-09-25 09:45:27 +08:00
- Supports creating and referencing a **Tag ** dataset as a key milestone towards bridging the semantic gap between query and response.
2025-02-10 17:05:24 +08:00
:::danger IMPORTANT
2025-09-25 09:45:27 +08:00
The **Tag dataset ** feature is * unavailable * on the [Infinity ](https://github.com/infiniflow/infinity ) document engine.
2025-02-10 17:05:24 +08:00
:::
### Documentation
#### Added documents
2026-03-04 21:30:28 +08:00
- [Construct knowledge graph ](./guides/dataset/advanced/construct_knowledge_graph.md )
2025-03-03 15:42:39 +08:00
- [Set metadata ](./guides/dataset/set_metadata.md )
2025-02-28 19:27:57 +08:00
- [Begin component ](./guides/agent/agent_component_reference/begin.mdx )
- [Generate component ](./guides/agent/agent_component_reference/generate.mdx )
- [Interact component ](./guides/agent/agent_component_reference/interact.mdx )
- [Retrieval component ](./guides/agent/agent_component_reference/retrieval.mdx )
- [Categorize component ](./guides/agent/agent_component_reference/categorize.mdx )
- [Keyword component ](./guides/agent/agent_component_reference/keyword.mdx )
- [Message component ](./guides/agent/agent_component_reference/message.mdx )
- [Rewrite component ](./guides/agent/agent_component_reference/rewrite.mdx )
- [Switch component ](./guides/agent/agent_component_reference/switch.mdx )
- [Concentrator component ](./guides/agent/agent_component_reference/concentrator.mdx )
- [Template component ](./guides/agent/agent_component_reference/template.mdx )
- [Iteration component ](./guides/agent/agent_component_reference/iteration.mdx )
- [Note component ](./guides/agent/agent_component_reference/note.mdx )
2025-02-21 19:36:20 +08:00
2024-12-25 20:21:38 +08:00
## v0.15.1
Released on December 25, 2024.
### Upgrades
- Upgrades RAGFlow's document engine [Infinity ](https://github.com/infiniflow/infinity ) to v0.5.2.
- Enhances the log display of document parsing status.
### Fixed issues
This release fixes the following issues:
- The `SCORE not found` and `position_int` errors returned by [Infinity ](https://github.com/infiniflow/infinity ).
2025-09-25 09:45:27 +08:00
- Once an embedding model in a specific dataset is changed, embedding models in other datasets can no longer be changed.
2024-12-25 20:21:38 +08:00
- Slow response in question-answering and AI search due to repetitive loading of the embedding model.
- Fails to parse documents with RAPTOR.
- Using the **Table ** parsing method results in information loss.
- Miscellaneous API issues.
2025-08-15 18:10:11 +08:00
### API changes
2024-12-25 20:21:38 +08:00
#### HTTP APIs
Adds an optional parameter `"user_id"` to the following APIs:
- [Create session with chat assistant ](https://ragflow.io/docs/dev/http_api_reference#create-session-with-chat-assistant )
- [Update chat assistant's session ](https://ragflow.io/docs/dev/http_api_reference#update-chat-assistants-session )
- [List chat assistant's sessions ](https://ragflow.io/docs/dev/http_api_reference#list-chat-assistants-sessions )
- [Create session with agent ](https://ragflow.io/docs/dev/http_api_reference#create-session-with-agent )
- [Converse with chat assistant ](https://ragflow.io/docs/dev/http_api_reference#converse-with-chat-assistant )
- [Converse with agent ](https://ragflow.io/docs/dev/http_api_reference#converse-with-agent )
- [List agent sessions ](https://ragflow.io/docs/dev/http_api_reference#list-agent-sessions )
2024-12-18 15:46:31 +08:00
## v0.15.0
Released on December 18, 2024.
### New features
- Introduces additional Agent-specific APIs.
2025-09-25 09:45:27 +08:00
- Supports using page rank score to improve retrieval performance when searching across multiple datasets.
2024-12-18 15:46:31 +08:00
- Offers an iframe in Chat and Agent to facilitate the integration of RAGFlow into your webpage.
- Adds a Helm chart for deploying RAGFlow on Kubernetes.
- Supports importing or exporting an agent in JSON format.
- Supports step run for Agent components/tools.
- Adds a new UI language: Japanese.
- Supports resuming GraphRAG and RAPTOR from a failure, enhancing task management resilience.
- Adds more Mistral models.
- Adds a dark mode to the UI, allowing users to toggle between light and dark themes.
### Improvements
2025-02-18 13:42:06 +08:00
- Upgrades the Document Layout Analysis model in DeepDoc.
2024-12-18 15:46:31 +08:00
- Significantly enhances the retrieval performance when using [Infinity ](https://github.com/infiniflow/infinity ) as document engine.
2025-08-15 18:10:11 +08:00
### API changes
2024-12-18 15:46:31 +08:00
#### HTTP APIs
- [List agent sessions ](https://ragflow.io/docs/dev/http_api_reference#list-agent-sessions )
- [List agents ](https://ragflow.io/docs/dev/http_api_reference#list-agents )
#### Python APIs
- [List agent sessions ](https://ragflow.io/docs/dev/python_api_reference#list-agent-sessions )
- [List agents ](https://ragflow.io/docs/dev/python_api_reference#list-agents )
2024-12-10 10:19:50 +08:00
## v0.14.1
Released on November 29, 2024.
### Improvements
2024-12-10 19:38:27 +08:00
Adds [Infinity's configuration file ](https://github.com/infiniflow/ragflow/blob/main/docker/infinity_conf.toml ) to facilitate integration and customization of [Infinity ](https://github.com/infiniflow/infinity ) as a document engine. From this release onwards, updates to Infinity's configuration can be made directly within RAGFlow and will take effect immediately after restarting RAGFlow using `docker compose` . [#3715 ](https://github.com/infiniflow/ragflow/pull/3715 )
2024-12-10 10:19:50 +08:00
### Fixed issues
This release fixes the following issues:
- Unable to display or edit content of a chunk after clicking it.
- A `'Not found'` error in Elasticsearch.
- Chinese text becoming garbled during parsing.
- A compatibility issue with Polars.
- A compatibility issue between Infinity and GraphRAG.
2024-11-26 18:11:39 +08:00
## v0.14.0
Released on November 26, 2024.
### New features
2024-11-27 19:26:03 +08:00
- Supports [Infinity ](https://github.com/infiniflow/infinity ) or Elasticsearch (default) as document engine for vector storage and full-text indexing. [#2894 ](https://github.com/infiniflow/ragflow/pull/2894 )
2024-11-26 18:11:39 +08:00
- Enhances user experience by adding more variables to the Agent and implementing auto-saving.
- Adds a three-step translation agent template, inspired by [Andrew Ng's translation agent ](https://github.com/andrewyng/translation-agent ).
- Adds an SEO-optimized blog writing agent template.
- Provides HTTP and Python APIs for conversing with an agent.
- Supports the use of English synonyms during retrieval processes.
- Optimizes term weight calculations, reducing the retrieval time by 50%.
- Improves task executor monitoring with additional performance indicators.
- Replaces Redis with Valkey.
2024-11-27 19:26:03 +08:00
- Adds three new UI languages (*contributed by the community*): Indonesian, Spanish, and Vietnamese.
2024-11-28 14:57:50 +08:00
### Compatibility changes
2024-11-27 19:26:03 +08:00
2025-05-07 19:40:45 +08:00
From this release onwards, **service_config.yaml.template ** replaces **service_config.yaml ** for configuring backend services. Upon Docker container startup, the environment variables defined in this template file are automatically populated and a **service_config.yaml ** is auto-generated from it. [#3341 ](https://github.com/infiniflow/ragflow/pull/3341 )
2024-11-27 19:26:03 +08:00
This approach eliminates the need to manually update **service_config.yaml ** after making changes to * * .env**, facilitating dynamic environment configurations.
2024-11-28 14:57:50 +08:00
:::danger IMPORTANT
2026-03-03 17:48:48 +08:00
Ensure that you [upgrade **both** your code **and** Docker image to this release ](./administrator/upgrade_ragflow.mdx#upgrade-ragflow-to-the-most-recent-officially-published-release ) before trying this new approach.
2024-11-27 19:26:03 +08:00
:::
2024-11-26 18:11:39 +08:00
2025-08-15 18:10:11 +08:00
### API changes
2024-11-26 18:11:39 +08:00
#### HTTP APIs
2024-11-27 19:26:03 +08:00
- [Create session with agent ](https://ragflow.io/docs/dev/http_api_reference#create-session-with-agent )
2024-11-26 18:11:39 +08:00
- [Converse with agent ](https://ragflow.io/docs/dev/http_api_reference#converse-with-agent )
#### Python APIs
- [Create session with agent ](https://ragflow.io/docs/dev/python_api_reference#create-session-with-agent )
2024-11-27 19:26:03 +08:00
- [Converse with agent ](https://ragflow.io/docs/dev/python_api_reference#create-session-with-agent )
### Documentation
#### Added documents
- [Configurations ](https://ragflow.io/docs/dev/configurations )
2025-04-01 19:05:30 +08:00
- [Manage team members ](./guides/team/manage_team_members.md )
2024-11-27 19:26:03 +08:00
- [Run health check on RAGFlow's dependencies ](https://ragflow.io/docs/dev/run_health_check )
## v0.13.0
2024-11-28 14:57:50 +08:00
Released on October 31, 2024.
### New features
2024-11-27 19:26:03 +08:00
- Adds the team management functionality for all users.
- Updates the Agent UI to improve usability.
2025-04-27 11:44:08 +08:00
- Adds support for Markdown chunking in the **General ** chunking method.
2024-11-27 19:26:03 +08:00
- Introduces an **invoke ** tool within the Agent UI.
- Integrates support for Dify's knowledge base API.
- Adds support for GLM4-9B and Yi-Lightning models.
- Introduces HTTP and Python APIs for dataset management, file management within dataset, and chat assistant management.
:::tip NOTE
To download RAGFlow's Python SDK:
```bash
pip install ragflow-sdk==0.13.0
```
:::
### Documentation
#### Added documents
2025-03-03 17:13:37 +08:00
- [Acquire a RAGFlow API key ](./develop/acquire_ragflow_api_key.md )
- [HTTP API Reference ](./references/http_api_reference.md )
- [Python API Reference ](./references/python_api_reference.md )
2024-11-28 14:57:50 +08:00
## v0.12.0
Released on September 30, 2024.
### New features
- Offers slim editions of RAGFlow's Docker images, which do not include built-in BGE/BCE embedding or reranking models.
- Improves the results of multi-round dialogues.
- Enables users to remove added LLM vendors.
2024-11-29 16:00:42 +08:00
- Adds support for **OpenTTS ** and **SparkTTS ** models.
2025-04-27 11:44:08 +08:00
- Implements an **Excel to HTML ** toggle in the **General ** chunking method, allowing users to parse a spreadsheet into either HTML tables or key-value pairs by row.
2025-01-27 15:45:16 +08:00
- Adds agent tools **YahooFinance ** and **Jin10 ** .
2024-11-29 16:00:42 +08:00
- Adds an investment advisor agent template.
2024-11-28 14:57:50 +08:00
### Compatibility changes
2025-10-14 14:13:37 +08:00
From this release onwards, RAGFlow offers slim editions of its Docker images to improve the experience for users with limited Internet access. A slim edition of RAGFlow's Docker image does not include built-in BGE/BCE embedding models and has a size of about 1GB; a full edition of RAGFlow is approximately 9GB and includes two built-in embedding models.
2024-11-28 14:57:50 +08:00
2024-12-09 12:44:57 +08:00
The default Docker image edition is `nightly-slim` . The following list clarifies the differences between various editions:
2024-11-28 14:57:50 +08:00
2024-12-09 12:44:57 +08:00
- `nightly-slim` : The slim edition of the most recent tested Docker image.
2024-11-28 14:57:50 +08:00
- `v0.12.0-slim` : The slim edition of the most recent **officially released ** Docker image.
2024-12-09 12:44:57 +08:00
- `nightly` : The full edition of the most recent tested Docker image.
2024-11-28 14:57:50 +08:00
- `v0.12.0` : The full edition of the most recent **officially released ** Docker image.
2026-03-03 17:48:48 +08:00
See [Upgrade RAGFlow ](./administrator/upgrade_ragflow.mdx ) for instructions on upgrading.
2024-11-28 14:57:50 +08:00
### Documentation
#### Added documents
2026-03-03 17:48:48 +08:00
- [Upgrade RAGFlow ](./administrator/upgrade_ragflow.mdx )
2024-11-29 16:00:42 +08:00
## v0.11.0
2024-12-10 19:38:27 +08:00
Released on September 14, 2024.
2024-11-29 16:00:42 +08:00
### New features
- Introduces an AI search interface within the RAGFlow UI.
- Supports audio output via **FishAudio ** or **Tongyi Qwen TTS ** .
- Allows the use of Postgres for metadata storage, in addition to MySQL.
- Supports object storage options with S3 or Azure Blob.
- Supports model vendors: **Anthropic ** , **Voyage AI ** , and **Google Cloud ** .
- Supports the use of **Tencent Cloud ASR ** for audio content recognition.
- Adds finance-specific agent components: **WenCai ** , **AkShare ** , **YahooFinance ** , and **TuShare ** .
- Adds a medical consultant agent template.
- Supports running retrieval benchmarking on the following datasets:
- [ms_marco_v1.1 ](https://huggingface.co/datasets/microsoft/ms_marco )
- [trivia_qa ](https://huggingface.co/datasets/mandarjoshi/trivia_qa )
2024-12-10 19:38:27 +08:00
- [miracl ](https://huggingface.co/datasets/miracl/miracl )
## v0.10.0
Released on August 26, 2024.
### New features
- Introduces a text-to-SQL template in the Agent UI.
- Implements Agent APIs.
- Incorporates monitoring for the task executor.
- Introduces Agent tools **GitHub ** , **DeepL ** , **BaiduFanyi ** , **QWeather ** , and **GoogleScholar ** .
- Supports chunking of EML files.
2025-11-17 19:47:46 +08:00
- Supports more LLMs or model services: **GPT-4o-mini ** , **PerfXCloud ** , **TogetherAI ** , **Upstage ** , **Novita AI ** , **01.AI ** , **SiliconFlow ** , **PPIO ** , **XunFei Spark ** , **Jiekou.AI ** , **Baidu Yiyan ** , and **Tencent Hunyuan ** .
2024-12-10 19:38:27 +08:00
## v0.9.0
Released on August 6, 2024.
### New features
2025-04-27 11:44:08 +08:00
- Supports GraphRAG as a chunking method.
2025-01-27 15:45:16 +08:00
- Introduces Agent component **Keyword ** and search tools, including **Baidu ** , **DuckDuckGo ** , **PubMed ** , **Wikipedia ** , **Bing ** , and **Google ** .
2024-12-10 19:38:27 +08:00
- Supports speech-to-text recognition for audio files.
- Supports model vendors **Gemini ** and **Groq ** .
- Supports inference frameworks, engines, and services including **LM studio ** , **OpenRouter ** , **LocalAI ** , and **Nvidia API ** .
- Supports using reranker models in Xinference.
## v0.8.0
Released on July 8, 2024.
### New features
- Supports Agentic RAG, enabling graph-based workflow construction for RAG and agents.
- Supports model vendors **Mistral ** , **MiniMax ** , **Bedrock ** , and **Azure OpenAI ** .
2025-04-27 11:44:08 +08:00
- Supports DOCX files in the MANUAL chunking method.
- Supports DOCX, MD, and PDF files in the Q&A chunking method.
2024-12-10 19:38:27 +08:00
## v0.7.0
Released on May 31, 2024.
### New features
- Supports the use of reranker models.
- Integrates reranker and embedding models: [BCE ](https://github.com/netease-youdao/BCEmbedding ), [BGE ](https://github.com/FlagOpen/FlagEmbedding ), and [Jina ](https://jina.ai/embeddings/ ).
- Supports LLMs Baichuan and VolcanoArk.
- Implements [RAPTOR ](https://arxiv.org/html/2401.18059v1 ) for improved text retrieval.
2025-04-27 11:44:08 +08:00
- Supports HTML files in the GENERAL chunking method.
2024-12-10 19:38:27 +08:00
- Provides HTTP and Python APIs for deleting documents by ID.
- Supports ARM64 platforms.
:::danger IMPORTANT
2025-02-06 17:14:13 +08:00
While we also test RAGFlow on ARM64 platforms, we do not maintain RAGFlow Docker images for ARM.
2024-12-10 19:38:27 +08:00
2025-03-03 19:24:28 +08:00
If you are on an ARM platform, follow [this guide ](./develop/build_docker_image.mdx ) to build a RAGFlow Docker image.
2024-12-10 19:38:27 +08:00
:::
2025-08-15 18:10:11 +08:00
### API changes
2024-12-10 19:38:27 +08:00
#### HTTP API
- [Delete documents ](https://ragflow.io/docs/dev/http_api_reference#delete-documents )
#### Python API
- [Delete documents ](https://ragflow.io/docs/dev/python_api_reference#delete-documents )
## v0.6.0
Released on May 21, 2024.
### New features
- Supports streaming output.
- Provides HTTP and Python APIs for retrieving document chunks.
- Supports monitoring of system components, including Elasticsearch, MySQL, Redis, and MinIO.
2025-04-27 11:44:08 +08:00
- Supports disabling **Layout Recognition ** in the GENERAL chunking method to reduce file chunking time.
2024-12-10 19:38:27 +08:00
2025-08-15 18:10:11 +08:00
### API changes
2024-12-10 19:38:27 +08:00
#### HTTP API
- [Retrieve chunks ](https://ragflow.io/docs/dev/http_api_reference#retrieve-chunks )
#### Python API
- [Retrieve chunks ](https://ragflow.io/docs/dev/python_api_reference#retrieve-chunks )
## v0.5.0
Released on May 8, 2024.
### New features
- Supports LLM DeepSeek.