config
Check status, set options, sync Google Drive, warm up the embedding model, or backfill missing vectors for persistent AI memory.
Instructions
Server config, sync, setup, and bounded vector backfill. Actions: status|sync|set|warmup|setup_sync|backfill_embeddings.
ACTION GUIDE — when to use each:
status: Show current configuration, setup status, and database stats.
sync: Trigger manual sync (requires sync_enabled=true + google_drive_client_id).
set: Update a setting. Requires 'key' and 'value'. Valid keys: 'sync_enabled' (true/false), 'sync_interval' (int), 'log_level' (str). Example: action='set', key='sync_enabled', value='true'
warmup: Pre-download embedding model (~570 MB) to avoid delays later.
backfill_embeddings: Embed active rows missing a current Vectorize ledger entry; optional batch_size is bounded to 100.
setup_sync: Authenticate Google Drive via Device Code OAuth flow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| value | No | ||
| action | Yes | ||
| batch_size | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||