Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 587 Bytes

token-text-splitter.md

File metadata and controls

14 lines (11 loc) · 587 Bytes
description
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

Token Text Splitter Node

{% hint style="info" %} This section is a work in progress. We appreciate any help you can provide in completing this section. Please check our Contribution Guide to get started. {% endhint %}