explore: more variance in the related rail (stronger MMR diversification) #176
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Explore "related" rail (
gallery_service.similar→_diversify_similar, from #1188) was tuned conservatively. Push all three diversity knobs so it spans further across clusters instead of clumping near the anchor:lam0.55 → 0.40 — weight the diversity penalty harder (the main dial).min(200, max(limit*5, 60))→min(400, max(limit*8, 100))— a wider nearest-cosine pool so MMR has genuinely distinct neighbourhoods to reach into.dup_threshold6 → 8 — collapse more near-duplicate reposts/clones, freeing rail slots for distinct picks.Still deterministic (same set per image, just more spread) and relevance-anchored via the
lam*sim-to-anchorterm. Backend-only, no migration. CI green on dev (run 1818, incl. integration).🤖 Generated with Claude Code