From 86b03f399aac334083e0ca1b47e2a953574b89c0 Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Sun, 28 Dec 2025 11:55:52 +0800 Subject: [PATCH] Fix error in docs (#12269) ### What problem does this PR solve? As title ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) Signed-off-by: Jin Hai --- docs/guides/dataset/auto_metadata.md | 2 +- docs/references/python_api_reference.md | 2 +- docs/release_notes.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/dataset/auto_metadata.md b/docs/guides/dataset/auto_metadata.md index a3c3338f6..35967b935 100644 --- a/docs/guides/dataset/auto_metadata.md +++ b/docs/guides/dataset/auto_metadata.md @@ -34,7 +34,7 @@ Enabling TOC extraction requires significant memory, computational resources, an ![](https://raw.githubusercontent.com/infiniflow/ragflow-docs/main/images/auto_metadata_settings.png) -3. Click **+** to add new fields and enter the congiruation page. +3. Click **+** to add new fields and enter the configuration page. ![](https://raw.githubusercontent.com/infiniflow/ragflow-docs/main/images/metadata_field_settings.png) diff --git a/docs/references/python_api_reference.md b/docs/references/python_api_reference.md index a70053e98..3689da3f3 100644 --- a/docs/references/python_api_reference.md +++ b/docs/references/python_api_reference.md @@ -1603,7 +1603,7 @@ In streaming mode, not all responses include a reference, as this depends on the ##### question: `str` -The question to start an AI-powered conversation. Ifthe **Begin** component takes parameters, a question is not required. +The question to start an AI-powered conversation. If the **Begin** component takes parameters, a question is not required. ##### stream: `bool` diff --git a/docs/release_notes.md b/docs/release_notes.md index f9342fed2..e45c34cfe 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -9,7 +9,7 @@ Key features, improvements and bug fixes in the latest releases. ## v0.23.0 -Released on December 29, 2025. +Released on December 27, 2025. ### New features @@ -32,7 +32,7 @@ Released on December 29, 2025. ### Improvements -- Bumps RAGFlow's document engine, [Infinity](https://github.com/infiniflow/infinity) to v0.6.13 (backward compatible). +- Bumps RAGFlow's document engine, [Infinity](https://github.com/infiniflow/infinity) to v0.6.15 (backward compatible). ### Data sources