mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 12:05:54 +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,
|
||||
'description': knowledge_base.description,
|
||||
'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