diff --git a/document/content/self-host/upgrading/4-14/41411.mdx b/document/content/self-host/upgrading/4-14/41411.mdx index 8855cfeef1..aef8097f8b 100644 --- a/document/content/self-host/upgrading/4-14/41411.mdx +++ b/document/content/self-host/upgrading/4-14/41411.mdx @@ -15,6 +15,9 @@ description: 'FastGPT V4.14.11 更新说明' 总结来说,后续用户可以直接升级不带 beta 后缀的稳定版本,以确保稳定性,官方会单独发布修复版本并确保不会引入新功能。 ## 升级指南 + +4.14.11 以后的版本均可直接升级,不会引入新功能或数据变动。 + ### 1. 更新镜像 tag - 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.11 diff --git a/document/content/self-host/upgrading/4-14/41415.mdx b/document/content/self-host/upgrading/4-14/41415.mdx index b6bdead397..2ea12a8db1 100644 --- a/document/content/self-host/upgrading/4-14/41415.mdx +++ b/document/content/self-host/upgrading/4-14/41415.mdx @@ -5,8 +5,6 @@ description: 'FastGPT V4.14.15 更新说明' ## 升级指南 -建议 4.14.8 以后的用户直接升级到该版本使用。 - ### 1. 更新镜像 tag - 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.15 diff --git a/document/content/self-host/upgrading/4-14/41416.en.mdx b/document/content/self-host/upgrading/4-14/41416.en.mdx new file mode 100644 index 0000000000..45b2fadc3e --- /dev/null +++ b/document/content/self-host/upgrading/4-14/41416.en.mdx @@ -0,0 +1,20 @@ +--- +title: 'V4.14.16' +description: 'FastGPT V4.14.16 Release Notes' +--- + +## Upgrade Guide + +### 1. Update image tags + +- Update fastgpt-app (FastGPT main service) image tag to: v4.14.16 +- Update fastgpt-pro (FastGPT commercial) image tag to: v4.14.16 + +## ⚙️ Optimizations + +1. Embeddings now support base64-encoded response values. + +## 🐛 Bug Fixes + +1. Fixed helper-bot prepending an `Error~` prefix to its output. +2. Fixed the Alibaba Cloud OSS copy API. diff --git a/document/content/self-host/upgrading/4-14/41416.mdx b/document/content/self-host/upgrading/4-14/41416.mdx new file mode 100644 index 0000000000..4e7201f556 --- /dev/null +++ b/document/content/self-host/upgrading/4-14/41416.mdx @@ -0,0 +1,20 @@ +--- +title: 'V4.14.16' +description: 'FastGPT V4.14.16 更新说明' +--- + +## 升级指南 + +### 1. 更新镜像 tag + +- 更新 fastgpt-app(fastgpt 主服务) 镜像 tag: v4.14.16 +- 更新 fastgpt-pro(fastgpt 商业版) 镜像 tag: v4.14.16 + +## ⚙️ 优化 + +1. embedding 适配 base64 字符串返回值。 + +## 🐛 修复 + +1. helper-bot 前缀输出 Error~ 信息 +2. 阿里云 oss copy 接口。 \ No newline at end of file diff --git a/document/content/self-host/upgrading/4-14/meta.en.json b/document/content/self-host/upgrading/4-14/meta.en.json index a75b38e5f6..e2711085d9 100644 --- a/document/content/self-host/upgrading/4-14/meta.en.json +++ b/document/content/self-host/upgrading/4-14/meta.en.json @@ -2,6 +2,7 @@ "title": "4.14.x", "description": "", "pages": [ + "41416", "41415", "41414", "41413", diff --git a/document/content/self-host/upgrading/4-14/meta.json b/document/content/self-host/upgrading/4-14/meta.json index a75b38e5f6..e2711085d9 100644 --- a/document/content/self-host/upgrading/4-14/meta.json +++ b/document/content/self-host/upgrading/4-14/meta.json @@ -2,6 +2,7 @@ "title": "4.14.x", "description": "", "pages": [ + "41416", "41415", "41414", "41413", diff --git a/document/content/toc.en.mdx b/document/content/toc.en.mdx index db4c221094..c896a0c672 100644 --- a/document/content/toc.en.mdx +++ b/document/content/toc.en.mdx @@ -117,6 +117,7 @@ description: FastGPT Toc - [/en/self-host/upgrading/4-14/41413](/en/self-host/upgrading/4-14/41413) - [/en/self-host/upgrading/4-14/41414](/en/self-host/upgrading/4-14/41414) - [/en/self-host/upgrading/4-14/41415](/en/self-host/upgrading/4-14/41415) +- [/en/self-host/upgrading/4-14/41416](/en/self-host/upgrading/4-14/41416) - [/en/self-host/upgrading/4-14/4142](/en/self-host/upgrading/4-14/4142) - [/en/self-host/upgrading/4-14/4143](/en/self-host/upgrading/4-14/4143) - [/en/self-host/upgrading/4-14/4144](/en/self-host/upgrading/4-14/4144) diff --git a/document/content/toc.mdx b/document/content/toc.mdx index 095f256241..e1d4f3515c 100644 --- a/document/content/toc.mdx +++ b/document/content/toc.mdx @@ -117,6 +117,7 @@ description: FastGPT 文档目录 - [/self-host/upgrading/4-14/41413](/self-host/upgrading/4-14/41413) - [/self-host/upgrading/4-14/41414](/self-host/upgrading/4-14/41414) - [/self-host/upgrading/4-14/41415](/self-host/upgrading/4-14/41415) +- [/self-host/upgrading/4-14/41416](/self-host/upgrading/4-14/41416) - [/self-host/upgrading/4-14/4142](/self-host/upgrading/4-14/4142) - [/self-host/upgrading/4-14/4143](/self-host/upgrading/4-14/4143) - [/self-host/upgrading/4-14/4144](/self-host/upgrading/4-14/4144) diff --git a/document/data/doc-last-modified.json b/document/data/doc-last-modified.json index 9e26dfeeb6..917cbe1000 100644 --- a/document/data/doc-last-modified.json +++ b/document/data/doc-last-modified.json @@ -1 +1,427 @@ -{} \ No newline at end of file +{ + "content/faq/app.en.mdx": "2026-04-26T21:08:47+08:00", + "content/faq/app.mdx": "2026-04-26T21:08:47+08:00", + "content/faq/chat.en.mdx": "2026-04-26T21:08:47+08:00", + "content/faq/chat.mdx": "2026-04-26T21:08:47+08:00", + "content/faq/dataset.en.mdx": "2026-04-26T21:08:47+08:00", + "content/faq/dataset.mdx": "2026-04-26T21:08:47+08:00", + "content/faq/external_channel_integration.en.mdx": "2026-04-26T21:08:47+08:00", + "content/faq/external_channel_integration.mdx": "2026-04-26T21:08:47+08:00", + "content/faq/index.en.mdx": "2026-04-26T21:08:47+08:00", + "content/faq/index.mdx": "2026-04-26T21:08:47+08:00", + "content/faq/other.en.mdx": "2026-04-26T21:08:47+08:00", + "content/faq/other.mdx": "2026-04-26T21:08:47+08:00", + "content/faq/points_consumption.en.mdx": "2026-04-26T21:08:47+08:00", + "content/faq/points_consumption.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/cloud/faq.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/cloud/faq.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/cloud/intro.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/cloud/intro.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/cloud/privacy.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/cloud/privacy.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/cloud/terms.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/cloud/terms.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/commercial.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/commercial.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/DialogBoxes/htmlRendering.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/DialogBoxes/htmlRendering.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/DialogBoxes/quoteList.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/DialogBoxes/quoteList.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/admin/sso.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/admin/sso.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/admin/teamMode.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/admin/teamMode.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/course/ai_settings.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/course/ai_settings.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/course/chat_input_guide.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/course/chat_input_guide.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/course/fileInput.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/course/fileInput.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/course/quick-start.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/course/quick-start.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/basic-mode.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/basic-mode.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/evaluation.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/evaluation.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/intro.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/intro.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/mcp_server.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/mcp_server.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/mcp_tools.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/mcp_tools.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/ai_chat.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/ai_chat.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/content_extract.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/content_extract.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/coreferenceResolution.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/coreferenceResolution.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/custom_feedback.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/custom_feedback.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/dataset_search.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/dataset_search.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/document_parsing.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/document_parsing.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/form_input.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/form_input.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/http.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/http.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/knowledge_base_search_merge.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/knowledge_base_search_merge.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/laf.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/laf.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/loop.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/loop.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/parallel_run.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/parallel_run.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/question_classify.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/question_classify.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/reply.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/reply.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/sandbox-v2.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/sandbox-v2.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/text_editor.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/text_editor.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/tfswitch.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/tfswitch.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/tool.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/tool.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/user-selection.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/user-selection.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/variable_update.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/dashboard/workflow/variable_update.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/api_dataset.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/api_dataset.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/collection_tags.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/collection_tags.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/dataset_engine.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/dataset_engine.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/lark_dataset.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/lark_dataset.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/rag.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/rag.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/template.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/template.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/third_dataset.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/third_dataset.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/websync.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/websync.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/yuque_dataset.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/knowledge_base/yuque_dataset.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/plugins/bing_search_plugin.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/plugins/bing_search_plugin.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/plugins/dev_system_tool.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/plugins/dev_system_tool.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/plugins/doc2x_plugin_guide.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/plugins/doc2x_plugin_guide.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/plugins/google_search_plugin_guide.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/plugins/google_search_plugin_guide.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/plugins/searxng_plugin_guide.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/plugins/searxng_plugin_guide.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/plugins/upload_system_tool.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/plugins/upload_system_tool.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/team_permissions/customDomain.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/team_permissions/customDomain.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/team_permissions/invitation_link.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/team_permissions/invitation_link.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/team_permissions/team_roles_permissions.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/guide/team_permissions/team_roles_permissions.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/index.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/index.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/opensource/intro.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/opensource/intro.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/opensource/license.en.mdx": "2026-04-26T21:08:47+08:00", + "content/introduction/opensource/license.mdx": "2026-04-26T21:08:47+08:00", + "content/openapi/app.en.mdx": "2026-04-26T21:08:47+08:00", + "content/openapi/app.mdx": "2026-04-26T21:08:47+08:00", + "content/openapi/chat.en.mdx": "2026-04-26T21:08:47+08:00", + "content/openapi/chat.mdx": "2026-04-26T21:08:47+08:00", + "content/openapi/dataset.en.mdx": "2026-04-26T21:08:47+08:00", + "content/openapi/dataset.mdx": "2026-04-26T21:08:47+08:00", + "content/openapi/index.en.mdx": "2026-04-26T21:08:47+08:00", + "content/openapi/index.mdx": "2026-04-26T21:08:47+08:00", + "content/openapi/intro.en.mdx": "2026-04-26T21:08:47+08:00", + "content/openapi/intro.mdx": "2026-04-26T21:08:47+08:00", + "content/openapi/share.en.mdx": "2026-04-26T21:08:47+08:00", + "content/openapi/share.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/config/json.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/config/json.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/config/model/intro.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/config/model/intro.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/config/model/minimax.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/config/model/minimax.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/config/model/siliconCloud.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/config/model/siliconCloud.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/config/object-storage.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/config/object-storage.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/config/signoz.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/config/signoz.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/custom-models/bge-rerank.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/custom-models/bge-rerank.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/custom-models/chatglm2-m3e.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/custom-models/chatglm2-m3e.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/custom-models/chatglm2.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/custom-models/chatglm2.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/custom-models/m3e.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/custom-models/m3e.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/custom-models/marker.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/custom-models/marker.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/custom-models/mineru.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/custom-models/mineru.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/custom-models/ollama.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/custom-models/ollama.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/custom-models/xinference.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/custom-models/xinference.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/deploy/docker.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/deploy/docker.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/deploy/sealos.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/deploy/sealos.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/design/dataset.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/design/dataset.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/design/design_plugin.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/design/design_plugin.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/dev.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/dev.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/index.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/index.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/migration/docker_db.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/migration/docker_db.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/migration/docker_mongo.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/migration/docker_mongo.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/troubleshooting/attention.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/troubleshooting/attention.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/troubleshooting/faq.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/troubleshooting/faq.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/troubleshooting/methods.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/troubleshooting/methods.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/troubleshooting/model-errors.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/troubleshooting/model-errors.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/troubleshooting/s3-issues.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/troubleshooting/s3-issues.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-12/4120.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-12/4120.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-12/4121.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-12/4121.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-12/4122.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-12/4122.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-12/4123.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-12/4123.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-12/4124.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-12/4124.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-13/4130.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-13/4130.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-13/4131.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-13/4131.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-13/4132.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-13/4132.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4140.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4140.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4141.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4141.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/41410.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/41410.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/41411.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/41411.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/41412.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/41412.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/41413.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/41413.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/41414.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/41414.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/41415.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/41415.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4142.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4142.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4143.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4143.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4144.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4144.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4145.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4145.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/41451.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/41451.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4146.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4146.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4147.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4147.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4148.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4148.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/41481.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/41481.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4149.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-14/4149.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/4-15/4150.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/40.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/40.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/41.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/41.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4100.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4100.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4101.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4101.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4110.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4110.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4111.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4111.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/42.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/42.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/421.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/421.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/43.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/43.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/44.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/44.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/441.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/441.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/442.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/442.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/445.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/445.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/446.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/446.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/447.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/447.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/45.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/45.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/451.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/451.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/452.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/452.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/46.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/46.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/461.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/461.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/462.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/462.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/463.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/463.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/464.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/464.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/465.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/465.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/466.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/466.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/467.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/467.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/468.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/468.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/469.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/469.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/47.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/47.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/471.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/471.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/48.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/48.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/481.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/481.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4810.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4810.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4811.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4811.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4812.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4812.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4813.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4813.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4814.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4814.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4815.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4815.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4816.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4816.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4817.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4817.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4818.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4818.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4819.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4819.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/482.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/482.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4820.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4820.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4821.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4821.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4822.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4822.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4823.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4823.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/483.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/483.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/484.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/484.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/485.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/485.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/486.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/486.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/487.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/487.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/488.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/488.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/489.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/489.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/490.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/490.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/491.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/491.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4910.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4910.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4911.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4911.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4912.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4912.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4913.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4913.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4914.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/4914.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/492.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/492.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/493.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/493.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/494.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/494.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/495.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/495.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/496.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/496.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/497.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/497.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/498.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/498.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/499.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/outdated/499.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/upgrade-intruction.en.mdx": "2026-04-26T21:08:47+08:00", + "content/self-host/upgrading/upgrade-intruction.mdx": "2026-04-26T21:08:47+08:00", + "content/toc.en.mdx": "2026-04-26T21:08:47+08:00", + "content/toc.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/dalle3.en.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/dalle3.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/english_essay_correction_bot.en.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/english_essay_correction_bot.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/feishu_webhook.en.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/feishu_webhook.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/fixingEvidence.en.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/fixingEvidence.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/google_search.en.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/google_search.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/lab_appointment.en.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/lab_appointment.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/multi_turn_translation_bot.en.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/multi_turn_translation_bot.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/submit_application_template.en.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/submit_application_template.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/translate-subtitle-using-gpt.en.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/app-cases/translate-subtitle-using-gpt.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/external-integration/dingtalk.en.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/external-integration/dingtalk.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/external-integration/feishu.en.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/external-integration/feishu.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/external-integration/official_account.en.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/external-integration/official_account.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/external-integration/openapi.en.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/external-integration/openapi.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/external-integration/wechat.en.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/external-integration/wechat.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/external-integration/wecom.en.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/external-integration/wecom.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/index.en.mdx": "2026-04-26T21:08:47+08:00", + "content/use-cases/index.mdx": "2026-04-26T21:08:47+08:00" +} \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ca983acfba..c47686c2a0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -37,8 +37,8 @@ catalogs: specifier: 0.1.2 version: 0.1.2 '@fastgpt-sdk/storage': - specifier: 0.6.15 - version: 0.6.15 + specifier: 0.6.17 + version: 0.6.17 '@modelcontextprotocol/sdk': specifier: ^1 version: 1.26.0 @@ -136,7 +136,7 @@ importers: devDependencies: '@chakra-ui/cli': specifier: ^2.4.1 - version: 2.5.8(encoding@0.1.13)(react@18.3.1)(ws@8.20.0) + version: 2.5.8(react@18.3.1)(ws@8.20.0) '@typescript-eslint/eslint-plugin': specifier: ^6.21.0 version: 6.21.0(@typescript-eslint/parser@6.21.0(eslint@8.57.1)(typescript@5.8.2))(eslint@8.57.1)(typescript@5.8.2) @@ -266,7 +266,7 @@ importers: version: 0.0.36 '@fastgpt-sdk/storage': specifier: 'catalog:' - version: 0.6.15(@opentelemetry/api@1.9.0)(@types/node@24.0.13)(jiti@2.6.0)(lightningcss@1.30.1)(proxy-agent@6.5.0)(sass@1.85.1)(terser@5.39.0)(tsx@4.20.6)(yaml@2.8.1) + version: 0.6.17(@opentelemetry/api@1.9.0)(@types/node@24.0.13)(jiti@2.6.0)(lightningcss@1.30.1)(proxy-agent@6.5.0)(sass@1.85.1)(terser@5.39.0)(tsx@4.20.6)(yaml@2.8.1) '@fastgpt/global': specifier: workspace:* version: link:../global @@ -676,7 +676,7 @@ importers: version: 11.11.0(@emotion/react@11.11.1(@types/react@18.3.1)(react@18.3.1))(@types/react@18.3.1)(react@18.3.1) '@fastgpt-sdk/storage': specifier: 'catalog:' - version: 0.6.15(@opentelemetry/api@1.9.0)(@types/node@20.17.24)(jiti@2.6.0)(lightningcss@1.30.1)(sass@1.85.1)(terser@5.39.0)(tsx@4.20.6)(yaml@2.8.1) + version: 0.6.17(@opentelemetry/api@1.9.0)(@types/node@20.17.24)(jiti@2.6.0)(lightningcss@1.30.1)(sass@1.85.1)(terser@5.39.0)(tsx@4.20.6)(yaml@2.8.1) '@fastgpt/global': specifier: workspace:* version: link:../../packages/global @@ -1222,7 +1222,7 @@ importers: specifier: ^1.43.0 version: 1.43.0 minio: - specifier: 'catalog:' + specifier: 8.0.7 version: 8.0.7 vitest: specifier: ^4.0.16 @@ -1232,13 +1232,13 @@ importers: specifier: ^6.16.13 version: 6.16.13 '@types/node': - specifier: 'catalog:' + specifier: ^20 version: 20.17.24 tsdown: - specifier: 'catalog:' + specifier: 0.21.4 version: 0.21.4(typescript@5.9.3) typescript: - specifier: 'catalog:' + specifier: ^5.9.3 version: 5.9.3 packages: @@ -2909,9 +2909,9 @@ packages: resolution: {integrity: sha512-RPwK6kFmpv5U2tqPNj+HzDoZEQ06fgMsrOzXx/uT33rubikOLHmNV4kJ8Mra+EhzzYbNmFq2iFapaocy4ExbwQ==} engines: {node: '>=18'} - '@fastgpt-sdk/storage@0.6.15': - resolution: {integrity: sha512-oPbm6EtXQ3ysad/OebF2ovwbIax6PeCvYqA3cGAVEHEJMBU3633ktl1ZaIIkmyjWJLsABZpMf6m7lPBMyISGrA==} - engines: {node: '>=20'} + '@fastgpt-sdk/storage@0.6.17': + resolution: {integrity: sha512-4WpP1EHIX4D4RujOWgRmcAwlsCE6LJP7GbYMQXJ/QE+Ty1cCGguJDUpMLSKh2Lii5nP6ho43wFZYogr+Ue7Slg==} + engines: {node: '>=20', pnpm: 9.x} '@fingerprintjs/fingerprintjs@4.6.1': resolution: {integrity: sha512-62TPnX6fXXMlxS7SOR3DJWEOKab7rCALwSWkuKWYMRrnsZ/jD9Ju4CUyy9VWDUYuhQ2ZW1RGLwOZJXTXR6K1pg==} @@ -7444,9 +7444,6 @@ packages: fast-uri@3.0.6: resolution: {integrity: sha512-Atfo14OibSv5wAp4VWNsFYE1AchQRTv9cBGWET4pZWHzYshFSS9NQI6I57rdKn9croWVMbYFbLhJ+yJvmZIIHw==} - fast-xml-builder@1.0.0: - resolution: {integrity: sha512-fpZuDogrAgnyt9oDDz+5DBz0zgPdPZz6D4IR7iESxRXElrlGTRkHJ9eEt+SACRJwT0FNFrt71DFQIUFBJfX/uQ==} - fast-xml-builder@1.1.4: resolution: {integrity: sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==} @@ -7458,10 +7455,6 @@ packages: resolution: {integrity: sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==} hasBin: true - fast-xml-parser@5.4.2: - resolution: {integrity: sha512-pw/6pIl4k0CSpElPEJhDppLzaixDEuWui2CUQQBH/ECDf7+y6YwA4Gf7Tyb0Rfe4DIMuZipYj4AEL0nACKglvQ==} - hasBin: true - fast-xml-parser@5.5.8: resolution: {integrity: sha512-Z7Fh2nVQSb2d+poDViM063ix2ZGt9jmY1nWhPfHBOK2Hgnb/OW3P4Et3P/81SEej0J7QbWtJqxO05h8QYfK7LQ==} hasBin: true @@ -13913,11 +13906,11 @@ snapshots: '@chakra-ui/anatomy@2.3.6': {} - '@chakra-ui/cli@2.5.8(encoding@0.1.13)(react@18.3.1)(ws@8.20.0)': + '@chakra-ui/cli@2.5.8(react@18.3.1)(ws@8.20.0)': dependencies: bundle-n-require: 1.1.2 chokidar: 3.6.0 - cli-welcome: 2.2.3(encoding@0.1.13)(react@18.3.1)(ws@8.20.0) + cli-welcome: 2.2.3(react@18.3.1)(ws@8.20.0) commander: 11.1.0 ora: 7.0.1 prettier: 3.2.4 @@ -14611,7 +14604,7 @@ snapshots: '@alibaba-group/opensandbox': 0.1.6 '@e2b/code-interpreter': 2.4.0 - '@fastgpt-sdk/storage@0.6.15(@opentelemetry/api@1.9.0)(@types/node@20.17.24)(jiti@2.6.0)(lightningcss@1.30.1)(sass@1.85.1)(terser@5.39.0)(tsx@4.20.6)(yaml@2.8.1)': + '@fastgpt-sdk/storage@0.6.17(@opentelemetry/api@1.9.0)(@types/node@20.17.24)(jiti@2.6.0)(lightningcss@1.30.1)(sass@1.85.1)(terser@5.39.0)(tsx@4.20.6)(yaml@2.8.1)': dependencies: '@aws-sdk/client-s3': 3.948.0 '@aws-sdk/lib-storage': 3.948.0(@aws-sdk/client-s3@3.948.0) @@ -14646,7 +14639,7 @@ snapshots: - tsx - yaml - '@fastgpt-sdk/storage@0.6.15(@opentelemetry/api@1.9.0)(@types/node@24.0.13)(jiti@2.6.0)(lightningcss@1.30.1)(proxy-agent@6.5.0)(sass@1.85.1)(terser@5.39.0)(tsx@4.20.6)(yaml@2.8.1)': + '@fastgpt-sdk/storage@0.6.17(@opentelemetry/api@1.9.0)(@types/node@24.0.13)(jiti@2.6.0)(lightningcss@1.30.1)(proxy-agent@6.5.0)(sass@1.85.1)(terser@5.39.0)(tsx@4.20.6)(yaml@2.8.1)': dependencies: '@aws-sdk/client-s3': 3.948.0 '@aws-sdk/lib-storage': 3.948.0(@aws-sdk/client-s3@3.948.0) @@ -17789,6 +17782,14 @@ snapshots: optionalDependencies: vite: 5.4.14(@types/node@24.0.13)(lightningcss@1.30.1)(sass@1.85.1)(terser@5.39.0) + '@vitest/mocker@3.1.1(vite@6.2.2(@types/node@20.17.24)(jiti@2.6.0)(lightningcss@1.30.1)(sass@1.85.1)(terser@5.39.0)(tsx@4.20.6)(yaml@2.8.1))': + dependencies: + '@vitest/spy': 3.1.1 + estree-walker: 3.0.3 + magic-string: 0.30.17 + optionalDependencies: + vite: 6.2.2(@types/node@20.17.24)(jiti@2.6.0)(lightningcss@1.30.1)(sass@1.85.1)(terser@5.39.0)(tsx@4.20.6)(yaml@2.8.1) + '@vitest/mocker@3.1.1(vite@6.2.2(@types/node@24.0.13)(jiti@2.6.0)(lightningcss@1.30.1)(sass@1.85.1)(terser@5.39.0)(tsx@4.20.6)(yaml@2.8.1))': dependencies: '@vitest/spy': 3.1.1 @@ -18802,9 +18803,9 @@ snapshots: claygl@1.3.0: {} - clear-any-console@1.16.3(encoding@0.1.13)(react@18.3.1)(ws@8.20.0): + clear-any-console@1.16.3(react@18.3.1)(ws@8.20.0): dependencies: - langbase: 1.1.44(encoding@0.1.13)(react@18.3.1)(ws@8.20.0) + langbase: 1.1.44(react@18.3.1)(ws@8.20.0) transitivePeerDependencies: - encoding - react @@ -18823,10 +18824,10 @@ snapshots: slice-ansi: 5.0.0 string-width: 5.1.2 - cli-welcome@2.2.3(encoding@0.1.13)(react@18.3.1)(ws@8.20.0): + cli-welcome@2.2.3(react@18.3.1)(ws@8.20.0): dependencies: chalk: 2.4.2 - clear-any-console: 1.16.3(encoding@0.1.13)(react@18.3.1)(ws@8.20.0) + clear-any-console: 1.16.3(react@18.3.1)(ws@8.20.0) transitivePeerDependencies: - encoding - react @@ -20215,8 +20216,6 @@ snapshots: fast-uri@3.0.6: {} - fast-xml-builder@1.0.0: {} - fast-xml-builder@1.1.4: dependencies: path-expression-matcher: 1.5.0 @@ -20229,11 +20228,6 @@ snapshots: dependencies: strnum: 2.1.2 - fast-xml-parser@5.4.2: - dependencies: - fast-xml-builder: 1.0.0 - strnum: 2.1.2 - fast-xml-parser@5.5.8: dependencies: fast-xml-builder: 1.1.4 @@ -21516,10 +21510,10 @@ snapshots: kuler@2.0.0: {} - langbase@1.1.44(encoding@0.1.13)(react@18.3.1)(ws@8.20.0): + langbase@1.1.44(react@18.3.1)(ws@8.20.0): dependencies: dotenv: 16.5.0 - openai: 4.104.0(encoding@0.1.13)(ws@8.20.0)(zod@3.25.76) + openai: 4.104.0(ws@8.20.0)(zod@3.25.76) zod: 3.25.76 zod-validation-error: 3.4.0(zod@3.25.76) optionalDependencies: @@ -22452,7 +22446,7 @@ snapshots: browser-or-node: 2.1.1 buffer-crc32: 1.0.0 eventemitter3: 5.0.1 - fast-xml-parser: 5.4.2 + fast-xml-parser: 5.5.8 ipaddr.js: 2.3.0 lodash: 4.17.23 mime-types: 2.1.35 @@ -22814,21 +22808,6 @@ snapshots: dependencies: mimic-fn: 4.0.0 - openai@4.104.0(encoding@0.1.13)(ws@8.20.0)(zod@3.25.76): - dependencies: - '@types/node': 18.19.80 - '@types/node-fetch': 2.6.12 - abort-controller: 3.0.0 - agentkeepalive: 4.6.0 - form-data-encoder: 1.7.2 - formdata-node: 4.4.1 - node-fetch: 2.7.0(encoding@0.1.13) - optionalDependencies: - ws: 8.20.0 - zod: 3.25.76 - transitivePeerDependencies: - - encoding - openai@4.104.0(encoding@0.1.13)(ws@8.20.0)(zod@4.1.12): dependencies: '@types/node': 18.19.80 @@ -22844,6 +22823,21 @@ snapshots: transitivePeerDependencies: - encoding + openai@4.104.0(ws@8.20.0)(zod@3.25.76): + dependencies: + '@types/node': 18.19.80 + '@types/node-fetch': 2.6.12 + abort-controller: 3.0.0 + agentkeepalive: 4.6.0 + form-data-encoder: 1.7.2 + formdata-node: 4.4.1 + node-fetch: 2.7.0(encoding@0.1.13) + optionalDependencies: + ws: 8.20.0 + zod: 3.25.76 + transitivePeerDependencies: + - encoding + openai@6.26.0(ws@8.20.0)(zod@4.1.12): optionalDependencies: ws: 8.20.0 @@ -25531,7 +25525,7 @@ snapshots: vitest@3.1.1(@types/debug@4.1.12)(@types/node@20.17.24)(jiti@2.6.0)(lightningcss@1.30.1)(sass@1.85.1)(terser@5.39.0)(tsx@4.20.6)(yaml@2.8.1): dependencies: '@vitest/expect': 3.1.1 - '@vitest/mocker': 3.1.1(vite@6.2.2(@types/node@24.0.13)(jiti@2.6.0)(lightningcss@1.30.1)(sass@1.85.1)(terser@5.39.0)(tsx@4.20.6)(yaml@2.8.1)) + '@vitest/mocker': 3.1.1(vite@6.2.2(@types/node@20.17.24)(jiti@2.6.0)(lightningcss@1.30.1)(sass@1.85.1)(terser@5.39.0)(tsx@4.20.6)(yaml@2.8.1)) '@vitest/pretty-format': 3.1.1 '@vitest/runner': 3.1.1 '@vitest/snapshot': 3.1.1 diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 9a946c1984..05d985a38e 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -24,7 +24,7 @@ catalog: '@emotion/styled': ^11 '@fastgpt-sdk/logger': 0.1.2 '@fastgpt-sdk/otel': 0.1.2 - '@fastgpt-sdk/storage': 0.6.15 + '@fastgpt-sdk/storage': 0.6.17 '@modelcontextprotocol/sdk': ^1 '@types/lodash': ^4 '@types/mime-types': 3.0.1 diff --git a/projects/app/package.json b/projects/app/package.json index 8b333e7a01..b42bd42f14 100644 --- a/projects/app/package.json +++ b/projects/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "4.14.13", + "version": "4.14.16", "private": false, "scripts": { "dev": "NODE_OPTIONS='--max-old-space-size=8192' npm run build:workers && next dev", diff --git a/sdk/storage/package.json b/sdk/storage/package.json index d711f4f640..98e55e094e 100644 --- a/sdk/storage/package.json +++ b/sdk/storage/package.json @@ -1,7 +1,7 @@ { "name": "@fastgpt-sdk/storage", "private": false, - "version": "0.6.15", + "version": "0.6.17", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -53,13 +53,13 @@ "ali-oss": "^6.23.0", "cos-nodejs-sdk-v5": "^2.15.4", "es-toolkit": "^1.43.0", - "minio": "catalog:", + "minio": "8.0.7", "vitest": "^4.0.16" }, "devDependencies": { "@types/ali-oss": "^6.16.13", - "@types/node": "catalog:", - "tsdown": "catalog:", - "typescript": "catalog:" + "@types/node": "^20", + "tsdown": "0.21.4", + "typescript": "^5.9.3" } }