<4.12.0
V4.8.5 (Includes Upgrade Script)
FastGPT V4.8.5 Release Notes
Upgrade Guide
1. Back Up Your Database
2. Update Images
- Update the fastgpt image tag to v4.8.5
- Update the commercial edition image tag to v4.8.5
3. Run Initialization
From any terminal, send 1 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/initv485' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'This will merge the plugin data table into the app table. The plugin table will not be deleted.
Commercial edition users: run the additional initialization below
From any terminal, send 1 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/init/485' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'This will reset the Knowledge Base permission system.
V4.8.5 Release Notes
- New - Merged plugins and apps into a unified workspace.
- New - App duplication feature.
- New - App template creation.
- New - Code execution results can now be used as tool output.
- New - Markdown image output supports pinch-to-zoom on mobile.
- Improved - Raw file encoding for storage and retrieval.
- Improved - Simple mode now filters out deleted Knowledge Bases to avoid false error states.
- Improved - Folder reading now supports more than 100 files per folder.
- Improved - QA splitting / manual entry: when an
afield is present, theqfield is automatically used as a supplementary index. - Improved - Chat dialog page code.
- Improved - New workflow nodes are now auto-numbered.
- Fixed - Scheduled tasks could not actually be disabled.
- Fixed - Input guide special characters causing regex errors.
- Fixed - Files containing unescaped
%characters causing page crashes. - Fixed - Page crash when selecting Knowledge Base references in custom input.
Edit on GitHub
File Updated