<4.12.0
V4.8.23
FastGPT V4.8.23 Release Notes
Upgrade Guide
1. Back up your database
2. Update images:
- Update the fastgpt image tag to v4.8.23-fix
- Update the fastgpt-pro commercial edition image tag to v4.8.23-fix
- Sandbox image update is not required
3. Run migration script
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/initv4823' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'The script cleans up Knowledge Base dirty data, primarily redundant full-text indexes.
New Features
- Added default "Knowledge Base text understanding model" configuration.
- AI Proxy V1, which can replace OneAPI and provides complete model call logs for easier troubleshooting.
- Added support ticket entry point.
Improvements
- Model configuration form now includes required field validation.
- Collection list data statistics method improved for better performance with large datasets.
- Optimized math formulas: LaTeX format is now escaped to Markdown format.
- Document image parsing: oversized images are now automatically skipped.
- Time picker: start time defaults to 00:00:00 and end time to 23:59:59 for the selected day, preventing UI/logic discrepancies.
- Upgraded mongoose library dependency.
Bug Fixes
- Tag filtering not working correctly for subfolders.
- Temporarily removed Markdown reading optimization to prevent link splitting errors.
- Member list not refreshing when leaving a team.
- PPTX encoding error causing parsing failures.
- Full-text index not deleted when removing a single Knowledge Base data entry.
- Fixed Mongo Dataset text index not taking effect during data queries.
Edit on GitHub
File Updated