Cluster Nodes
sub-nodes
Recursive Character Text Splitter node documentation

Recursive Character Text Splitter node

The Recursive Character Text Splitter node splits document data recursively to keep all paragraphs, sentences then words together as long as possible.

On this page, you'll find the node parameters for the Recursive Character Text Splitter node, and links to more resources.

Node parameters

  • Chunk Size: Enter the number of characters in each chunk.
  • Chunk Overlap: Enter how much overlap to have between chunks.

Related resources

Refer to LangChain's text splitter documentation (opens in a new tab) and LangChain's recursively split by character documentation (opens in a new tab) for more information about the service.