--- title: Recursive Character Text Splitter node documentation description: Learn how to use the Recursive Character Text Splitter node in n8n. Follow technical documentation to integrate Recursive Character Text Splitter node into your workflows. contentType: [integration, reference] priority: medium --- # 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. ```{include} ../../../../../_snippets/integrations/builtin/cluster-nodes/sub-node-expression-resolution.md ``` ## Node parameters * **Chunk Size**: Enter the number of characters in each chunk. * **Chunk Overlap**: Enter how much overlap to have between chunks. ## Templates and examples ## Related resources Refer to [LangChain's text splitter documentation](https://js.langchain.com/docs/concepts/text_splitters) and [LangChain's recursively split by character documentation](https://v03.api.js.langchain.com/classes/langchain.text_splitter.RecursiveCharacterTextSplitter.html) for more information about the service. ```{include} ../../../../../_snippets/integrations/builtin/cluster-nodes/langchain-overview-link.md ```