generate_document_processing_pipeline
Generates document pipelines for parsing, chunking (recursive/semantic), and embedding generation across PDF, Markdown, and CSV files.
Instructions
Generates document parsing, chunking (recursive character, semantic chunking), and embedding generation pipelines for PDF, Markdown, and CSV files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chunk_size | No | Target chunk character size (default: 1000) | |
| document_type | Yes | Type of input documents to ingest |