Add kb index status
This commit is contained in:
@@ -57,6 +57,8 @@ export interface KnowledgeDocument {
|
||||
name: string;
|
||||
size: string;
|
||||
uploadDate: string;
|
||||
status?: string;
|
||||
chunkCount?: number;
|
||||
}
|
||||
|
||||
export type InteractionType = 'text' | 'audio' | 'video';
|
||||
|
||||
Reference in New Issue
Block a user