import_dataset
Import a per-page text dataset file, re-embedding it under the current model. Replaces existing copies, detaches sources to prevent sync deletion, and infers format from file suffix.
Instructions
Import a per-page text dataset file, re-embedding it under the current model.
Replaces existing copies of each source; imported sources are detached, so
sync won't delete them. Streams progress notifications. ``fmt`` empty
infers from the dataset suffix (parquet or jsonl).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes | ||
| fmt | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||