Docs: v0.23.0 release notes (#12251)

### What problem does this PR solve?


### Type of change


- [x] Documentation Update

---------

Co-authored-by: Yingfeng Zhang <yingfeng.zhang@gmail.com>
This commit is contained in:
writinwaters
2025-12-26 19:11:10 +08:00
committed by GitHub
parent bc9e1e3b9a
commit c2e9064474
7 changed files with 212 additions and 3 deletions

View File

@ -7,6 +7,61 @@ slug: /release_notes
Key features, improvements and bug fixes in the latest releases.
## v0.23.0
Released on December 29, 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
- Bumps RAGFlow's document engine, [Infinity](https://github.com/infiniflow/infinity) to v0.6.13 (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](./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.
## v0.22.1
Released on November 19, 2025.