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
Notes
- Need to split on multiple separators in priority order? Use the Recursive Character Text Splitter instead.