mix recollect.consolidate (recollect v0.5.1)

Copy Markdown View Source

Run Recollect sleep consolidation for a scope.

mix recollect.consolidate --scope-id SCOPE_ID

Options

  • --scope-id (required) — The scope to consolidate
  • --dry-run — Preview what would happen without making changes
  • --decay-threshold — Minimum strength to survive (default: 0.05)
  • --merge-threshold — Text overlap threshold for merging (default: 0.35)
  • --min-cluster — Minimum entries to form a merge cluster (default: 3)

Example

mix recollect.consolidate --scope-id abc-123
mix recollect.consolidate --scope-id abc-123 --dry-run