Type: nodetool.text.Chunk

Namespace: nodetool.text

Description

Splits text into chunks of specified word length. text, chunk, split

Use cases:
- Preparing text for processing by models with input length limits
- Creating manageable text segments for parallel processing
- Generating summaries of text sections

Properties

Property Type Description Default
text str   ``
length int   100
overlap int   0
separator Optional[str]   -

Outputs

Output Type Description
output List[str]  

Metadata

Browse other nodes in the nodetool.text namespace.