Skip to content

Commit

Permalink
perf: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
c121914yu committed Jan 16, 2025
1 parent 2d82db0 commit 7c56579
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions docSite/content/zh-cn/docs/development/upgrading/4819.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ weight: 806
## 完整更新内容

1. 新增 - 工作流知识库检索支持按知识库权限进行过滤。
2. 优化 - 成员列表分页加载。
3. 优化 - 统一分页加载代码。
4. 修复 - 语雀文件库导入时,嵌套文件内容无法展开的问题。
5. 修复 - 工作流编排中,LLM 参数无法关闭问题。
2. 新增 - 飞书/语雀知识库查看原文。
3. 优化 - 成员列表分页加载。
4. 优化 - 统一分页加载代码。
5. 修复 - 语雀文件库导入时,嵌套文件内容无法展开的问题。
6. 修复 - 工作流编排中,LLM 参数无法关闭问题。
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ FastGPT v4.8.16 版本开始,商业版用户支持飞书知识库导入,用

## 2. 配置应用权限

创建应用后,进入应用可以配置相关权限,这里需要增加两个权限
创建应用后,进入应用可以配置相关权限,这里需要增加**3个权限**

1. 获取云空间文件夹下的云文档清单
2. 查看新版文档
3. 查看、评论、编辑和管理云空间中所有文件

![alt text](/imgs/image-41.png)

Expand Down
2 changes: 1 addition & 1 deletion packages/global/core/dataset/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export function getSourceNameIcon({
}
} catch (error) {}

return 'file/fill/manual';
return 'file/fill/file';
}

/* get dataset data default index */
Expand Down

0 comments on commit 7c56579

Please sign in to comment.