mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Fix typo (#10737)
### What problem does this PR solve? Chunkder to Chunker ### Type of change - [x] Documentation Update
This commit is contained in:
@ -34,7 +34,7 @@ Click **+ Add** to add heading levels here or update the corresponding **Regular
|
|||||||
|
|
||||||
### Output
|
### 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`
|
- Default: `chunks`
|
||||||
- Type: `Array<Object>`
|
- Type: `Array<Object>`
|
||||||
@ -37,7 +37,7 @@ Defaults to `\n`. Click the right-hand **Recycle bin** button to remove it, or c
|
|||||||
|
|
||||||
### Output
|
### 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`
|
- Default: `chunks`
|
||||||
- Type: `Array<Object>`
|
- Type: `Array<Object>`
|
||||||
Reference in New Issue
Block a user