From 3671917db2095bd6aa8de6971be2188322184bf1 Mon Sep 17 00:00:00 2001 From: RAGFlow Curator Date: Thu, 23 Oct 2025 01:38:25 +0000 Subject: [PATCH] Synchronize documentation. --- .../guides/agent/agent_component_reference/chunker_title.md | 2 +- .../guides/agent/agent_component_reference/chunker_token.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/guides/agent/agent_component_reference/chunker_title.md b/website/docs/guides/agent/agent_component_reference/chunker_title.md index 9ec692d..27b8a97 100644 --- a/website/docs/guides/agent/agent_component_reference/chunker_title.md +++ b/website/docs/guides/agent/agent_component_reference/chunker_title.md @@ -34,7 +34,7 @@ Click **+ Add** to add heading levels here or update the corresponding **Regular ### Output -The global variable name for the output of the **Title chunkder** component, which can be referenced by subsequent components in the ingestion pipeline. +The global variable name for the output of the **Title chunker** component, which can be referenced by subsequent components in the ingestion pipeline. - Default: `chunks` - Type: `Array` \ No newline at end of file diff --git a/website/docs/guides/agent/agent_component_reference/chunker_token.md b/website/docs/guides/agent/agent_component_reference/chunker_token.md index bcdc272..d93f0ea 100644 --- a/website/docs/guides/agent/agent_component_reference/chunker_token.md +++ b/website/docs/guides/agent/agent_component_reference/chunker_token.md @@ -37,7 +37,7 @@ Defaults to `\n`. Click the right-hand **Recycle bin** button to remove it, or c ### Output -The global variable name for the output of the **Token chunkder** component, which can be referenced by subsequent components in the ingestion pipeline. +The global variable name for the output of the **Token chunker** component, which can be referenced by subsequent components in the ingestion pipeline. - Default: `chunks` - Type: `Array` \ No newline at end of file