v0.3.3
eosphoros-ai/DB-GPTv0.3.3Jul 26, 2023by csunny
AI Summary
Focuses on expanding model support to LLaMA-2 and BaiChuan while fixing critical bugs related to SQL execution and MySQL keywords, plus adding Chat2Word functionality.
Key Highlights
- Multi-LLMs support for LLaMA-2 and BaiChuan
- Chat2Word support
- Multi-Database connections (MySQL, MSSQL)
- Fix DML and DDL Execute bug
- Fix MySql Keyword bug
Breaking Changes
- Split Webui to DB-GPT-Web subprojet
New Features
- Add Readme Content
Full Release Notes
# What's changed - Add Multi-LLMs support, LLaMA-2(7b, 13b, 70b), BaiChuan(7b, 13b) @fangyinc - Fix DML and DDL Execute bug. @yhjun1026 - Chat2Word support @Aries-ckt - Split Webui to DB-GPT-Web subprojet @yhjun1026 - Fix MySql Keyword bug @yiqijiu - Add Multi-Database connections. (MySQL, mssql, etc) @yhjun1026 - Add Readme Content. @csunny