chunk_document
Split document files or extracted text into configurable character chunks with overlap to prepare content for processing.
Instructions
Split document or extracted text into chunks for processing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| overlap | No | Overlap between chunks | |
| file_path | Yes | Path to the document file | |
| chunk_size | No | Size of each chunk in characters |