Parse Text
lyzr_parse_textSplit raw text into chunks with configurable size and overlap. No knowledge base required for parsing.
Instructions
Parse raw text into chunks (no knowledge base required).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Raw text to parse into chunks | |
| chunk_size | No | Chunk size (default 1000) | |
| extra_info | No | Extra info as a JSON string (default "{}") | |
| extra_fields | No | Additional body fields merged into the request | |
| chunk_overlap | No | Chunk overlap (default 100) | |
| parser_config | No | Parser config as a JSON string |