Commit Graph

2321 Commits

Author SHA1 Message Date
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
yhjun1026
602c0b7361 代码清理 2023-07-21 20:57:17 +08:00
FangYin Cheng
f234b30f7a feat: Multi-model prompt adaptation 2023-07-21 20:51:53 +08:00
yhjun1026
c8c4a82578 代码清理 2023-07-21 20:06:54 +08:00
yhjun1026
b9d64d9ff3 代码清理 2023-07-21 20:06:32 +08:00
yhjun1026
3f733a302b 代码清理 2023-07-21 18:21:39 +08:00
yhjun1026
ad4fd6c0fe Merge branch 'main' into dev_ty_06_end
# Conflicts:
#	pilot/common/schema.py
#	pilot/common/sql_database.py
#	pilot/connections/rdbms/duckdb.py
#	pilot/connections/rdbms/mssql.py
#	pilot/connections/rdbms/oracle.py
#	pilot/connections/rdbms/rdbms_connect.py
#	pilot/openapi/api_v1/api_v1.py
#	pilot/scene/base.py
#	pilot/scene/chat_dashboard/chat.py
#	pilot/scene/chat_dashboard/data_preparation/report_schma.py
#	pilot/scene/chat_dashboard/prompt.py
#	pilot/scene/chat_dashboard/template/sales_report/dashboard.json
#	pilot/server/static/404.html
#	pilot/server/static/404/index.html
#	pilot/server/static/chat/index.html
#	pilot/server/static/chat/index.txt
#	pilot/server/static/datastores/documents/chunklist/index.html
#	pilot/server/static/datastores/documents/chunklist/index.txt
#	pilot/server/static/datastores/documents/index.html
#	pilot/server/static/datastores/documents/index.txt
#	pilot/server/static/datastores/index.html
#	pilot/server/static/datastores/index.txt
#	pilot/server/static/index.html
#	pilot/server/static/index.txt
#	pilot/server/webserver.py
#	pilot/server/webserver_base.py
#	pilot/xx.db
#	requirements.txt
2023-07-21 18:21:02 +08:00
yhjun1026
565442a44d c 2023-07-21 18:05:28 +08:00
yhjun1026
8452077f05 Multi DB support 2023-07-21 17:33:37 +08:00
yhjun1026
36d83817ac Multi DB support 2023-07-21 17:32:53 +08:00
yhjun1026
88be492144 Multi DB support 2023-07-21 17:26:56 +08:00
yhjun1026
760e8ed5a3 Multi DB support 2023-07-21 17:25:16 +08:00
yhjun1026
23dadef155 Multi DB support 2023-07-21 17:21:51 +08:00
yhjun1026
35536df73e Merge branch 'main' into dev_ty_06_end
# Conflicts:
#	pilot/common/sql_database.py
#	pilot/configs/config.py
#	pilot/scene/base.py
#	pilot/scene/chat_dashboard/chat.py
#	pilot/scene/chat_dashboard/data_preparation/report_schma.py
#	pilot/scene/chat_dashboard/prompt.py
2023-07-21 16:46:59 +08:00
yhjun1026
a8af407ddf Multi DB support 2023-07-21 16:39:51 +08:00