mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-27 16:04:21 +00:00
fix: wrong definition of topk
This commit is contained in:
@@ -61,7 +61,7 @@ export interface KnowledgeBase {
|
|||||||
description: string;
|
description: string;
|
||||||
embedding_model_uuid: string;
|
embedding_model_uuid: string;
|
||||||
created_at?: string;
|
created_at?: string;
|
||||||
top_k?: number;
|
top_k: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ApiRespProviderEmbeddingModels {
|
export interface ApiRespProviderEmbeddingModels {
|
||||||
|
|||||||
Reference in New Issue
Block a user