github.com/infiniflow/ragflow
v0.24.0
#9 most downloaded on Go modules
infiniflow/ragflow
What this package is like to depend on
Last release 6 months ago
10 Feb 2026
Ships fairly regularly
a new release about every 2 weeks
Most releases are documented
notes for 32 of 39 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
84 releases · first in 2024
20 releases in the last 12 months
see the full history below
Release timeline
84 releases · Apr 2024 to Feb 2026Releases
latest 60 of 84-
v0.24.1-0.20260210093827-630f05b8a1ec10 Feb 2026 pre-releaseNothing published for this version
-
v0.24.010 Feb 2026Release notes
Open source →Released on February 10, 2026.
New features
- Memory
- Introduces memory management APIs (HTTP and Python).
- Outputs Memory extraction log to the console.
- Dataset
- Supports batch metadata management.
- Renames "ToC (Table of Contents)" to "PageIndex". See here.
- Agent
- 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).
- Chat
- Adds a new "Thinking" mode and removes the previous "Reasoning" configuration option.
- Optimizes retrieval strategies for deep-research scenarios, enhancing recall accuracy.
- Admin
- Supports multiple Admin accounts.
- Model configuration center
- Adds model connection test for new models.
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
API changes
HTTP API
Python API
- Memory
-
v0.23.2-0.20251231064253-05e5244d945531 Dec 2025 pre-releaseNothing published for this version
-
v0.23.131 Dec 2025Release notes
Open source →Released on December 31, 2025.
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.
Fixed issues
- Memory:
- 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.
Data sources
- GitHub
- Gitlab
- Asana
- IMAP
-
v0.23.027 Dec 2025Release notes
Open source →Released on December 27, 2025.
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
- RAG: Accelerates GraphRAG generation significantly.
- Bumps RAGFlow's document engine, Infinity to v0.6.15 (backward compatible).
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 returns complete execution trace logs.
- Create chat completion supports metadata-based filtering.
- Converse with chat assistant supports metadata-based filtering.
- Memory
-
v0.22.119 Nov 2025Release notes
Open source →Released on November 19, 2025.
Improvements
- 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.
Fixed issues
- 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
-fullRAGFlow edition. - Image concatenated in Word documents. #11310
- Mixed images and text were not correctly displayed in the chat history.
Newly supported models
- Gemini 3 Pro Preview
- Agent:
-
v0.22.1-0.20251114123954-e841b09d631f14 Nov 2025 pre-releaseNothing published for this version
-
v0.22.1-0.20251113104825-e8f1a245a63013 Nov 2025 pre-releaseNothing published for this version
-
v0.22.1-0.20251113015955-ba71160b14e813 Nov 2025 pre-releaseNothing published for this version
-
v0.22.1-0.20251112110015-296476ab89a912 Nov 2025 pre-releaseNothing published for this version
-
v0.22.012 Nov 2025Release notes
Open source →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
-slimsuffix 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 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.
- Dataset:
-
v0.21.2-0.20251111131006-2c727a4a9c5711 Nov 2025 pre-releaseNothing published for this version
-
v0.21.2-0.20251111122920-a15f522dc93611 Nov 2025 pre-releaseNothing published for this version
-
v0.21.2-0.20251107115807-4cdaa775455b07 Nov 2025 pre-releaseNothing published for this version
-
v0.21.2-0.20251023150227-73144e278bff23 Oct 2025 pre-releaseNothing published for this version
-
v0.21.123 Oct 2025Release notes
Open source →Released on October 23, 2025.
New features
- Experimental: Adds support for PDF document parsing using MinerU. See here.
Improvements
- Enhances UI/UX for the dataset and personal center pages.
- Upgrades RAGFlow's document engine, Infinity, to v0.6.1.
Fixed issues
- An issue with video parsing.
-
v0.21.1-0.20251018130322-1d955507e90118 Oct 2025 pre-releaseNothing published for this version
-
v0.21.015 Oct 2025Release notes
Open source →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.
- 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.
- 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.
- Upgrades RAGFlow's document engine Infinity to v0.6.0.
Newly supported models
- Tongyi Qwen 3 series
- Claude Sonnet 4.5
- Meituan LongCat-Flash-Thinking
New agent templates
- 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.
Release notes
Open source →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.
- 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.
- 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.
- Upgrades RAGFlow's document engine Infinity to v0.6.0.
Newly supported models
- Tongyi Qwen 3 series
- Claude Sonnet 4.5
- Meituan LongCat-Flash-Thinking
New agent templates
- 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.
-
v0.20.510 Sep 2025Release notes
Open source →Released on September 10, 2025.
Improvements
- Agent:
- Agent Performance Optimized: Improves planning and reflection speed for simple tasks; optimizes concurrent tool calls for parallelizable scenarios, significantly reducing overall response time.
- 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.
- 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.
- Chat: Re-enables Reasoning and Cross-language search.
Newly supported models
- 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.
- 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 method, enabling metadata-based chunk filtering during retrieval. #9877
Python APIs
- Adds a parameter
metadata_conditionto the Retrieve chunks method, enabling metadata-based chunk filtering during retrieval. #9877
Release notes
Open source →Released on September 10, 2025.
Improvements
- Agent:
- Agent Performance Optimized: Improves planning and reflection speed for simple tasks; optimizes concurrent tool calls for parallelizable scenarios, significantly reducing overall response time.
- 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.
- 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.
- Chat: Re-enables Reasoning and Cross-language search.
Newly supported models
- 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.
- 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 method, enabling metadata-based chunk filtering during retrieval. #9877
Python APIs
- Adds a parameter
metadata_conditionto the Retrieve chunks method, enabling metadata-based chunk filtering during retrieval. #9877
- Agent:
-
v0.20.5-0.20250830134458-7eb25e0de62f30 Aug 2025 pre-releaseNothing published for this version
-
v0.20.427 Aug 2025Release notes
Open source →Released on August 27, 2025.
Improvements
- Agent component: Completes Chinese localization for the Agent component.
- Introduces the
ENABLE_TIMEOUT_ASSERTIONenvironment 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.
Newly supported models
ZHIPU GLM-4.5
New Agent templates
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.
Fixed issues
- Dataset:
- 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.
-
v0.20.4-0.20250822120855-adbb038a87a622 Aug 2025 pre-releaseNothing published for this version
-
v0.20.4-0.20250820113025-09570c7eef7320 Aug 2025 pre-releaseNothing published for this version
-
v0.20.4-0.20250820054005-3b218b2dc01620 Aug 2025 pre-releaseNothing published for this version
-
v0.20.320 Aug 2025Release notes
Open source →Released on August 20, 2025.
Improvements
- Revamps the user interface for the Datasets, Chat, and Search pages.
- Search and Chat: Introduces document-level metadata filtering, allowing automatic or manual filtering during chats or searches.
- 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.
- Agent:
- Implements a toggle in the Agent component to enable or disable citation.
- Introduces a drag-and-drop method for creating components.
- 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
Fixed issues
- The timeout mechanism introduced in v0.20.0 caused tasks like GraphRAG to halt.
- Predefined opening greeting in the Agent component was missing during conversations.
- An automatic line break issue in the prompt editor.
- A memory leak issue caused by PyPDF. #9469
API changes
Deprecated
-
v0.20.219 Aug 2025Nothing published for this version
-
v0.20.2-0.20250819023104-a0d630365c8319 Aug 2025 pre-releaseNothing published for this version
-
v0.20.2-0.20250818110210-dad97869b6c618 Aug 2025 pre-releaseNothing published for this version
-
v0.20.2-0.20250818065110-fe32952825a918 Aug 2025 pre-releaseNothing published for this version
-
v0.20.2-0.20250815122902-d874683ae4bc15 Aug 2025 pre-releaseNothing published for this version
-
v0.20.2-0.20250811092035-9433f64fe2ef11 Aug 2025 pre-releaseNothing published for this version
-
v0.20.2-0.20250811073204-b9c4954c2f9e11 Aug 2025 pre-releaseNothing published for this version
-
v0.20.108 Aug 2025Release notes
Open source →Released on August 8, 2025.
New Features
- The Retrieval component now supports the dynamic specification of dataset names using variables.
- The user interface now includes a French language option.
Newly supported models
- GPT-5
- Claude 4.1
New agent templates (both workflow and agentic)
- Text-to-SQL data expert Workflow: Empowers non-technical teams (e.g., operations, product) to independently query business data.
- Choose Your Knowledge Base Workflow: Lets users select a dataset to query during conversations. #9325
- Choose Your Knowledge Base Agent: Delivers higher-quality responses with extended reasoning time, suited for complex queries. #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.
Release notes
Open source →Released on August 8, 2025.
New Features
- The Retrieval component now supports the dynamic specification of dataset names using variables.
- The user interface now includes a French language option.
Newly supported models
- GPT-5
- Claude 4.1
New agent templates (both workflow and agentic)
- SQL Assistant Workflow: Empowers non-technical teams (e.g., operations, product) to independently query business data.
- Choose Your Knowledge Base Workflow: Lets users select a dataset to query during conversations. #9325
- Choose Your Knowledge Base Agent: Delivers higher-quality responses with extended reasoning time, suited for complex queries. #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.
-
v0.20.1-0.20250807055933-23062cb27a6507 Aug 2025 pre-releaseNothing published for this version
-
v0.20.1-0.20250807030803-63c2f5b821c907 Aug 2025 pre-releaseNothing published for this version
-
v0.20.1-0.20250806034240-fb0426419eab06 Aug 2025 pre-releaseNothing published for this version
-
v0.20.1-0.20250805132946-f359f2c44e0105 Aug 2025 pre-releaseNothing published for this version
-
v0.20.1-0.20250805063239-98a83543e85805 Aug 2025 pre-releaseNothing published for this version
-
v0.20.1-0.20250805030006-1deb0a2d42ac05 Aug 2025 pre-releaseNothing published for this version
-
v0.20.1-0.20250805015431-a2498039615805 Aug 2025 pre-releaseNothing published for this version
-
v0.20.1-0.20250804100753-9db999ccae3604 Aug 2025 pre-releaseNothing published for this version
-
v0.20.001 Aug 2025Release notes
Open source →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.
- Fully implemented MCP functionality, allowing for MCP Server import, Agents functioning as MCP Clients, and RAGFlow itself operating as an MCP Server.
- 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.
- Support for new models, including Kimi K2, Grok 4, and Voyage embedding.
- RAGFlow’s codebase is now mirrored on Gitee.
- Introduction of a new model provider, Gitee AI.
New agent templates introduced
- Multi-Agent based Deep research: Collaborative Agent teamwork led by a Lead Agent with multiple Subagents, distinct from traditional workflow orchestration.
- An intelligent Q&A chatbot leveraging internal datasets, designed for customer service and training scenarios.
- 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.
- Trip planner: Uses web search and map MCP servers to assist with travel planning.
- Photo text translator: Translates content from uploaded photos.
- An information search assistant that retrieves answers from both internal datasets and the web.
Release notes
Open source →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.
- Fully implemented MCP functionality, allowing for MCP Server import, Agents functioning as MCP Clients, and RAGFlow itself operating as an MCP Server.
- 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.
- Support for new models, including Kimi K2, Grok 4, and Voyage embedding.
- RAGFlow’s codebase is now mirrored on Gitee.
- Introduction of a new model provider, Gitee AI.
New agent templates introduced
- Multi-Agent based Deep Research: Collaborative Agent teamwork led by a Lead Agent with multiple Subagents, distinct from traditional workflow orchestration.
- An intelligent Q&A chatbot leveraging internal datasets, designed for customer service and training scenarios.
- 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.
- Trip Planner: Uses web search and map MCP servers to assist with travel planning.
- Image Lingo: Translates content from uploaded photos.
- An information search assistant that retrieves answers from both internal datasets and the web.
-
v0.19.120 Jun 2025Release notes
Open source →Released on June 23, 2025.
Fixed issues
- A memory leak issue during high-concurrency requests.
- Large file parsing freezes when GraphRAG entity resolution is enabled. #8223
- A context error occurring when using Sandbox in standalone mode. #8340
- An excessive CPU usage issue caused by Ollama. #8216
- A bug in the Code Component. #7949
- Added support for models installed via Ollama or VLLM when creating a dataset through the API. #8069
- Enabled role-based authentication for S3 bucket access. #8149
Newly supported models
-
v0.19.023 May 2025Release notes
Open source →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 datasets.
- 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 and ChatGPT o3: Developers can now use the newly released, most advanced Claude model and OpenAI’s latest ChatGPT o3 inference model.
The following features have been contributed by our community:
- Agent component: Enables tool calling within the Generate Component. Thanks to notsyncing.
- Markdown rendering: Image references in a markdown file can be displayed after chunking. Thanks to Woody-Hu.
- Document engine support: OpenSearch can now be used as RAGFlow's document engine. Thanks to pyyuhao.
Documentation
Added documents
- Select PDF parser
- [Enable Excel2HTML]
- Code component
Release notes
Open source →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 datasets.
- 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 and ChatGPT o3: Developers can now use the newly released, most advanced Claude model and OpenAI’s latest ChatGPT o3 inference model.
The following features have been contributed by our community:
- Agent component: Enables tool calling within the Generate Component. Thanks to notsyncing.
- Markdown rendering: Image references in a markdown file can be displayed after chunking. Thanks to Woody-Hu.
- Document engine support: OpenSearch can now be used as RAGFlow's document engine. Thanks to pyyuhao.
Documentation
Added documents
-
v0.18.1-0.20250530115030-09f8dfe456a130 May 2025 pre-releaseNothing published for this version
-
v0.18.1-0.20250528034722-20ab6aad4ab728 May 2025 pre-releaseNothing published for this version
-
v0.18.1-0.20250523122923-552023ee4b3723 May 2025 pre-releaseNothing published for this version
-
v0.18.1-0.20250428111711-c7310f7fb25628 Apr 2025 pre-releaseNothing published for this version
-
v0.18.023 Apr 2025Release notes
Open source →Released on April 23, 2025.
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.
New features
- MCP server: enables access to RAGFlow's datasets via MCP.
- DeepDoc supports adopting VLM model as a processing pipeline during document layout recognition, enabling in-depth analysis of images in PDF and DOCX files.
- OpenAI-compatible APIs: Agents can be called via OpenAI-compatible APIs.
- 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.
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.
Documentation
Added documents
Release notes
Open source →Released on April 23, 2025.
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.
New features
- MCP server: enables access to RAGFlow's datasets via MCP.
- DeepDoc supports adopting VLM model as a processing pipeline during document layout recognition, enabling in-depth analysis of images in PDF and DOCX files.
- OpenAI-compatible APIs: Agents can be called via OpenAI-compatible APIs.
- 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.
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.
Documentation
Added documents
-
v0.17.213 Mar 2025Release notes
Open source →Released on March 13, 2025.
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.
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).
- Supports CSV files in the General chunking method.
Fixed issues
- Unable to add models via Ollama/Xinference, an issue introduced in v0.17.1.
API changes
HTTP APIs
Python APIs
-
v0.17.111 Mar 2025Release notes
Open source →Released on March 11, 2025.
Improvements
- Improves English tokenization quality.
- Improves the table extraction logic in Markdown document parsing.
- Updates SiliconFlow's model list.
- Supports parsing XLS files (Excel 97-2003) with improved corresponding error handling.
- Supports Huggingface rerank models.
- Enables relative time expressions ("now", "yesterday", "last week", "next year", and more) in chat assistant and the Rewrite agent component.
Fixed issues
- A repetitive knowledge graph extraction issue.
- Issues with API calling.
- Options in the PDF parser, aka Document parser, dropdown are missing.
- A Tavily web search issue.
- Unable to preview diagrams or images in an AI chat.
Documentation
Added documents
Release notes
Open source →Released on March 11, 2025.
Improvements
- Improves English tokenization quality.
- Improves the table extraction logic in Markdown document parsing.
- Updates SiliconFlow's model list.
- Supports parsing XLS files (Excel 97-2003) with improved corresponding error handling.
- Supports Huggingface rerank models.
- Enables relative time expressions ("now", "yesterday", "last week", "next year", and more) in chat assistant and the Rewrite agent component.
Fixed issues
- A repetitive knowledge graph extraction issue.
- Issues with API calling.
- Options in the PDF parser, aka Document parser, dropdown are missing.
- A Tavily web search issue.
- Unable to preview diagrams or images in an AI chat.
Documentation
Added documents
-
v0.17.1-0.20250303112428-d9bbaf5d6c6d03 Mar 2025 pre-releaseNothing published for this version
-
v0.17.002 Mar 2025Release notes
Open source →Released on March 3, 2025.
New features
- 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.
- 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.
- AI chat: Supports starting a chat without specifying datasets.
- AI chat: HTML files can also be previewed and referenced, in addition to PDF files.
- 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.
- 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.
- Models: Updates the supported model list for Tongyi-Qianwen (Qwen), adding DeepSeek-specific models; adds ModelScope as a model provider.
- APIs: Document metadata can be updated through an API.
The following diagram illustrates the workflow of RAGFlow's Deep research:
The following is a screenshot of a conversation that integrates Deep research:
API changes
HTTP APIs
Adds a body parameter
"meta_fields"to the Update document method.Python APIs
Adds a key option
"meta_fields"to the Update document method.Documentation
Added documents
Release notes
Open source →Released on March 3, 2025.
New features
- 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.
- 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.
- AI chat: Supports starting a chat without specifying datasets.
- AI chat: HTML files can also be previewed and referenced, in addition to PDF files.
- 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.
- 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.
- Models: Updates the supported model list for Tongyi-Qianwen (Qwen), adding DeepSeek-specific models; adds ModelScope as a model provider.
- APIs: Document metadata can be updated through an API.
The following diagram illustrates the workflow of RAGFlow's Deep Research:
The following is a screenshot of a conversation that integrates Deep Research:
API changes
HTTP APIs
Adds a body parameter
"meta_fields"to the Update document method.Python APIs
Adds a key option
"meta_fields"to the Update document method.Documentation
Added documents
-
v0.16.1-0.20250211110410-d197f33646a111 Feb 2025 pre-releaseNothing published for this version
-
v0.16.1-0.20250211074524-521d25d4e69211 Feb 2025 pre-releaseNothing published for this version
-
v0.16.006 Feb 2025Release notes
Open source →Released on February 6, 2025.
New features
- Supports DeepSeek R1 and DeepSeek V3.
- 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.
- Adds an Iteration agent component and a Research report generator agent template. See here.
- New UI language: Portuguese.
- Allows setting metadata for a specific file in a dataset to enhance AI-powered chats. See here.
- Upgrades RAGFlow's document engine Infinity to v0.6.0.dev3.
- Supports GPU acceleration for DeepDoc (see docker-compose-gpu.yml).
- Supports creating and referencing a Tag dataset as a key milestone towards bridging the semantic gap between query and response.
:::danger IMPORTANT The Tag dataset feature is unavailable on the Infinity document engine. :::
Documentation
Added documents
- [Construct knowledge graph]
- Set metadata
- Begin component
- [Generate component]
- [Interact component]
- Retrieval component
- Categorize component
- [Keyword component]
- Message component
- [Rewrite component]
- Switch component
- [Concentrator component]
- [Template component]
- Iteration component
- [Note component]
Release notes
Open source →Released on February 6, 2025.
New features
- Supports DeepSeek R1 and DeepSeek V3.
- 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.
- Adds an Iteration agent component and a Research report generator agent template. See here.
- New UI language: Portuguese.
- Allows setting metadata for a specific file in a dataset to enhance AI-powered chats. See here.
- Upgrades RAGFlow's document engine Infinity to v0.6.0.dev3.
- Supports GPU acceleration for DeepDoc (see docker-compose-gpu.yml).
- Supports creating and referencing a Tag dataset as a key milestone towards bridging the semantic gap between query and response.
:::danger IMPORTANT The Tag dataset feature is unavailable on the Infinity document engine. :::
Documentation
Added documents
-
v0.15.124 Dec 2024Release notes
Open source →Released on December 25, 2024.
Upgrades
- Upgrades RAGFlow's document engine Infinity to v0.5.2.
- Enhances the log display of document parsing status.
Fixed issues
This release fixes the following issues:
- The
SCORE not foundandposition_interrors returned by Infinity. - Once an embedding model in a specific dataset is changed, embedding models in other datasets can no longer be changed.
- 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.
API changes
HTTP APIs
Adds an optional parameter
"user_id"to the following APIs: -
v0.15.1-0.20241223130444-d030b4a680c823 Dec 2024 pre-releaseNothing published for this version
-
v0.15.018 Dec 2024Release notes
Open source →Released on December 18, 2024.
New features
- Introduces additional Agent-specific APIs.
- Supports using page rank score to improve retrieval performance when searching across multiple datasets.
- 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
- Upgrades the Document Layout Analysis model in DeepDoc.
- Significantly enhances the retrieval performance when using Infinity as document engine.
API changes
HTTP APIs
Python APIs
-
v0.14.2-0.20241202113320-ed7e46b6ca0502 Dec 2024 pre-releaseNothing published for this version