<4.12.0
V4.8.9 (Requires Initialization)
FastGPT V4.8.9 Release Notes
Upgrade Guide
1. Back up your database
2. Update images
- Update the FastGPT image tag to v4.8.9
- Update the FastGPT commercial edition image tag to v4.8.9
- Sandbox image update is optional
3. Run initialization (Commercial Edition)
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/init/489' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'This initializes notification methods for multi-tenancy (internal use only, no action needed).
V4.8.9 Release Notes
- New - File upload configuration. Image upload capability is now determined by system configuration rather than relying on vision model availability.
- New - AI chat node and tool calls support toggling "Enable image recognition". When enabled, it automatically retrieves images uploaded in the chat and image URLs from "User question".
- New - Document parsing node.
- Commercial - Team notification account binding for receiving important messages.
- Commercial - Knowledge Base collection tagging for tag-based management.
- Commercial - Knowledge Base search node supports tag filtering and creation date filtering.
- Commercial - Transfer app owner permissions.
- New - Delete all conversation starters.
- New - QA splitting supports custom chunk sizes, and optimized the issue where GPT-4o-mini produced very little content with large chunks.
- Improved - Lazy loading for chat messages to reduce network transfer.
- Improved - Clear file selection cache to allow re-selecting the same file.
- Fixed - Knowledge Base file upload progress not reaching 100% under unstable network or with many files.
- Fixed - After deleting an app, returning to chat and selecting the last conversation from the deleted app showed an error.
- Fixed - Plugin dynamic variable default values not displaying correctly.
- Fixed - Tool call temperature and max response values not taking effect.
- Fixed - In function call mode, GPT models require the
contentparameter in assistant role messages (doesn't affect most models since nearly all have switched to ToolChoice mode; FC mode is deprecated). - Fixed - Knowledge Base file upload progress updates could be incorrect.
- Fixed - Knowledge Base page always resetting to the first page during rebuilding.
- Fixed - Knowledge Base list OpenAPI authentication issue.
- Fixed - Unable to provide feedback on new conversations via share links.
Edit on GitHub
File Updated