<4.12.0
V4.6.4 (Includes Migration Script)
FastGPT V4.6.4
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/initv464' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'What the initialization does:
- Initializes the createTime field in PG.
- Initializes the feedback field for chats in Mongo.
V4.6.4 New Features
- Rewritten - Share link identity logic, now using localID to track user IDs.
- New (Commercial edition) - Share link SSO support. With just 3 API endpoints via an authentication URL, you can fully integrate your existing user system. See Share Link Authentication for details.
- New - More embedding options for share links, with additional DIY customization.
- Improved - History module. The old history module has been deprecated — simply enter the value directly in the relevant field.
- Adjusted - Knowledge base search module topK logic now uses MaxToken calculation, accommodating text chunks of varying lengths.
- Adjusted - Authentication order to prioritize API keys, preventing cookies from overriding API key authentication.
- Link fetching now supports multiple selectors. See Web Site Sync Usage.
- Fixed - Image upload authentication issue in share links.
- Fixed - Mongo connection pool not being released.
- Fixed - Dataset description (Intro) not updating.
- Fixed - Markdown code block rendering issue.
- Fixed - Root permission issue.
- Optimized Dockerfile.
Edit on GitHub
File Updated