@ptkl/sdk - v1.12.0
    Preparing search index...

    Type Alias RAGSource

    type RAGSource = {
        chunk_index: number;
        content: string;
        document_name: string;
        document_uuid: string;
        score: number;
    }
    Index

    Properties

    chunk_index: number
    content: string
    document_name: string
    document_uuid: string
    score: number