Files
FastGPT/docSite/content/zh-cn/docs/development/upgrading/4813.md
Archer fd49ad1342 Adapt findLast api;perf: markdown zh format. (#3066)
* perf: context code

* fix: adapt findLast api

* perf: commercial plugin run error

* perf: markdown zh format
2024-11-07 10:05:01 +08:00

642 B
Raw Blame History

title, description, icon, draft, toc, weight
title description icon draft toc weight
V4.8.13(进行中) FastGPT V4.8.13 更新说明 upgrade false true 811

更新说明

  1. 新增 - 文件上传方案调整,节点直接支持接收文件链接,插件自定义变量支持文件上传。
  2. 新增 - 对话记录增加时间显示。
  3. 优化 - 知识库上传文件,优化报错提示。
  4. 优化 - 全文检索语句,减少一轮查询。
  5. 优化 - 修改 findLast 为 [...array].reverse().find适配旧版浏览器。
  6. 优化 - Markdown 组件自动空格,避免分割 url 中的中文。
  7. 修复 - BI 图表生成无法写入文件。