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

    Interface RagGroundingRetrievedChunk

    interface RagGroundingRetrievedChunk {
        chunkId: string;
        documentVersion: string | null;
        ingestedAt: string | null;
        permissionStatus: RagGroundingSourcePermissionStatus;
        poisoningSignal: boolean;
        retrievalScore: number | null;
        retrievedAt: string | null;
        retrievedRank: number | null;
        sourceId: string | null;
        sourceTitle: string | null;
        sourceUri: string | null;
        stale: boolean;
        textPreview: string;
        textSha256: string;
    }
    Index
    chunkId: string
    documentVersion: string | null
    ingestedAt: string | null
    poisoningSignal: boolean
    retrievalScore: number | null
    retrievedAt: string | null
    retrievedRank: number | null
    sourceId: string | null
    sourceTitle: string | null
    sourceUri: string | null
    stale: boolean
    textPreview: string
    textSha256: string