Character Text Splitter

Split text into chunks on a single separator for AI processing on indie.money.

Written By Philippe

Last updated 2 days ago

Character Text Splitter

βœ… Supported β€” Full feature parity

What It Does

Splits large text into smaller chunks using one separator character or string. A simpler alternative to the Recursive Character Text Splitter when your text has a single clear delimiter.

Connections

Connect it as a sub-node to a Document Loader to chunk documents before embedding or processing.

Compatibility

FeatureStatus
Chunk sizeSupported
Chunk overlapSupported
Single custom separatorSupported

Notes

  • Need to split on multiple separators in priority order? Use the Recursive Character Text Splitter instead.