perf: 对话框优化;feat: 模糊搜索

This commit is contained in:
archer
2023-04-20 23:06:30 +08:00
parent 02abe42afe
commit 3c0fa30aaf
7 changed files with 86 additions and 26 deletions

View File

@@ -1,3 +1,5 @@
## Fast GPT V2.7
* FastGpt Api 允许你将 Fast Gpt 的部分功能通过 api 的形式,将知识库接入到自己的应用中,例如:飞书、企业微信、客服助手.
* 通过 csv 文件导入和导出你的问答对。你可以将你的 csv 文件放置在飞书文档上,以便团队共享
### Fast GPT V2.8.1
* 优化 - 知识库升级,内容条数不上限!
* 优化 - 导入去重效果,可防止导出后的 csv 重复导入
* 优化 - 聊天框,电脑端复制删除图标。
* 优化 - 聊天框,生成内容时,如果滚动条触底,则会自动向下滚动,不需要手动下滑。