Text chunking node for splitting text into smaller segments.
This node processes text input and divides it into manageable chunks based on
configurable parameters like chunk size and overlap.Input: String - The data type that TextChunkingNode accepts as inputOutput: GraphTypes.TextChunks - The data type that TextChunkingNode outputsExample:
Copy
const textChunkingNode = new TextChunkingNode({ id: 'my-text-chunking-node'});