june_resolve
Run entity resolution to merge duplicates by writing same_as edges. Use after batch writes; default conservative mode uses deterministic signals. Set strong_only=false to include fuzzy matching.
Instructions
Maintenance: run cross-format entity resolution over the canvas — merges duplicate entities via reversible same_as edges (runs server-side, server-bounded scan). Default strong_only=true is conservative (deterministic signals only); pass strong_only=false to also use the fuzzy tier — which upgrades to SEMANTIC matching on Pro endpoints. Use once after a batch of june_remember/june_ingest writes, not per question; reads are already resolution-aware. Returns {same_as_written, groups, candidates}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strong_only | No | ||
| min_confidence | No |