Skip to content

25.3.1 Released

Choose a tag to compare

@CatKeee CatKeee released this 23 Jan 08:13
· 8 commits to master since this release

Update

Docker Deployment

  1. Pull the latest code via Git: git reset --hard HEAD && git pull
  2. Restart the Node.js container under buildingai in Docker:
    docker restart buildingai-nodejs

Manual Deployment

  1. If pnpm and git are installed locally, first run pnpm sync-env
  2. 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