mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-24 05:16:09 +00:00
fix: page bug
This commit is contained in:
@@ -46,7 +46,7 @@ export default function KnowledgePage() {
|
|||||||
name: kb.name,
|
name: kb.name,
|
||||||
description: kb.description,
|
description: kb.description,
|
||||||
embeddingModelUUID: kb.embedding_model_uuid,
|
embeddingModelUUID: kb.embedding_model_uuid,
|
||||||
top_k: kb.top_k,
|
top_k: kb.top_k ?? 5,
|
||||||
lastUpdatedTimeAgo: lastUpdatedTimeAgoText,
|
lastUpdatedTimeAgo: lastUpdatedTimeAgoText,
|
||||||
});
|
});
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user