Files
FastGPT/docSite/content/zh-cn/docs/development/upgrading/4813.md
Archer 7537330a3b feat: loop start add index (#3101)
* feat: loop start add index

* update doc
2024-11-08 17:21:19 +08:00

24 lines
994 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: 'V4.8.13(进行中)'
description: 'FastGPT V4.8.13 更新说明'
icon: 'upgrade'
draft: false
toc: true
weight: 811
---
## 更新说明
1. 新增 - 数组变量选择支持多选,可以选多个数组或对应的单一数据类型,会自动按选择顺序进行合并。
2. 新增 - 文件上传方案调整,节点直接支持接收文件链接,插件自定义变量支持文件上传。
3. 新增 - 对话记录增加时间显示。
4. 新增 - 工作流校验错误时,跳转至错误节点。
5. 新增 - 循环节点增加下标值。
6. 优化 - 知识库上传文件,优化报错提示。
7. 优化 - 全文检索语句,减少一轮查询。
8. 优化 - 修改 findLast 为 [...array].reverse().find适配旧版浏览器。
9. 优化 - Markdown 组件自动空格,避免分割 url 中的中文。
10. 优化 - 工作流上下文拆分,性能优化。
11. 修复 - Dockerfile pnpm install 支持代理。
12. 修复 - BI 图表生成无法写入文件。