<4.12.0
V4.6.9 (Includes Upgrade Script)
FastGPT V4.6.9 Release Notes
Update Commercial Edition Environment Variables
Add the OneAPI address and token:
OPENAI_BASE_URL=http://oneapi:3000/v1
CHAT_API_KEY=sk-fastgptInitialization Script
From any terminal, send 1 HTTP request. Replace {{rootkey}} with the rootkey from your environment variables, and {{host}} with your domain.
curl --location --request POST 'https://{{host}}/api/admin/initv469' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'- Resets the usage tracking table.
- Runs stale data cleanup (removes invalid files, images, Knowledge Base collections, and vectors).
External API Updates
- Due to billing system changes, the share link chat reporting endpoint requires some adjustments. The
pricefield has been replaced bytotalPoints. TheinputTokenandoutputTokenfields are no longer provided — only atokenfield (total token count) is returned.
V4.6.9 Release Notes
- Commercial Edition - Knowledge Base now supports an "Enhanced Processing" training mode that generates additional index types.
- New - Improved variable hints for the HTTP module.
- New - HTTP module supports OpenAI single-endpoint import.
- New - Global variables now support external variables, which can be passed via share link query parameters or the API
variablesparameter. - New - Content extraction module now supports default values.
- Improved - Query completion now includes English language support. It can also be configured as a standalone module for reuse.
- Improved - Rewrote the usage tracking system.
- Improved - Token-based history filtering now keeps an even number of messages to prevent errors with certain models.
- Improved - Share link SEO now displays the app name and avatar directly.
- Fixed - Annotation feature.
- Fixed - QA generation thread count error.
- Fixed - Question classification connection type error.
Edit on GitHub
File Updated