estimate
Calculate chunk count, storage usage, and embedding API cost to preview a file or directory before ingesting.
Instructions
Before ingesting, estimates how many chunks a file or directory will produce, the storage it will use, and the embedding API cost if a paid provider is configured. Use this to preview a large ingest before committing to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| estimated_chunks | Yes | ||
| estimated_api_cost_usd | Yes | ||
| estimated_storage_bytes | Yes |