Add kb index status

This commit is contained in:
Xin Wang
2026-02-10 10:34:25 +08:00
parent 94a562a1d5
commit 323ef61573
5 changed files with 30 additions and 5 deletions

View File

@@ -57,6 +57,8 @@ export interface KnowledgeDocument {
name: string;
size: string;
uploadDate: string;
status?: string;
chunkCount?: number;
}
export type InteractionType = 'text' | 'audio' | 'video';