Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface RAGCapabilityProfile

    interface RAGCapabilityProfile {
        accessControlOnIndex: boolean;
        chunkingStrategy:
            | "semantic"
            | "paragraph"
            | "sentence"
            | "naive"
            | "hierarchical";
        chunkMetadataSamples?: RAGChunkMetadataSample[];
        chunkOverlapConfigured: boolean;
        chunkQualityValidated: boolean;
        citationEvaluations?: RAGCitationEvaluation[];
        confidenceScoresProvided: boolean;
        dataLineageTracked: boolean;
        failoverConfigured: boolean;
        groundingVerified: boolean;
        hybridSearchEnabled: boolean;
        incrementalIndexingEnabled: boolean;
        indexTamperDetected: boolean;
        latencyBenchmarked: boolean;
        metadataAttachedToChunks: boolean;
        p99LatencyMs?: number;
        piiFilteringEnabled: boolean;
        ragOutputEvaluations?: RAGOutputEvaluation[];
        rerankingEnabled: boolean;
        retrievalAccuracyBenchmarked: boolean;
        retrievalEvaluations?: RAGRetrievalEvaluation[];
        retrievalHitRate?: number;
        retrievalQualityHistory?: RAGRetrievalQualitySnapshot[];
        sourceAttributionInAnswers: boolean;
        stalenessDetectionEnabled: boolean;
        testedBeyond100Docs: boolean;
    }
    Index
    accessControlOnIndex: boolean
    chunkingStrategy:
        | "semantic"
        | "paragraph"
        | "sentence"
        | "naive"
        | "hierarchical"
    chunkMetadataSamples?: RAGChunkMetadataSample[]
    chunkOverlapConfigured: boolean
    chunkQualityValidated: boolean
    citationEvaluations?: RAGCitationEvaluation[]
    confidenceScoresProvided: boolean
    dataLineageTracked: boolean
    failoverConfigured: boolean
    groundingVerified: boolean
    hybridSearchEnabled: boolean
    incrementalIndexingEnabled: boolean
    indexTamperDetected: boolean
    latencyBenchmarked: boolean
    metadataAttachedToChunks: boolean
    p99LatencyMs?: number
    piiFilteringEnabled: boolean
    ragOutputEvaluations?: RAGOutputEvaluation[]
    rerankingEnabled: boolean
    retrievalAccuracyBenchmarked: boolean
    retrievalEvaluations?: RAGRetrievalEvaluation[]
    retrievalHitRate?: number
    retrievalQualityHistory?: RAGRetrievalQualitySnapshot[]
    sourceAttributionInAnswers: boolean
    stalenessDetectionEnabled: boolean
    testedBeyond100Docs: boolean