(docs)Add descriptions of Chat Memory

This commit is contained in:
jerryjzhang
2024-06-27 14:21:09 +08:00
parent 57a727bdff
commit 1b05d6deb1
2 changed files with 5 additions and 1 deletions

View File

@@ -52,6 +52,8 @@ SuperSonic的整体架构和主流程如下图所示
- **问答插件(Chat Plugin)** 通过第三方工具扩展功能。给定所有配置的插件及其功能描述和示例问题,大语言模型将选择最合适的插件。
- **问答记忆(Chat Memory)** 将历史的查询轨迹进行封装可被召回作为few-shot样例嵌入提示词。
## 快速体验
### 线上环境体验