Releases: eosphoros-ai/DB-GPT
Releases · eosphoros-ai/DB-GPT
v0.2.1
What's Changed
- llm model manage support gorilla #173 @zhanghy-sketchzh
- llm model manage support falcon #175 @zhanghy-sketchzh
- documents chart embedding index error fix #77 @Aries-ckt
- position adjustment, LLM nativate chat by default @csunny
v0.2.0
What's Changed
- On the basis of the Vicuna-13B base model, task chain invocation is implemented based on plugins. For example: One-shot database creation. @yhjun1026 @xuyuan23 #125
- Add effect comparison evaluation, proxy ChatGPT. Implement evaluation of the effect of the private deployment model and the ChatGPT model. @csunny #144
- Database metadata asset embedding and prompt templates @Aries-ckt #102
- DB-GPT-ByteBase-Plugin being proposed to enable the use of third-party plugins and have the ability to use external tools @xuyuan23 @yhjun1026 #120
- Add the Guanaco family model to the large model management system, which supports running the Guanaco-33B on 24GB graphics memory @csunny @zhanghy-sketchzh #133
V0.1.1
v0.1.0
What's Changed
- Built-in database query plugin, supports automatic data querying. @yhjun1026
- Support milvus vector storage. @Aries-ckt
- Update the docs use readthedocs. @csunny
- Add lint for source code @yihong0618
Docs add
Add docs for DB-GPT project. the project url is there: db-gpt.readthedocs.io
v0.0.6
Multi llm model support:
- model_adapter for load multi models
- chat_adapter for chat with models.
Supports multiple large language models, currently supporting Vicuna (7b, 13b), ChatGLM-6b (int4, int8)
多模型支持:
- 新增Model Adapter 以及Chat Adapter, 后续可以通过实现adapter接入更多大模型
- 只是库支持ChatGLM-6b
v0.0.5-beta
New Feature:
- Add Local Knownledge Embedding.
- DB-GPT-Plugins: sql_executor, auto_chart.
Bugfix
fix same bugs
新增本地知识库QA
First runable version
首次集成运行版本