sidebar_position: 2
slug: /release_notes

Releases

Key features, improvements and bug fixes in the latest releases.

:::info
Each RAGFlow release is available in two editions:

:::danger IMPORTANT
The embedding models included in a full edition are:

These two embedding models are optimized specifically for English and Chinese, so performance may be compromised if you use them to embed documents in other languages.
:::

v0.20.5

Released on September 10, 2025.

Improvements

Added models

Fixed issues

API changes

HTTP APIs

Python APIs

v0.20.4

Released on August 27, 2025.

Improvements

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

v0.20.3

Released on August 20, 2025.

Improvements

New Agent templates

Fixed issues

API changes

Deprecated

Create session with agent

v0.20.1

Released on August 8, 2025.

New Features

Added Models

New agent templates (both workflow and agentic)

Fixed Issues

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

New agent templates introduced

v0.19.1

Released on June 23, 2025.

Fixed issues

Added models

v0.19.0

Released on May 26, 2025.

New features

The following features have been contributed by our community:

Documentation

Added documents

v0.18.0

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

export_agent

Improvements

Documentation

Added documents

v0.17.2

Released on March 13, 2025.

Compatibility changes

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

Fixed issues

API changes

HTTP APIs

Python APIs

v0.17.1

Released on March 11, 2025.

Improvements

Fixed issues

Documentation

Added documents

v0.17.0

Released on March 3, 2025.

New features

The following diagram illustrates the workflow of RAGFlow's Deep Research:

Image

The following is a screenshot of a conversation that integrates Deep Research:

Image

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

Released on February 6, 2025.

New features

:::danger IMPORTANT
The Tag knowledge base feature is unavailable on the Infinity document engine.
:::

Documentation

Added documents

v0.15.1

Released on December 25, 2024.

Upgrades

Fixed issues

This release fixes the following issues:

API changes

HTTP APIs

Adds an optional parameter "user_id" to the following APIs:

v0.15.0

Released on December 18, 2024.

New features

Improvements

API changes

HTTP APIs

Python APIs

v0.14.1

Released on November 29, 2024.

Improvements

Adds Infinity's configuration file to facilitate integration and customization of 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

Fixed issues

This release fixes the following issues:

v0.14.0

Released on November 26, 2024.

New features

Compatibility changes

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

This approach eliminates the need to manually update service_config.yaml after making changes to .env, facilitating dynamic environment configurations.

:::danger IMPORTANT
Ensure that you upgrade both your code and Docker image to this release before trying this new approach.
:::

API changes

HTTP APIs

Python APIs

Documentation

Added documents

v0.13.0

Released on October 31, 2024.

New features

:::tip NOTE
To download RAGFlow's Python SDK:

pip install ragflow-sdk==0.13.0

:::

Documentation

Added documents

v0.12.0

Released on September 30, 2024.

New features

Compatibility changes

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 both built-in embedding models and embedding models that will be downloaded once you select them in the RAGFlow UI.

The default Docker image edition is nightly-slim. The following list clarifies the differences between various editions:

See Upgrade RAGFlow for instructions on upgrading.

Documentation

Added documents

v0.11.0

Released on September 14, 2024.

New features

v0.10.0

Released on August 26, 2024.

New features

v0.9.0

Released on August 6, 2024.

New features

v0.8.0

Released on July 8, 2024.

New features

v0.7.0

Released on May 31, 2024.

New features

:::danger IMPORTANT
While we also test RAGFlow on ARM64 platforms, we do not maintain RAGFlow Docker images for ARM.

If you are on an ARM platform, follow this guide to build a RAGFlow Docker image.
:::

API changes

HTTP API

Python API

v0.6.0

Released on May 21, 2024.

New features

API changes

HTTP API

Python API

v0.5.0

Released on May 8, 2024.

New features