Member Junction
    Preparing search index...

    Threshold knobs for the Tag Health emitters. Defaults are conservative; tune up/down per deployment based on inbox volume.

    interface TagHealthThresholds {
        maxImplicitChildren: number;
        maxUsage: number;
        minCoOccurrence: number;
        minEmbeddingSimilarity: number;
        minNameSimilarity: number;
    }
    Index

    Properties

    maxImplicitChildren: number

    Tags with more direct children than this are flagged as wide-node candidates (when the tag has no explicit MaxChildren cap).

    maxUsage: number

    Tags with usage strictly less than this are flagged as low-usage candidates.

    minCoOccurrence: number

    Minimum CoOccurrenceCount for a pair to be considered as a merge candidate.

    minEmbeddingSimilarity: number

    Minimum embedding cosine similarity (0-1) for a merge candidate.

    minNameSimilarity: number

    Minimum normalized name similarity (Dice's-coefficient-like, 0-1) for a merge candidate.