create_backup
Back up your knowledge base's database and embeddings to a zip file for data safety. Perform this regularly before making major changes.
Instructions
Create a backup of the knowledge base. Backs up database and embeddings to a zip file. Use this regularly for data safety and before making major changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dest_dir | Yes | Destination directory for backup | |
| compress | No | Whether to compress backup to zip file (default: true) |