Commit Graph

2454 Commits

Author SHA1 Message Date
xuyuan23
7492c20aaf docs: update bard proxy use docs.
update bard proxy use documents.
2023-07-31 18:41:26 +08:00
qutcat1997
96dfc3798b
Update getting_started.md
Steps for Starting ChatGLM-6B and ChatGLM2-6B with Multiple Cards
2023-07-31 18:32:46 +08:00
xuyuan23
1ff4cfdc42 feat: support bard proxy server
support bard proxy server

Close #384
2023-07-31 17:49:10 +08:00
aries_ckt
ef335aa860 doc:add vector db use doc 2023-07-31 17:30:34 +08:00
aries_ckt
208f01fda7 doc:add vector db use doc 2023-07-31 17:18:18 +08:00
aries_ckt
7186309f83 feat:knowledge document delete
1.space delete
2.document delete
2023-07-31 16:47:48 +08:00
Aries-ckt
f57e6c8ba1
chores: clean code + discord update (#381) 2023-07-29 22:07:56 +08:00
csunny
1da65255cd chores: clean code + discord update 2023-07-29 19:55:23 +08:00
Aries-ckt
166c914922
feat: support multiple knowledge file path and skip some error in knowledge embedding (#379)
Close #353 

Additional, I created DB-GPT command line tool scripts which currently
supports initialization of the knowledge documents.
And we can support more command line in the future.
2023-07-28 17:23:21 +08:00
magic.chen
9236f4260e
llm proxy framework design, adding support for bard large language model proxy (#376)
1. llm proxy framework design, adding support for bard large language
model proxy
2. add Alibaba Cloud Image Deployment Solution.

Close #369
2023-07-28 17:04:09 +08:00
FangYin Cheng
7cf558586a feat: support multiple knowledge file path and skip some error in knowledge embedding 2023-07-28 16:29:29 +08:00
FangYin Cheng
426a364c37 feat: knowledge_init.py support multiple knowledge file path and skip some error in knowledge embedding 2023-07-28 16:29:29 +08:00
xuyuan23
4da524340c refactor: rename the data privacy module
rename data privace module.
2023-07-28 14:45:27 +08:00
xuyuan23
14ae10d4da feat: add bardapi
add bardapi to requirements.txt
2023-07-28 14:02:48 +08:00
xuyuan23
888664a1e2 docs: modify llms.md, add method to get bard token.
add method to get bard token.
2023-07-28 13:57:46 +08:00
xuyuan23
12162ecc43 docs: bard proxy usage
1.bard proxy usage.
2.quick deploy DBGPT by aliyun images.
2023-07-28 12:01:24 +08:00
magic.chen
bd93f28812
fix: fix issue #367, ModelMessage is not JSON serializable (#374)
Close #367
2023-07-28 07:55:29 +08:00
FangYin Cheng
4c738af378 fix: fix issue #367, ModelMessage is not JSON serializabl 2023-07-28 04:36:16 +08:00
xuyuan23
ca50e87b8f fix: support bard in chatdb
support bard proxy llm  in chatdb
2023-07-27 19:22:23 +08:00
yhjun1026
0ed51b5ee4 Merge branch 'main' into TY_07_DEV 2023-07-27 17:57:49 +08:00
yhjun1026
1547c3aff1 DDL run bug fix 2023-07-27 17:57:18 +08:00
yhjun1026
0b33943dd9 Merge remote-tracking branch 'origin/main' into TY_07_DEV 2023-07-27 17:56:55 +08:00
Aries-ckt
b613947124
chores: add wechat + update readme (#373) 2023-07-27 16:07:43 +08:00
csunny
8d8c31395a chores: add wechat + update readme 2023-07-27 15:35:13 +08:00
xuyuan23
c4638bfde3 fix: fix function bard_generate_stream's output
fix function bard_generate_stream's output
2023-07-27 11:11:59 +08:00
xuyuan23
572c336b81 feat: Adjusting the proxy framework.
Adjusting the proxy framework, chatgpt_proxyllm default, or proxyllm instead, new LLM proxy should be configured in format 'xxx_proxyllm'.
2023-07-27 11:03:29 +08:00
Aries-ckt
6db1b6cb5a
feat: add logo + update (#370)
add logo
2023-07-26 20:45:18 +08:00
Aries-ckt
841843cb97
feat: supports docker compose deployment (#371)
Close #363
2023-07-26 20:36:52 +08:00
FangYin Cheng
671cddf4e7 feat: supports docker compose deployment 2023-07-26 20:07:25 +08:00
csunny
2d5226ab21 feat: add logo for db-gpt 2023-07-26 19:59:30 +08:00
xuyuan23
b1d84fb317 fix: fix bard LLM request param error
fix bard LLM request param error, use 'content' as the input
2023-07-26 17:02:48 +08:00
xuyuan23
d95726c04a feat: add Bard LLM proxy
Supplement proxy framework content, adding proxy access method for the Bard LLM.

Closes #369
2023-07-26 16:36:26 +08:00
csunny
480b3b2c69 feat: add logo + update 2023-07-26 15:54:36 +08:00
magic.chen
700d9bf3e9
feat: support baichuan model (#365)
Close #356 
Close #354
2023-07-25 22:28:40 +08:00
FangYin Cheng
4b1c0a36f8 feat: Support baichuan-7B model 2023-07-25 22:08:07 +08:00
FangYin Cheng
7baaaf0849 feat: Support baichuan-13B model 2023-07-25 22:07:02 +08:00
FangYin Cheng
cf99fc67df doc: update readme features about baichuan 2023-07-25 19:48:21 +08:00
FangYin Cheng
35d0c17ae8 feat: Support baichuan-7B model 2023-07-25 19:48:21 +08:00
FangYin Cheng
01074660bc feat: Support baichuan-13B model 2023-07-25 19:48:21 +08:00
magic.chen
7cc86a8b54
<fix>DML and DDL run bug fix (#364)
1.DDL run result query bug fix
2.DML code function change bug fix
2023-07-25 19:31:15 +08:00
magic.chen
bb8deaca92
fix:word embedding and web-ui bug (#361)
1.word embedding, use docx_loader 
2.ppt embedding, use ppt_loader 
3.web-ui bug
2023-07-25 19:08:08 +08:00
yhjun1026
657484608e Merge remote-tracking branch 'origin/test' into test 2023-07-25 19:00:36 +08:00
yhjun1026
dab39a1180 DDL run bug fix 2023-07-25 19:00:03 +08:00
aries_ckt
795be61d4a style:fmt 2023-07-25 17:22:11 +08:00
aries_ckt
e7dcbe3dab doc:requirement update 2023-07-25 15:50:29 +08:00
aries_ckt
4861cdd364 Merge remote-tracking branch 'origin/main' into dbgpt_api 2023-07-25 15:47:56 +08:00
aries_ckt
487f91a1ec feat:docxLoader and ppt_loader 2023-07-25 15:21:53 +08:00
aries_ckt
48fc8c47ac fix:web-ui bug
1.webuibug
2.requirememt update
2023-07-25 11:26:20 +08:00
Aries-ckt
7182179e69
chores: version + rm useless file (#357) 2023-07-25 11:11:31 +08:00
aries_ckt
88d5fed5b8 Merge remote-tracking branch 'origin/main' into dbgpt_api 2023-07-25 10:15:21 +08:00