Skip to main content

Export Chunks

Export text chunks as NDJSON for RAG / embedding pipelines.

Usage

fissionbox document export-chunks --id art-abc123 --output ./chunks.ndjson

Options

FlagDefaultDescription
--id IDrequiredDocument ID
--output PATHrequiredOutput 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.