github infiniflow/ragflow v0.23.0

17 hours ago

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

  • Converse with Agent returns complete execution trace logs.
  • Create chat completion supports metadata-based filtering.
  • Converse with chat assistant supports metadata-based filtering.

What's Changed

Don't miss a new ragflow release

NewReleases is sending notifications on new releases.