25.3.1 Released
Update
Docker Deployment
- Pull the latest code via Git:
git reset --hard HEAD && git pull - Restart the Node.js container under
buildingaiin Docker:
docker restart buildingai-nodejs
Manual Deployment
- If
pnpmandgitare installed locally, first runpnpm sync-env - Then run
pnpm bd:update-git && pnpm restart
or execute
git reset --hard HEAD && git pull && pnpm predeploy && pnpm restart
Content
Fixes
- Fixed an issue where knowledge base document size was read incorrectly
- Fixed knowledge base vectorization failures caused by OSS storage mode
- Fixed an issue where OSS storage configuration cache was not updated in time
- Fixed an issue where apps could not be hidden in the App Center under certain conditions
- Fixed missing user information in agent conversations for Dify and Coze