Commit Graph

1935 Commits

Author SHA1 Message Date
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
magic.chen
7233b9711f
Fixed the issue when the MySQL table name had the keyword in it (#358)
When a table name with special characters, such as trigger, exists in
the database, the following error is reported.
```log
2023-07-25 00:02:47 | ERROR | stderr | sqlalchemy.exc.ProgrammingError: (pymysql.err.ProgrammingError) (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'trigger' at line 1")
2023-07-25 00:02:47 | ERROR | stderr | [SQL: SHOW INDEXES FROM trigger]
```
2023-07-25 00:23:47 +08:00
yiqijiu
34aa73fa76 Fixed the issue when the MySQL table name had the keyword in it 2023-07-24 15:59:25 +00:00
csunny
8c7a8f56fd chores: version + rm useless file 2023-07-24 19:45:56 +08:00
Aries-ckt
aaccebcd03
feat:Multiple database connection support;Dialogue scene chat2dashboard; (#355)
1.Supports multi-database connections. Currently, mysql and duckdb are
supported by default. Other types of databases need to be expanded and
connected by themselves;
2.The chat2dashboard scene is released, but it is only tested in the
chatgpt proxy mode, and other llm models do not work well.
2023-07-24 19:31:30 +08:00
csunny
cc5564af23 chroes: fix + lint 2023-07-24 19:27:24 +08:00
csunny
51df0ee022 fix: update + filter meta db. 2023-07-24 19:25:13 +08:00
csunny
632aee3149 lint: fix pylint 2023-07-24 18:55:57 +08:00
aries_ckt
45fbcafbf6 fix:word embedding update
1.use Docx2txtLoader replace UnstructuredWordDocumentLoader
2023-07-24 17:37:21 +08:00
yhjun1026
ea97bfccc7 web bug fix 2023-07-24 17:13:27 +08:00
yhjun1026
94fb112979 web bug fix 2023-07-24 16:19:19 +08:00
yhjun1026
9ac402e55a web bug fix 2023-07-24 16:02:46 +08:00
yhjun1026
c973c9e644 Merge branch 'main' into test
# Conflicts:
#	pilot/scene/chat_dashboard/prompt.py
2023-07-24 15:59:09 +08:00
yhjun1026
02bf99c86a web bug fix 2023-07-24 15:57:50 +08:00
yhjun1026
bb30035a2a web bug fix 2023-07-24 15:42:41 +08:00
yhjun1026
6d223b9072 web bug fix 2023-07-24 15:07:15 +08:00
yhjun1026
439d23c29c 代码清理 2023-07-24 14:53:34 +08:00
yhjun1026
6e505860be 代码清理 2023-07-24 14:32:50 +08:00
yhjun1026
cbd22a4b88 代码清理 2023-07-24 13:57:10 +08:00
magic.chen
dbf8b20c0b
feat: Multi-model prompt adaptation (#351)
Close #329
2023-07-22 12:45:09 +08:00