fix: page bug

This commit is contained in:
WangCham
2025-08-11 00:12:06 +08:00
parent 47e9ce96fc
commit a27560e804

View File

@@ -46,7 +46,7 @@ export default function KnowledgePage() {
name: kb.name,
description: kb.description,
embeddingModelUUID: kb.embedding_model_uuid,
top_k: kb.top_k,
top_k: kb.top_k ?? 5,
lastUpdatedTimeAgo: lastUpdatedTimeAgoText,
});
}),