Commit Graph

993 Commits

Author SHA1 Message Date
changhuiping.chp
5021709e21 Merge branch 'new-page-framework' of https://github.com/csunny/DB-GPT into new-page-framework 2023-06-28 10:47:51 +08:00
changhuiping.chp
0a65afe2cb fix: layout adjustment 2023-06-28 10:47:46 +08:00
aries_ckt
4e4f8bd564 fix:return knowledge dict
format knowledge result
2023-06-28 10:35:55 +08:00
Data Hamal
a4493b7472
Update base.py
fix function __extract_json  slef --> self
2023-06-28 00:52:45 +08:00
magic.chen
a9bc57024b
fix:rename knowledge_init.py (#280)
1.rename knowledge_init.py
2023-06-27 22:57:35 +08:00
aries_ckt
7a9ae6964c Merge remote-tracking branch 'origin/new-page-framework' into llm_framework 2023-06-27 22:36:00 +08:00
shiweisong.ssw
6335e05b74 feat: add documents 2023-06-27 22:25:37 +08:00
aries_ckt
f4c3707d8a fix:rename knowledge_init.py
rename knowledge_init.py
2023-06-27 22:24:58 +08:00
aries_ckt
682b1468d1 style:format code
format code
2023-06-27 22:20:21 +08:00
aries_ckt
0878f3c5d4 Merge remote-tracking branch 'origin/new-page-framework' into llm_framework 2023-06-27 21:21:35 +08:00
shiweisong.ssw
db5f35d334 feat: expand types of documents 2023-06-27 20:16:56 +08:00
tuyang.yhj
b8c55c2560 Merge branch 'llm_framework' into dev_ty_06_end
# Conflicts:
#	pilot/openapi/api_v1/api_v1.py
2023-06-27 17:48:40 +08:00
aries_ckt
ac686e9c6f fix: knowledge embedding default parameter
1.knowledge embedding default parameter
2023-06-27 17:46:48 +08:00
tuyang.yhj
8119edd5ad WEB API independent 2023-06-27 17:45:07 +08:00
aries_ckt
5d69b31e8c Merge remote-tracking branch 'origin/new-page-framework' into llm_framework 2023-06-27 17:40:09 +08:00
shiweisong.ssw
3db734a01e feat: sync documents 2023-06-27 17:39:05 +08:00
aries_ckt
804e89bf58 Merge remote-tracking branch 'origin/new-page-framework' into llm_framework 2023-06-27 16:50:57 +08:00
aries_ckt
05683d94ba feat: new knowledge chat scene
1.add new knowledge chat scene
2.format file format
2023-06-27 16:50:16 +08:00
shiweisong.ssw
e8e0ec3e38 feat: refactor the UI framework 2023-06-27 16:47:16 +08:00
tuyang.yhj
ca6afbd445 Merge branch 'llm_framework' into dev_ty_06_end
# Conflicts:
#	pilot/connections/rdbms/py_study/pd_study.py
#	pilot/openapi/api_v1/api_v1.py
#	pilot/openapi/api_v1/api_view_model.py
#	pilot/scene/base.py
#	pilot/scene/base_chat.py
#	pilot/scene/message.py
#	pilot/server/webserver.py
2023-06-27 15:39:09 +08:00
tuyang.yhj
3f7cc02426 WEB API independent 2023-06-27 15:35:18 +08:00
aries_ckt
57da3c23a6 feat: knowledge backend management
1.knowledge_type.py
2.knowledge backend api
2023-06-27 15:29:13 +08:00
changhuiping.chp
4601460639 fix: 添加跳转topbar提示 2023-06-27 11:47:05 +08:00
changhuiping.chp
7eb02a0dc2 feat: 布局调整&添加首页 2023-06-27 11:15:11 +08:00
magic.chen
68fa925083
fix: documents chat not working with chatglm2-6b (#275)
Close #274
2023-06-26 19:59:02 +08:00
aries_ckt
746da74116 Merge remote-tracking branch 'origin/new-page-framework' into llm_framework 2023-06-26 18:56:39 +08:00
shiweisong.ssw
10d6e23815 fix: fix the bug of the router 2023-06-26 18:27:33 +08:00
staneyffer
b41be465ad fix: documents chat not working with chatglm2-6b 2023-06-26 18:13:31 +08:00
aries_ckt
9b86291a56 Merge remote-tracking branch 'origin/new-page-framework' into llm_framework 2023-06-26 17:39:43 +08:00
shiweisong.ssw
6ff5cf517c feat: fetch chunk list 2023-06-26 17:35:46 +08:00
shiweisong.ssw
4063fcb732 feat: fetch documents 2023-06-26 16:34:58 +08:00
aries_ckt
cc215ca5cf Merge remote-tracking branch 'origin/new-page-framework' into llm_framework 2023-06-26 15:48:17 +08:00
shiweisong.ssw
fe7febc266 feat: fetch list when the page is ready 2023-06-26 15:45:48 +08:00
aries_ckt
6958372705 Merge remote-tracking branch 'origin/new-page-framework' into llm_framework 2023-06-26 15:24:43 +08:00
aries_ckt
91d6edc4eb feat: knowledge management backend api
1.create knowledge space
2.list knowledge space
3.create knowledge document
4.list knowledge document
5.save document chunks
6.sync embedding document
2023-06-26 15:24:25 +08:00
magic.chen
acee2041ab
More docker compose improvements (#268)
For me GPU0 is a 3080 and GPU1 is a 4090 while others may only have one
GPU. So let us make gpu 0 the default.

Also I found a better way to build the containers and added a
cloudflared tunnel container
2023-06-26 15:23:03 +08:00
shiweisong.ssw
5930150b9c feat: fetch list 2023-06-26 15:17:31 +08:00
aries_ckt
a96a4e2e80 Merge remote-tracking branch 'origin/new-page-framework' into llm_framework 2023-06-26 13:54:41 +08:00
shiweisong.ssw
4c148d36ce feat: modify the url 2023-06-26 11:26:39 +08:00
Aries-ckt
8a54ae742b
feat:llm support for chatglm2 (#271)
Add support for ChatGLM2-6B,which is the second-generation version of
the open-source bilingual (Chinese-English) chat model
[ChatGLM-6B](https://github.com/THUDM/ChatGLM-6B).
2023-06-25 23:41:47 +08:00
magic.chen
aa4115ef67
Update model_config.py 2023-06-25 23:29:43 +08:00
csunny
c19a7b12e1 docs: update readme for new llm support 2023-06-25 23:23:37 +08:00
csunny
d983a69d16 feat: support chatglm2-6b 2023-06-25 23:07:41 +08:00
csunny
192b289480 feat: add chatglm2-6b support 2023-06-25 23:05:50 +08:00
aries_ckt
6495ccf0e5 Merge remote-tracking branch 'origin/new-page-framework' into llm_framework 2023-06-25 21:22:37 +08:00
shiweisong.ssw
f39c3ebbea feat: modify .gitignore 2023-06-25 20:16:55 +08:00
aries_ckt
57bfca2b43 Merge remote-tracking branch 'origin/new-page-framework' into llm_framework 2023-06-25 19:20:54 +08:00
shiweisong.ssw
adfa718a63 feat: modify the type of the button 2023-06-25 19:16:33 +08:00
aries_ckt
c460eb375e Merge remote-tracking branch 'origin/new-page-framework' into llm_framework 2023-06-25 19:14:29 +08:00
shiweisong.ssw
c71bca8255 feat: modify the type of the button 2023-06-25 19:13:23 +08:00