mindee
    Preparing search index...

    Class ExtractionRagAnnotationResponse

    Response for a RAG document.

    Hierarchy (View Summary)

    Index
    annotation: RagAnnotation | null

    Annotation metadata associated with the document.

    createdAt: Date

    Date and time of the document creation.

    filename: string

    Original filename of the uploaded document.

    id: string

    Unique identifier of the RAG document.

    lastMatchAt: Date | null

    Date and time of the latest matching inference, if any.

    modelId: string

    Model identifier linked to the RAG document.

    status: string

    Current status of the RAG document.

    totalMatches: number

    Number of times this document was used in an inference.