export_dataset
Export your dataset of page-level source, page number, and text to a file. Supports Parquet and JSONL formats, with optional filtering by source file.
Instructions
Write the per-page {source, page, text} dataset to a file (no vectors).
``fmt`` is "parquet" or "jsonl"; empty infers from the output suffix.
``source`` limits the export to one source filename. No embedding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | Yes | ||
| fmt | No | ||
| source | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||