feat(ChatKnowledge):add similarity score and query rewrite (#880)

This commit is contained in:
Aries-ckt
2023-12-04 10:24:53 +08:00
committed by GitHub
parent 13fb9d03a7
commit 54d5b0b804
72 changed files with 1451 additions and 501 deletions

View File

@@ -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',
},
],
},
{