export_index
Back up or migrate your local RAG index by exporting it to a JSON file, returning the file path and stats on documents, chunks, and file size.
Instructions
Export the current index to a JSON file for backup or migration. Returns the export file path and stats (document count, chunk count, file size). The exported file can be re-imported with a future import_index tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | No | Absolute path for the export file. Defaults to "{dbPath}/export-{timestamp}.json". |