tRAGar - v0.1.0
    Preparing search index...

    Interface Hit

    One retrieval result.

    interface Hit {
        chunkId: string;
        score: number;
        source: string;
        text: string;
    }
    Index

    Properties

    chunkId: string

    Stable chunk identifier (SHA-256 hex).

    score: number

    Cosine similarity score in [0, 1]. Higher is more relevant.

    source: string

    Source identifier inherited from the ingested document.

    text: string

    Chunk text as stored.