v0.11.0
#10309
Replies: 1 comment 3 replies
-
Google Search Api not Working. Please Fix it |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
🌟 What's New in v0.11.0? 🌟
Welcome to version v0.11.0, where we're elevating your workflow and model capabilities with new features and improvements designed to empower your technical operations.
⚡ Workflow Improvement
📚 Knowledgebase Features
🔍 Providers and Models
🗄️ VDB Integrations
🔧 Fixes & Enhancements
📄 Documents
This release makes our platform more robust and versatile, catering to your needs for a more efficient and feature-rich environment. Upgrade now to explore the possibilities! 🚀
Upgrade Guide
Docker compose deployments
Back up your customized docker-compose YAML file (optional)
Get the latest code from the main branch
Stop the service,Command, please execute in the docker directory
Back up data
tar -cvf volumes-$(date +%s).tgz volumes
Upgrade services
Source Code deployments
Stop API server, Worker and Web frontend Server.
Get the latest code from the release branch:
Update Python dependencies:
cd api poetry install
Then, let's run the migration script:
Finally, run API server, Worker and Web frontend Server again.
What's Changed
TIDB_ON_QDRANT_CLIENT_TIMEOUT
#10023 : error in docker-compose.yaml about TIDB_ON_QDRANT_CLIENT… by @mabuchs in Fix #10023 : error in docker-compose.yaml about TIDB_ON_QDRANT_CLIENT… #10025New Contributors
Full Changelog: 0.10.2...0.11.0
This discussion was created from the release v0.11.0.
Beta Was this translation helpful? Give feedback.
All reactions