Skip to content

Releases: infiniflow/ragflow

nightly

01 Dec 13:17
c217b8f

Choose a tag to compare

nightly Pre-release
Pre-release

Release nightly created from c217b8f at 2026-03-06 21:26:49+08:00

v0.24.0

10 Feb 09:27
392ec99

Choose a tag to compare

Summary

New features

  • Memory
    • Introduces APIs and an SDK for developer integration.
    • Adds Memory extraction log display in the console for improved debugging and tracing.
  • Dataset
    • Added support for batch management of Metadata.
    • Renamed "ToC (Table of Contents)" to "PageIndex".
  • Agent
    • Launches a new Chat-like Agent conversation management interface that retains Sessions and dialogue history.
    • Introduces a multi-Sandbox mechanism, currently supporting local gVisor and Alibaba Cloud, with compatibility for mainstream Sandbox APIs (configurable in the Admin page).
  • Chat
    • Adds a new "Thinking" mode and removed the previous "Reasoning" configuration option.
    • Optimizes retrieval strategies for deep-research scenarios, enhancing recall accuracy.
  • Admin
    • Adds support for configuring multiple Admin accounts.
  • Model configuration center
    • Adds a model connection test feature when adding new models.
  • Ecosystem
    • Adds support for OceanBase as a database alternative to MySQL.
    • Adds support for PaddleOCR-VL.
  • Model
    • Adds new model support for Kimi 2.5, Stepfun 3, and doubao-embedding-vision, among others.
  • Data sources
    • Adds new data source integrations for Zendesk, Bitbucket, and others.

What's Changed

Read more

v0.23.1

31 Dec 06:04
675d18d

Choose a tag to compare

v0.23.1

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

What's Changed

New Contributors

Full Changelog: v0.23.0...v0.23.1

v0.23.0

27 Dec 13:25
8dc5b4d

Choose a tag to compare

v0.23.0

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

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

What's Changed

Read more

v0.22.1

19 Nov 12:14
cfdcceb

Choose a tag to compare

Release v0.22.1 created from cfdcceb at 2025-11-19 20:13:52+08:00

Summary

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 -full RAGFlow 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

What's Changed

New Contributors

Full Changelog: v0.22.0...v0.22.1

v0.22.0

12 Nov 06:57
a36a0fe

Choose a tag to compare

Released on November 12, 2025.

Breaking Changes

  • 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 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.

What's Changed

Read more

v0.21.1

23 Oct 11:08
de24e74

Choose a tag to compare

Release v0.21.1 created from de24e74 at 2025-10-23 19:08:09+08:00

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.

What's Changed

Read more

v0.21.0

15 Oct 05:35
fdac4af

Choose a tag to compare

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.
  • 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.

Added 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.

What's Changed

Read more

v0.20.5

10 Sep 03:23
e650f0d

Choose a tag to compare

Summary

Improvements

  • Agent Performance Optimized: Improved planning and reflection speed for simple tasks; optimized concurrent tool calls for parallelizable scenarios, significantly reducing overall response time.
  • Agent Prompt Framework exposed: Developers can now customize and override framework-level prompts in the system prompt section, enhancing flexibility and control.
  • Execute SQL Component Enhanced: Replaced the original variable reference component with a text input field, allowing free-form SQL writing with variable support.
  • Chat: Re-enabled Reasoning and Cross-language search.
  • Retrieval API Enhanced: Added metadata filtering support to the Retrieve chunks method.

Added 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: Resolved issues including cite toggle failure, task mode requiring dialogue triggers, repeated answers in multi-turn dialogues, and duplicate summarization of parallel execution results.

What's Changed

Read more

v0.20.4

27 Aug 10:56
2d89863

Choose a tag to compare

Summary

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.

Added 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 knowledge base, 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.

What's Changed

New Contributors

Full Changelog: v0.20.3...v0.20.4