Member Junction
    Preparing search index...

    Outcome of a seed-taxonomy generation run.

    interface SeedTaxonomyResult {
        Message?: string;
        Method: "clustering" | "prompt-fallback";
        Nodes: SeedTaxonomyNode[];
        SampleSize: number;
    }
    Index

    Properties

    Message?: string

    Human-readable note (e.g., why the fallback was used).

    Method: "clustering" | "prompt-fallback"

    How the taxonomy was produced — clustering of embeddings, or the AI-prompt fallback.

    The proposed taxonomy tree (NOT persisted).

    SampleSize: number

    Number of content items sampled / considered.