feat: add topk

This commit is contained in:
WangCham
2025-07-16 17:20:13 +08:00
parent 67bc065ccd
commit 88c0066b06
7 changed files with 37 additions and 0 deletions
+1
View File
@@ -146,6 +146,7 @@ export interface KnowledgeBase {
name: string;
description: string;
embedding_model_uuid: string;
top_k: number;
created_at?: string;
updated_at?: string;
}