Member Junction
    Preparing search index...

    Ground truth configuration — authoritative documentation provided by the user. Ground truth descriptions ALWAYS take priority over AI-generated descriptions. Tables/columns with ground truth are never overwritten by the analysis engine.

    interface GroundTruthConfig {
        databaseDescription?: string;
        schemas?: Record<string, SchemaGroundTruth>;
        tables?: Record<string, TableGroundTruth>;
    }
    Index

    Properties

    databaseDescription?: string

    Database-level ground truth description

    schemas?: Record<string, SchemaGroundTruth>

    Schema-level ground truth

    tables?: Record<string, TableGroundTruth>

    Table-level ground truth, keyed by "schema.table"