fix: incorrect update date in kb card

This commit is contained in:
Junyan Qin
2025-12-01 14:35:41 +08:00
parent 51794176af
commit 0ddc3d60e7
5 changed files with 69 additions and 2 deletions

View File

@@ -63,6 +63,7 @@ export interface KnowledgeBase {
description: string;
embedding_model_uuid: string;
created_at?: string;
updated_at?: string;
top_k: number;
}