restore
Restore memories from a backup JSON file. Reuse stored vectors for zero API cost, or set reembed=true to re-embed with current provider when changing providers.
Instructions
Restore memories from a backup JSON file. By default reuses stored vectors (zero API cost). Set reembed=true to re-embed with current provider (for provider changes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reembed | No | If true, re-embed all texts with current provider instead of reusing stored vectors | |
| backup_path | Yes | Path to the backup JSON file |