mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-20 03:16:14 +00:00
fix: kb get api not contains model uuid
This commit is contained in:
@@ -48,6 +48,8 @@ class KnowledgeBaseRouterGroup(group.RouterGroup):
|
|||||||
'name': knowledge_base.name,
|
'name': knowledge_base.name,
|
||||||
'description': knowledge_base.description,
|
'description': knowledge_base.description,
|
||||||
'uuid': knowledge_base.id,
|
'uuid': knowledge_base.id,
|
||||||
|
'embedding_model_uuid': knowledge_base.embedding_model_uuid,
|
||||||
|
'top_k': knowledge_base.top_k,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user