Input
Type:TextStream | ContentStream
The data type that TextChunkingNode accepts as input. See TextStream and ContentStream for more details.
Output
Type:GraphTypes.TextStream
The data type that TextChunkingNode outputs
Examples
Constructors
Interfaces
Constructors
constructor
Parameters
Configuration for the text chunking node.
Returns
TextChunkingNode
Interfaces
TextChunkingNodeProps
Configuration properties for TextChunkingNode.Properties
minChunkLength?:number
Optional minimum chunk length (in bytes) for sentence splitting. If not provided, the default value is 80.