@vivantel/virage-core
    Preparing search index...

    Interface QualityConfig

    interface QualityConfig {
        enabled?: boolean;
        history?: QualityHistoryConfig;
        ragbench?: QualityRagBenchConfig;
        thresholds?: QualityThresholds;
        weights?: QualityWeights;
    }
    Index
    enabled?: boolean
    thresholds?: QualityThresholds
    weights?: QualityWeights