Commit Graph

1293 Commits

Author SHA1 Message Date
yhjun1026
c689a63a73 feat(editor):editor api 2023-08-01 19:45:15 +08:00
yhjun1026
c519203cd6 feat(db-g[t): black param change 2023-08-01 18:11:59 +08:00
yhjun1026
cc05400093 feat(editor): DB GPT Editor Api
1.Add DB GPT Editor Api
2.Remove Old web server file
2023-08-01 18:00:03 +08:00
yhjun1026
e340e8daff Merge branch 'TY_07_DEV' into TY_08_END 2023-08-01 15:53:26 +08:00
yhjun1026
77f6b2f458 feat:Db summary merge multi db connect 2023-08-01 15:35:59 +08:00
yhjun1026
40659b93e7 feat:Db connect setting on web 2023-08-01 14:14:10 +08:00
aries_ckt
ce28ef5ce6 fix:knowledge document update bug 2023-08-01 14:00:48 +08:00
aries_ckt
f6359196b2 feat:knowledge document link to chat 2023-08-01 11:08:59 +08:00
xuyuan23
dea677004a fix: simply the code and optimization
simply the code and optimization
2023-07-31 19:19:39 +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
7186309f83 feat:knowledge document delete
1.space delete
2.document delete
2023-07-31 16:47:48 +08:00
csunny
1da65255cd chores: clean code + discord update 2023-07-29 19:55:23 +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
xuyuan23
4da524340c refactor: rename the data privacy module
rename data privace module.
2023-07-28 14:45:27 +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
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
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
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
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
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
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
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
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