<4.12.0
V4.7.1 (Includes Upgrade Script)
FastGPT V4.7.1 Release Notes
Initialization Script
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/clearInvalidData' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'This request runs stale data cleanup (removes invalid files, images, Knowledge Base collections, and vectors).
Update Configuration File
Added Laf environment configuration. View the latest configuration file
V4.7.1 Release Notes
- New - Full voice input configuration. Supports toggling voice input on/off (including on share pages), auto-send after voice input, and auto voice playback after input (streaming).
- New - PPTX and XLSX file reading. Note that all file reading now happens server-side, which consumes more server resources and prevents content preview during upload.
- New - Laf cloud function integration. You can use cloud functions from your Laf account as HTTP modules.
- New - Scheduled cleanup timer for stale data. Uses incremental cleanup (cleans data from the last N hours), so keep the service running continuously. For a full cleanup after extended downtime, use the
clearInvalidDataendpoint. - Commercial Edition - Admin panel system notification configuration.
- Improved - Knowledge Base export now supports IP-based mode.
- Changed - CSV import template no longer validates headers; automatically reads the first two columns.
- Fixed - Tool calling module connection data type validation error.
- Fixed - Custom index input data destructuring failure.
- Fixed - ReRank model data format.
- Fixed - Query completion history bug.
- Fixed - Share page slow loading in certain edge cases (caused by database connections not being triggered during SSR).
Edit on GitHub
File Updated