Skip to content

Chunk Text Character

Purpose of the Node

The Chunk Text Character node is designed to split a given text into smaller chunks based on specified character capacity and overlap. This is useful for efficient embedding processes where larger texts can be divided into manageable segments.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartInitiate ExecutionStructExecution
textThe string to be chunkedStringNormal
capacityCharacter Capacity for each chunkNumberInteger
overlapOverlap between consecutive chunksNumberInteger
markdownUse Markdown Splitter?BooleanInteger
EndExecution completedStructExecution
chunksThe resulting chunksArrayString
failedExecution failedStructExecution