mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-26 04:32:50 +00:00
Update doc (#5093)
Some checks are pending
Deploy doc image to cf / deploy-production (push) Waiting to run
Deploy doc image by kubeconfig / build-fastgpt-docs-images (push) Waiting to run
Deploy doc image by kubeconfig / update-docs-image (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Waiting to run
Some checks are pending
Deploy doc image to cf / deploy-production (push) Waiting to run
Deploy doc image by kubeconfig / build-fastgpt-docs-images (push) Waiting to run
Deploy doc image by kubeconfig / update-docs-image (push) Blocked by required conditions
Build FastGPT images in Personal warehouse / build-fastgpt-images (push) Waiting to run
* doc * doc
This commit is contained in:
parent
b6a258d494
commit
aafc0cef45
|
|
@ -19,7 +19,13 @@ weight: 786
|
|||
2. 输入框 UX。
|
||||
3. 图片知识库自动去除介绍中的换行,避免模型输出换行导致无法显示图片。
|
||||
4. 图片索引过程会单独描述图片内容,并在检索后会将图片描述赋予检索结果,使语言模型也可以对图片进行理解。
|
||||
5. 对于 MCP Schema 中,缺少`properties`属性的值,进行自动补全,避免部分模型报错。
|
||||
6. 对 JSON 导入模板可能的报错进行捕获。
|
||||
7. 过滤 CSV 导出时可能存在的危险字符串。
|
||||
8. 添加安全请求头。
|
||||
9. 修改密码,强制其他登录端失效。
|
||||
|
||||
## 🐛 修复
|
||||
|
||||
1. 知识库数据输入,识别 QA 模式错误。
|
||||
1. 知识库数据输入,识别 QA 模式错误。
|
||||
2. 知识库标签条件冲突。
|
||||
Loading…
Reference in New Issue