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

    Interface RagBenchQuery

    interface RagBenchQuery {
        id: string;
        qrels: QrelEntry[];
        query: string;
    }
    Index
    id: string
    qrels: QrelEntry[]
    query: string