export interface KnowledgeBaseRagChunkModel { chunkId: string; documentId: string; content: string; }