mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-23 03:26:53 +08:00
### What problem does this PR solve?
Trailing white-spaces in commit 6814ace1aa
got automatically trimmed by code editor may causes documentation
typesetting broken.
Mostly for double spaces for soft line breaks.
### Type of change
- [x] Documentation Update
41 lines
774 B
Plaintext
41 lines
774 B
Plaintext
---
|
|
sidebar_position: 15
|
|
slug: /text_processing
|
|
sidebar_custom_props: {
|
|
categoryIcon: LucideType
|
|
}
|
|
---
|
|
# Text processing component
|
|
|
|
A component that merges or splits texts.
|
|
|
|
---
|
|
|
|
A **Text processing** component merges or splits texts.
|
|
|
|
## Configurations
|
|
|
|
### Method
|
|
|
|
- Split: Split the text
|
|
- Merge: Merge the text
|
|
|
|
### Split_ref
|
|
|
|
Appears only when you select **Split** as method.
|
|
|
|
The variable to be split. Type `/` to quickly insert variables.
|
|
|
|
### Script
|
|
|
|
Template for the merge. Appears only when you select **Merge** as method. Type `/` to quickly insert variables.
|
|
|
|
### Delimiters
|
|
|
|
The delimiter(s) used to split or merge the text.
|
|
|
|
### Output
|
|
|
|
The global variable name for the output of the component, which can be referenced by other components in the workflow.
|
|
|