mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-10 05:19:44 +00:00
feat(ChatKnowledge):add similarity score and query rewrite (#880)
This commit is contained in:
@@ -200,8 +200,27 @@ const sidebars = {
|
||||
},
|
||||
|
||||
{
|
||||
type: "doc",
|
||||
id:"faq"
|
||||
type: "category",
|
||||
label: "FAQ",
|
||||
collapsed: true,
|
||||
items: [
|
||||
{
|
||||
type: 'doc',
|
||||
id: 'faq/install',
|
||||
}
|
||||
,{
|
||||
type: 'doc',
|
||||
id: 'faq/llm',
|
||||
}
|
||||
,{
|
||||
type: 'doc',
|
||||
id: 'faq/kbqa',
|
||||
}
|
||||
,{
|
||||
type: 'doc',
|
||||
id: 'faq/chatdata',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user