restore
Load memories from a backup JSON file, reusing stored vectors to avoid API costs. Set reembed=true to re-embed texts with the current provider when switching 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 |