Add mongo index (#519)

This commit is contained in:
Archer
2023-11-26 20:17:29 +08:00
committed by GitHub
parent f818260711
commit 933c3fdfd6
7 changed files with 61 additions and 31 deletions

View File

@@ -225,7 +225,7 @@ export const appTemplates: (AppItemType & {
]
},
{
id: 'simpleKbChat',
id: 'simpleDatasetChat',
avatar: '/imgs/module/db.png',
name: '知识库 + 对话引导',
intro: '每次提问时进行一次知识库搜索,将搜索结果注入 LLM 模型进行参考回答',