Skip to content

Releases: eosphoros-ai/DB-GPT

v0.2.1

09 Jun 05:53

Choose a tag to compare

What's Changed

v0.2.0

02 Jun 11:27

Choose a tag to compare

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

28 May 14:26

Choose a tag to compare

What's Changed

  • supports multiple language modes, and the language can be set in the configuration file .env.template (currently supports Chinese [zh] and English [en]) @xuyuan23

v0.1.0

25 May 16:07

Choose a tag to compare

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

25 May 09:47

Choose a tag to compare

Add docs for DB-GPT project. the project url is there: db-gpt.readthedocs.io

v0.0.6

21 May 10:12

Choose a tag to compare

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

15 May 15:44

Choose a tag to compare

New Feature:

  1. Add Local Knownledge Embedding.
  2. DB-GPT-Plugins: sql_executor, auto_chart.

Bugfix

12 May 15:33

Choose a tag to compare

fix same bugs

新增本地知识库QA

07 May 13:49

Choose a tag to compare

Merge pull request #17 from csunny/dev

update requirements

First runable version

30 Apr 17:46

Choose a tag to compare

首次集成运行版本