<4.12.0
V4.10.1 (Includes Migration Script)
FastGPT V4.10.1 Update Notes
Upgrade Guide
1. Update Images:
- Update FastGPT image tag: v4.10.1-fix3
- Update FastGPT commercial edition image tag: v4.10.1
- Update fastgpt-plugin image tag: v0.1.3
- mcp_server: no update required
- Sandbox: no update required
- AIProxy: no update required
2. Run the Migration Script
This script only needs to be run by commercial edition users.
From any terminal, send an HTTP request. Replace {{rootkey}} with the rootkey from your environment variables, and {{host}} with your FastGPT domain.
curl --location --request POST 'https://{{host}}/api/admin/initv4101' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'- Adds new scheduled tasks for auto-synced knowledge bases.
New Features
- System tools now support streaming output.
- Commercial edition: scheduled sync for third-party knowledge bases now supports full sync, including entire directories.
Improvements
- Scheduled task error logs are now recorded in the chat logs.
- Encapsulated dynamic form rendering component for apps.
- Directory breadcrumb navigation now truncates on overflow.
Bug Fixes
- Search-type system tools were not displaying correctly.
- Backward compatibility issues with some system tools.
- AI node: manually selecting chat history caused duplicate system records.
- Knowledge base tags could not scroll to the bottom.
- When importing files via API to an API-based knowledge base, custom API parsing parameters were not applied.
Tool Updates
- New: Flux official image generation tool.
- New: JinaAI toolset.
- New: Alibaba Cloud Bailian Flux and Tongyi Wanxiang image generation.
- Fixed incorrect output value type for SiliconFlow image generation tool.
Edit on GitHub
File Updated