<4.12.0
V4.6.3 (Includes Migration Script)
FastGPT V4.6.3
1. Run the Initialization API
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/initv463' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'What the initialization does:
- Initializes certain fields in the Mongo dataset, collection, and data documents.
V4.6.3 New Features
- New (Commercial edition) - Web site sync.
- New - Collection metadata tracking.
- Improved - URL content fetching.
- Improved - Streaming file reads to prevent memory overflow.
- Improved - Vision models now automatically convert URLs to base64, enabling local debugging.
- Improved - Image compression quality levels.
- Fixed - Image compression failure errors that could cause file reading to hang.
Edit on GitHub
File Updated