v0.4.3
eosphoros-ai/DB-GPTv0.4.3Dec 5, 2023by github-actions[bot]
AI Summary
Enhancements to ChatKnowledge features, migration of chat history to SQLite/MySQL, and support for new LLMs like StarRocks and Yi-34B-Chat.
Key Highlights
- ChatKnowledge add similarity score and query rewrite
- Migrate table chat_history and connect_config from duckdb to sqlite and mysql
- Add StarRocks 2.5+ DB adapter
- Unified proxyllm apisecret
Breaking Changes
- Migrate table chat_history and connect_config from duckdb to sqlite and mysql
New Features
- ChatKnowledge similarity score
- Query rewrite
- StarRocks 2.5+ DB adapter
- Xunfei Spark LLM support
- Yi-34B-Chat support
Full Release Notes
## ✨ Enhancements - ChatKnowledge add similarity score and query rewrite (#880) - Migrate table chat_history and connect_config from duckdb to sqlite and mysql.(#880) - Support system code for feedback and prompt (#873) - Add StarRocks 2.5+ DB adapter (#872) - Unified proxyllm apisecret (#862) - MTB supports multi-user and multi-system fields (#854) - Adapt for xunfei Spark LLM (#846) - Support Yi-34B-Chat (#837) - More support LLMs and modify benchmarks (#823) - Add tests cases for dashboard (#818) - Modify AWEL http trigger route function (#817) ## 🐞 Bug fixes - Fix rdbms db summary (#885) - Fix scene base 'of_mode' error (#881) - Fix openai chatgpt api response error (#871) - Fix api error when upload files (#866) - Fix(Azure): fix index out of range error due to Azure Openai reponses an empty chunk at first (#820) - Fix web history bug (#848) ## 🛠️ Other improvements - Docs(smmf): multi-model usage and introduction (#883) - Add debugging documents (#864) - Remove .plugin.env.template (#884) - SMMF introduction and usage (#878) - Redirect documents to new version (#856) - Rewrite docs use Docusaurus (#853) Thank you to all our contributors for making this release possible! @Hopshine, @csunny, @junewgl, @quqibing, @Aralhi, @Hzh_97, @Aries-ckt, @fangyinc, and @zfanswer