export interface RagChunkMetadata {
    documentId: string;
    chunkId: string;
    vectorDistance: number;
}
