pub const SIMILARITY_THRESHOLD: f64 = 0.6;Expand description
Similarity threshold for considering entries as duplicates (0.0-1.0). Lowered to 0.6 to better detect semantic duplicates (same pattern/type). Examples that should match: “项目技术栈: Node.js” vs “项目技术栈: Rust”