Export Chunks
Export text chunks as NDJSON for RAG / embedding pipelines.
Usage
fissionbox document export-chunks --id art-abc123 --output ./chunks.ndjson
Options
| Flag | Default | Description |
|---|---|---|
--id ID | required | Document ID |
--output PATH | required | Output file path for NDJSON |
Output Format
Each line in the output file is a JSON object representing a text chunk from the document, suitable for ingestion into vector databases or embedding pipelines.