For the complete documentation index, see llms.txt. This page is also available as Markdown.

Token Text Splitter

Splits a raw text string by first converting the text into BPE tokens, then split these tokens into chunks and convert the tokens within a single chunk back into text.

Token Text Splitter Node

Last updated