Member Junction
    Preparing search index...

    Description of one vector-surfaced candidate match.

    interface ReasoningCandidate {
        DependentCount: number;
        Label: string;
        Provenance: string;
        RecordID: string;
        VectorScore: number;
    }
    Index

    Properties

    DependentCount: number

    Approximate dependent-record count.

    Label: string

    Human-readable label.

    Provenance: string

    Provenance hint.

    RecordID: string

    The candidate record id (URL-segment composite key).

    VectorScore: number

    The raw vector similarity score (0–1) that surfaced this candidate.