<4.12.0
V4.6.7 (Initialization Required)
FastGPT V4.6.7
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/initv467' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'What the initialization does:
- Re-associates images with their datasets.
- Sets null values in the PG table.
V4.6.7 Release Notes
- Redesigned knowledge base UI with a new import workflow.
- Optimized knowledge base and chat data indexing.
- Knowledge base OpenAPI — you can now manage knowledge bases via API.
- New - Input field variable hints. After typing
{, you'll see available variable suggestions. Based on community feedback on advanced orchestration, we plan to improve variable handling in the February release, adding support for node-scoped local variables and more global variables. - Improved - Switching teams now saves your selection, so you'll automatically log into that team on your next visit.
- Fixed - chatId conflicts when using the API for conversations.
- Fixed - Potential window.onLoad conflicts when embedding via iframe.
Edit on GitHub
File Updated