Solutionunvalidated
Use a **`name@version` slug as the node ID**, normalized to lowercase. — Deduplicate by MERGE on `{id}` rather than vector similarity. Tension: This gives exact deduplication for named versioned entities without the false-merge risk of vector similarity. Outcome: MERGE on `{id}` rather than vector similarity.
264663a7-4851-4ba7-9c12-f3b88eee6c3e
Use a name@version slug as the node ID, normalized to lowercase. — Deduplicate by MERGE on {id} rather than vector similarity. Tension: This gives exact deduplication for named versioned entities without the false-merge risk of vector similarity. Outcome: MERGE on {id} rather than vector similarity.