<4.12.0
V4.4.7 (includes upgrade script)
FastGPT V4.4.7 Update (includes upgrade script)
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/initv447' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'This initializes PostgreSQL indexes and converts empty file_id objects to manual objects. If you have a large dataset, this may take a while — you can monitor progress via logs.
What's New
FastGPT V4.4.7
- Improved Knowledge Base file CRUD operations.
- Added support for reading links as a data source.
- Differentiated between manual entries and annotations, enabling data traceability back to a specific file.
- Upgraded the OpenAI SDK.
Edit on GitHub
File Updated