Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
681ec30c
authored
May 12, 2025
by
Archer
Committed by
GitHub
May 12, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
4.9.8 test (#4790)
* fix: doc url * doc
parent
24cd1c98
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
19 additions
and
17 deletions
+19
-17
docSite/content/zh-cn/docs/development/upgrading/498.md
+2
-0
packages/global/core/workflow/template/system/aiChat/index.ts
+1
-1
packages/global/core/workflow/template/system/assignedAnswer.ts
+1
-1
packages/global/core/workflow/template/system/classifyQuestion/index.ts
+1
-1
packages/global/core/workflow/template/system/contextExtract/index.ts
+1
-1
packages/global/core/workflow/template/system/customFeedback.ts
+1
-1
packages/global/core/workflow/template/system/datasetConcat.ts
+1
-1
packages/global/core/workflow/template/system/datasetSearch.ts
+1
-1
packages/global/core/workflow/template/system/http468.ts
+1
-1
packages/global/core/workflow/template/system/ifElse/index.ts
+1
-1
packages/global/core/workflow/template/system/interactive/userSelect.ts
+1
-1
packages/global/core/workflow/template/system/laf.ts
+1
-1
packages/global/core/workflow/template/system/loop/loop.ts
+1
-1
packages/global/core/workflow/template/system/sandbox/index.ts
+1
-1
packages/global/core/workflow/template/system/textEditor.ts
+1
-1
packages/global/core/workflow/template/system/tools.ts
+1
-1
packages/global/core/workflow/template/system/variableUpdate/index.tsx
+1
-1
projects/app/src/components/support/laf/LafAccountModal.tsx
+1
-1
No files found.
docSite/content/zh-cn/docs/development/upgrading/498.md
View file @
681ec30c
...
@@ -16,6 +16,7 @@ weight: 792
...
@@ -16,6 +16,7 @@ weight: 792
4.
语雀知识库支持设置根目录。
4.
语雀知识库支持设置根目录。
5.
可配置密码过期时间,过期后下次登录会强制要求修改密码。
5.
可配置密码过期时间,过期后下次登录会强制要求修改密码。
6.
密码登录增加 preLogin 临时密钥校验。
6.
密码登录增加 preLogin 临时密钥校验。
7.
支持 Admin 后台配置发布渠道和第三方知识库的显示隐藏。
## ⚙️ 优化
## ⚙️ 优化
...
@@ -29,4 +30,5 @@ weight: 792
...
@@ -29,4 +30,5 @@ weight: 792
3.
LLM json_schema 模式 API 请求格式错误。
3.
LLM json_schema 模式 API 请求格式错误。
4.
重新训练时,图片过期索引未成功清除,导致图片会丢失。
4.
重新训练时,图片过期索引未成功清除,导致图片会丢失。
5.
重新训练权限问题。
5.
重新训练权限问题。
6.
文档链接地址。
packages/global/core/workflow/template/system/aiChat/index.ts
View file @
681ec30c
...
@@ -54,7 +54,7 @@ export const AiChatModule: FlowNodeTemplateType = {
...
@@ -54,7 +54,7 @@ export const AiChatModule: FlowNodeTemplateType = {
intro
:
i18nT
(
'workflow:template.ai_chat_intro'
),
intro
:
i18nT
(
'workflow:template.ai_chat_intro'
),
showStatus
:
true
,
showStatus
:
true
,
isTool
:
true
,
isTool
:
true
,
courseUrl
:
'/docs/guide/
workbench
/workflow/ai_chat/'
,
courseUrl
:
'/docs/guide/
dashboard
/workflow/ai_chat/'
,
version
:
'4.9.7'
,
version
:
'4.9.7'
,
inputs
:
[
inputs
:
[
Input_Template_SettingAiModel
,
Input_Template_SettingAiModel
,
...
...
packages/global/core/workflow/template/system/assignedAnswer.ts
View file @
681ec30c
...
@@ -17,7 +17,7 @@ export const AssignedAnswerModule: FlowNodeTemplateType = {
...
@@ -17,7 +17,7 @@ export const AssignedAnswerModule: FlowNodeTemplateType = {
avatar
:
'core/workflow/template/reply'
,
avatar
:
'core/workflow/template/reply'
,
name
:
i18nT
(
'workflow:assigned_reply'
),
name
:
i18nT
(
'workflow:assigned_reply'
),
intro
:
i18nT
(
'workflow:intro_assigned_reply'
),
intro
:
i18nT
(
'workflow:intro_assigned_reply'
),
courseUrl
:
'/docs/guide/
workbench
/workflow/reply/'
,
courseUrl
:
'/docs/guide/
dashboard
/workflow/reply/'
,
version
:
'481'
,
version
:
'481'
,
isTool
:
true
,
isTool
:
true
,
inputs
:
[
inputs
:
[
...
...
packages/global/core/workflow/template/system/classifyQuestion/index.ts
View file @
681ec30c
...
@@ -31,7 +31,7 @@ export const ClassifyQuestionModule: FlowNodeTemplateType = {
...
@@ -31,7 +31,7 @@ export const ClassifyQuestionModule: FlowNodeTemplateType = {
intro
:
i18nT
(
'workflow:intro_question_classification'
),
intro
:
i18nT
(
'workflow:intro_question_classification'
),
showStatus
:
true
,
showStatus
:
true
,
version
:
'4.9.2'
,
version
:
'4.9.2'
,
courseUrl
:
'/docs/guide/
workbench
/workflow/question_classify/'
,
courseUrl
:
'/docs/guide/
dashboard
/workflow/question_classify/'
,
inputs
:
[
inputs
:
[
{
{
...
Input_Template_SelectAIModel
,
...
Input_Template_SelectAIModel
,
...
...
packages/global/core/workflow/template/system/contextExtract/index.ts
View file @
681ec30c
...
@@ -26,7 +26,7 @@ export const ContextExtractModule: FlowNodeTemplateType = {
...
@@ -26,7 +26,7 @@ export const ContextExtractModule: FlowNodeTemplateType = {
intro
:
i18nT
(
'workflow:intro_text_content_extraction'
),
intro
:
i18nT
(
'workflow:intro_text_content_extraction'
),
showStatus
:
true
,
showStatus
:
true
,
isTool
:
true
,
isTool
:
true
,
courseUrl
:
'/docs/guide/
workbench
/workflow/content_extract/'
,
courseUrl
:
'/docs/guide/
dashboard
/workflow/content_extract/'
,
version
:
'4.9.2'
,
version
:
'4.9.2'
,
inputs
:
[
inputs
:
[
{
{
...
...
packages/global/core/workflow/template/system/customFeedback.ts
View file @
681ec30c
...
@@ -17,7 +17,7 @@ export const CustomFeedbackNode: FlowNodeTemplateType = {
...
@@ -17,7 +17,7 @@ export const CustomFeedbackNode: FlowNodeTemplateType = {
avatar
:
'core/workflow/template/customFeedback'
,
avatar
:
'core/workflow/template/customFeedback'
,
name
:
i18nT
(
'workflow:custom_feedback'
),
name
:
i18nT
(
'workflow:custom_feedback'
),
intro
:
i18nT
(
'workflow:intro_custom_feedback'
),
intro
:
i18nT
(
'workflow:intro_custom_feedback'
),
courseUrl
:
'/docs/guide/
workbench
/workflow/custom_feedback/'
,
courseUrl
:
'/docs/guide/
dashboard
/workflow/custom_feedback/'
,
version
:
'486'
,
version
:
'486'
,
inputs
:
[
inputs
:
[
{
{
...
...
packages/global/core/workflow/template/system/datasetConcat.ts
View file @
681ec30c
...
@@ -43,7 +43,7 @@ export const DatasetConcatModule: FlowNodeTemplateType = {
...
@@ -43,7 +43,7 @@ export const DatasetConcatModule: FlowNodeTemplateType = {
showStatus
:
false
,
showStatus
:
false
,
version
:
'486'
,
version
:
'486'
,
courseUrl
:
'/docs/guide/
workbench
/workflow/knowledge_base_search_merge/'
,
courseUrl
:
'/docs/guide/
dashboard
/workflow/knowledge_base_search_merge/'
,
inputs
:
[
inputs
:
[
{
{
key
:
NodeInputKeyEnum
.
datasetMaxTokens
,
key
:
NodeInputKeyEnum
.
datasetMaxTokens
,
...
...
packages/global/core/workflow/template/system/datasetSearch.ts
View file @
681ec30c
...
@@ -30,7 +30,7 @@ export const DatasetSearchModule: FlowNodeTemplateType = {
...
@@ -30,7 +30,7 @@ export const DatasetSearchModule: FlowNodeTemplateType = {
intro
:
Dataset_SEARCH_DESC
,
intro
:
Dataset_SEARCH_DESC
,
showStatus
:
true
,
showStatus
:
true
,
isTool
:
true
,
isTool
:
true
,
courseUrl
:
'/docs/guide/
workbench
/workflow/dataset_search/'
,
courseUrl
:
'/docs/guide/
dashboard
/workflow/dataset_search/'
,
version
:
'4.9.2'
,
version
:
'4.9.2'
,
inputs
:
[
inputs
:
[
{
{
...
...
packages/global/core/workflow/template/system/http468.ts
View file @
681ec30c
...
@@ -27,7 +27,7 @@ export const HttpNode468: FlowNodeTemplateType = {
...
@@ -27,7 +27,7 @@ export const HttpNode468: FlowNodeTemplateType = {
intro
:
i18nT
(
'workflow:intro_http_request'
),
intro
:
i18nT
(
'workflow:intro_http_request'
),
showStatus
:
true
,
showStatus
:
true
,
isTool
:
true
,
isTool
:
true
,
courseUrl
:
'/docs/guide/
workbench
/workflow/http/'
,
courseUrl
:
'/docs/guide/
dashboard
/workflow/http/'
,
version
:
'481'
,
version
:
'481'
,
inputs
:
[
inputs
:
[
{
{
...
...
packages/global/core/workflow/template/system/ifElse/index.ts
View file @
681ec30c
...
@@ -23,7 +23,7 @@ export const IfElseNode: FlowNodeTemplateType = {
...
@@ -23,7 +23,7 @@ export const IfElseNode: FlowNodeTemplateType = {
name
:
i18nT
(
'workflow:condition_checker'
),
name
:
i18nT
(
'workflow:condition_checker'
),
intro
:
i18nT
(
'workflow:execute_different_branches_based_on_conditions'
),
intro
:
i18nT
(
'workflow:execute_different_branches_based_on_conditions'
),
showStatus
:
true
,
showStatus
:
true
,
courseUrl
:
'/docs/guide/
workbench
/workflow/tfswitch/'
,
courseUrl
:
'/docs/guide/
dashboard
/workflow/tfswitch/'
,
version
:
'481'
,
version
:
'481'
,
inputs
:
[
inputs
:
[
{
{
...
...
packages/global/core/workflow/template/system/interactive/userSelect.ts
View file @
681ec30c
...
@@ -25,7 +25,7 @@ export const UserSelectNode: FlowNodeTemplateType = {
...
@@ -25,7 +25,7 @@ export const UserSelectNode: FlowNodeTemplateType = {
intro
:
i18nT
(
`app:workflow.user_select_tip`
),
intro
:
i18nT
(
`app:workflow.user_select_tip`
),
isTool
:
true
,
isTool
:
true
,
version
:
'489'
,
version
:
'489'
,
courseUrl
:
'/docs/guide/
workbench
/workflow/user-selection/'
,
courseUrl
:
'/docs/guide/
dashboard
/workflow/user-selection/'
,
inputs
:
[
inputs
:
[
{
{
key
:
NodeInputKeyEnum
.
description
,
key
:
NodeInputKeyEnum
.
description
,
...
...
packages/global/core/workflow/template/system/laf.ts
View file @
681ec30c
...
@@ -32,7 +32,7 @@ export const LafModule: FlowNodeTemplateType = {
...
@@ -32,7 +32,7 @@ export const LafModule: FlowNodeTemplateType = {
intro
:
i18nT
(
'workflow:intro_laf_function_call'
),
intro
:
i18nT
(
'workflow:intro_laf_function_call'
),
showStatus
:
true
,
showStatus
:
true
,
isTool
:
true
,
isTool
:
true
,
courseUrl
:
'/docs/guide/
workbench
/workflow/laf/'
,
courseUrl
:
'/docs/guide/
dashboard
/workflow/laf/'
,
version
:
'481'
,
version
:
'481'
,
inputs
:
[
inputs
:
[
{
{
...
...
packages/global/core/workflow/template/system/loop/loop.ts
View file @
681ec30c
...
@@ -30,7 +30,7 @@ export const LoopNode: FlowNodeTemplateType = {
...
@@ -30,7 +30,7 @@ export const LoopNode: FlowNodeTemplateType = {
intro
:
i18nT
(
'workflow:intro_loop'
),
intro
:
i18nT
(
'workflow:intro_loop'
),
showStatus
:
true
,
showStatus
:
true
,
version
:
'4811'
,
version
:
'4811'
,
courseUrl
:
'/docs/guide/
workbench
/workflow/loop/'
,
courseUrl
:
'/docs/guide/
dashboard
/workflow/loop/'
,
inputs
:
[
inputs
:
[
{
{
key
:
NodeInputKeyEnum
.
loopInputArray
,
key
:
NodeInputKeyEnum
.
loopInputArray
,
...
...
packages/global/core/workflow/template/system/sandbox/index.ts
View file @
681ec30c
...
@@ -26,7 +26,7 @@ export const CodeNode: FlowNodeTemplateType = {
...
@@ -26,7 +26,7 @@ export const CodeNode: FlowNodeTemplateType = {
name
:
i18nT
(
'workflow:code_execution'
),
name
:
i18nT
(
'workflow:code_execution'
),
intro
:
i18nT
(
'workflow:execute_a_simple_script_code_usually_for_complex_data_processing'
),
intro
:
i18nT
(
'workflow:execute_a_simple_script_code_usually_for_complex_data_processing'
),
showStatus
:
true
,
showStatus
:
true
,
courseUrl
:
'/docs/guide/
workbench
/workflow/sandbox/'
,
courseUrl
:
'/docs/guide/
dashboard
/workflow/sandbox/'
,
version
:
'482'
,
version
:
'482'
,
inputs
:
[
inputs
:
[
{
{
...
...
packages/global/core/workflow/template/system/textEditor.ts
View file @
681ec30c
...
@@ -23,7 +23,7 @@ export const TextEditorNode: FlowNodeTemplateType = {
...
@@ -23,7 +23,7 @@ export const TextEditorNode: FlowNodeTemplateType = {
avatar
:
'core/workflow/template/textConcat'
,
avatar
:
'core/workflow/template/textConcat'
,
name
:
i18nT
(
'workflow:text_concatenation'
),
name
:
i18nT
(
'workflow:text_concatenation'
),
intro
:
i18nT
(
'workflow:intro_text_concatenation'
),
intro
:
i18nT
(
'workflow:intro_text_concatenation'
),
courseUrl
:
'/docs/guide/
workbench
/workflow/text_editor/'
,
courseUrl
:
'/docs/guide/
dashboard
/workflow/text_editor/'
,
version
:
'4813'
,
version
:
'4813'
,
inputs
:
[
inputs
:
[
{
{
...
...
packages/global/core/workflow/template/system/tools.ts
View file @
681ec30c
...
@@ -32,7 +32,7 @@ export const ToolModule: FlowNodeTemplateType = {
...
@@ -32,7 +32,7 @@ export const ToolModule: FlowNodeTemplateType = {
name
:
i18nT
(
'workflow:template.tool_call'
),
name
:
i18nT
(
'workflow:template.tool_call'
),
intro
:
i18nT
(
'workflow:template.tool_call_intro'
),
intro
:
i18nT
(
'workflow:template.tool_call_intro'
),
showStatus
:
true
,
showStatus
:
true
,
courseUrl
:
'/docs/guide/
workbench
/workflow/tool/'
,
courseUrl
:
'/docs/guide/
dashboard
/workflow/tool/'
,
version
:
'4.9.2'
,
version
:
'4.9.2'
,
inputs
:
[
inputs
:
[
{
{
...
...
packages/global/core/workflow/template/system/variableUpdate/index.tsx
View file @
681ec30c
...
@@ -20,7 +20,7 @@ export const VariableUpdateNode: FlowNodeTemplateType = {
...
@@ -20,7 +20,7 @@ export const VariableUpdateNode: FlowNodeTemplateType = {
showStatus
:
false
,
showStatus
:
false
,
isTool
:
true
,
isTool
:
true
,
version
:
'481'
,
version
:
'481'
,
courseUrl
:
'/docs/guide/
workbench
/workflow/variable_update/'
,
courseUrl
:
'/docs/guide/
dashboard
/workflow/variable_update/'
,
inputs
:
[
inputs
:
[
{
{
key
:
NodeInputKeyEnum
.
updateList
,
key
:
NodeInputKeyEnum
.
updateList
,
...
...
projects/app/src/components/support/laf/LafAccountModal.tsx
View file @
681ec30c
...
@@ -101,7 +101,7 @@ const LafAccountModal = ({
...
@@ -101,7 +101,7 @@ const LafAccountModal = ({
<
Box
fontSize=
{
'sm'
}
color=
{
'myGray.500'
}
>
<
Box
fontSize=
{
'sm'
}
color=
{
'myGray.500'
}
>
<
Box
>
{
t
(
'common:support.user.Laf account intro'
)
}
</
Box
>
<
Box
>
{
t
(
'common:support.user.Laf account intro'
)
}
</
Box
>
<
Box
textDecoration=
{
'underline'
}
>
<
Box
textDecoration=
{
'underline'
}
>
<
Link
href=
{
getDocPath
(
'/docs/guide/
workbench
/workflow/laf/'
)
}
isExternal
>
<
Link
href=
{
getDocPath
(
'/docs/guide/
dashboard
/workflow/laf/'
)
}
isExternal
>
{
t
(
'common:support.user.Laf account course'
)
}
{
t
(
'common:support.user.Laf account course'
)
}
</
Link
>
</
Link
>
</
Box
>
</
Box
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment