Cluster Nodes
sub-nodes
Character Text Splitter node documentation

Character Text Splitter node

Use the Character Text Splitter node to split document data based on characters.

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

Node parameters

  • Separator: Select the separator used to split the document into separate items.
  • 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 API documentation for character text splitting (opens in a new tab) for more information about the service.