Fixed critical issue
Fixed the error issue caused by batch embedding and creating collections simultaneously of vector db on knowledge base processing. #3054
New Features
- Add xinference audio model support by @leslie2046 in #3045
- Add Brave Search and Trello(12 Tools) Included by @Yash-1511 in #3040
- feat: add Feishu(飞书) tool for sending message to chat group bot via webhook by @arkii in #3059
Update Guide
Deploying with Docker Compose:
-
Get the latest code from the main branch:
git checkout main git pull origin main
-
Go to the next step and update to the latest image:
cd docker docker-compose up -d
Deploying from Source Code:
-
Stop API server, Worker and Web frontend Server.
-
Get the latest code from the main branch:
git checkout main git pull origin main
-
Update Python dependencies:
cd api pip install -r requirements.txt
-
Then, let's run the migration script:
flask db upgrade
-
Finally, run API server, Worker and Web frontend Server again.
What's Changed
- fix: agent tool label by @Yeuoly in #3039
- provide a bit more info in logs when parsing api schema error by @LeoQuote in #3026
- Fix typo by @lng2020 in #3041
- feat:xinference audio model support by @leslie2046 in #3045
- add clean_unused_datasets_task by @JohnJyong in #3057
- add redis lock on create collection in multiple thread mode by @JohnJyong in #3054
- FEAT: Add Brave Search and Trello(12 Tools) Included by @Yash-1511 in #3040
- feat: use en-US as fallback recommend app if using unmaintained language by @takatost in #3063
- feat: add Feishu(飞书) tool for sending message to chat group bot via webhook by @arkii in #3059
- add keyword table s3 storage support by @JohnJyong in #3065
- version to 0.5.11-fix1 by @takatost in #3073
New Contributors
Full Changelog: 0.5.11...0.5.11-fix1