Commit Graph

376 Commits

Author SHA1 Message Date
yhjun1026
f6fb9c04d3 feat(editor): editor api devlop
editor api devlop part 2
2023-08-11 14:38:27 +08:00
yhjun1026
de3bcd1f68 fix(readme): discord id change
discord id change
2023-08-02 16:38:29 +08:00
yhjun1026
c689a63a73 feat(editor):editor api 2023-08-01 19:45:15 +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
FangYin Cheng
4c738af378 fix: fix issue #367, ModelMessage is not JSON serializabl 2023-07-28 04:36:16 +08:00
csunny
2d5226ab21 feat: add logo for db-gpt 2023-07-26 19:59:30 +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
aries_ckt
48fc8c47ac fix:web-ui bug
1.webuibug
2.requirememt update
2023-07-25 11:26:20 +08:00
csunny
632aee3149 lint: fix pylint 2023-07-24 18:55:57 +08:00
yhjun1026
02bf99c86a web bug fix 2023-07-24 15:57:50 +08:00
yhjun1026
6d223b9072 web bug fix 2023-07-24 15:07:15 +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
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
yhjun1026
288e55a97f Multi DB support 2023-07-21 10:15:32 +08:00
FangYin Cheng
168c754a3f feat: Support llama-2 model 2023-07-20 21:44:40 +08:00
FangYin Cheng
ef2f7999a5 feat: Support llama-2 model 2023-07-20 21:44:40 +08:00
FangYin Cheng
d805e6ab42 feat: structured prompt data interaction between dbgpt-server and llm-server 2023-07-19 12:10:22 +08:00
FangYin Cheng
ae761a3bfa feat: structured prompt data interaction between dbgpt-server and llm-server 2023-07-19 12:10:22 +08:00
aries_ckt
109ef7eb0f fix:embedding_api 2023-07-13 22:14:25 +08:00
aries_ckt
4bd55cd34d fix:embedding_api 2023-07-13 22:14:25 +08:00
aries_ckt
6404bfe63a feat:embedding api
1.embedding_engine add source_reader param
2.docs update
3.fix chroma exit bug
2023-07-13 15:45:25 +08:00
aries_ckt
03b507a4e9 feat:embedding api
1.embedding_engine add source_reader param
2.docs update
3.fix chroma exit bug
2023-07-13 15:45:25 +08:00
aries_ckt
56c1947eda feat:embedding_engine add text_splitter param 2023-07-12 18:01:22 +08:00
aries_ckt
ff89e2e085 feat:embedding_engine add text_splitter param 2023-07-12 18:01:22 +08:00
aries_ckt
e6aa46fc87 refactor:refactor knowledge api
1.delete CFG in embedding_engine api
2.add a text_splitter param in embedding_engine api
2023-07-11 16:33:48 +08:00
aries_ckt
a357ab498a refactor:refactor knowledge api
1.delete CFG in embedding_engine api
2.add a text_splitter param in embedding_engine api
2023-07-11 16:33:48 +08:00
aries_ckt
56b32ab094 refactor:rename knowledge embedding api
1.replace knowledge_embedding of embedding_engine
2023-07-10 15:50:34 +08:00
aries_ckt
312f243382 refactor:rename knowledge embedding api
1.replace knowledge_embedding of embedding_engine
2023-07-10 15:50:34 +08:00
yhjun1026
36dd616a19 WEB API independent 2023-07-07 16:08:32 +08:00
aries_ckt
eb31d5523e doc:update dbgpt_demo.mp4
1.update dbgpt_demo.mp4
2.format code
2023-07-06 13:47:46 +08:00
aries_ckt
6dbf5a2097 doc:update dbgpt_demo.mp4
1.update dbgpt_demo.mp4
2.format code
2023-07-06 13:47:46 +08:00
aries_ckt
3bc989f9e9 fix:fix webapi 2023-07-05 15:08:00 +08:00
aries_ckt
71f386d0b9 fix:fix webapi 2023-07-05 15:08:00 +08:00
tuyang.yhj
f0ace7912f WEB API independent 2023-07-05 14:24:39 +08:00
tuyang.yhj
8790d89b35 WEB API independent 2023-07-05 14:24:39 +08:00
tuyang.yhj
352ee26235 WEB API independent 2023-07-05 14:22:47 +08:00
tuyang.yhj
876c6cbbf3 WEB API independent 2023-07-05 14:22:47 +08:00
tuyang.yhj
3b99ba59d6 WEB API independent 2023-07-05 14:21:06 +08:00
tuyang.yhj
e457005a9c WEB API independent 2023-07-05 14:21:06 +08:00
tuyang.yhj
d24e480e85 WEB API independent 2023-07-05 14:02:34 +08:00
tuyang.yhj
5b67ae5e3b WEB API independent 2023-07-05 14:02:34 +08:00
tuyang.yhj
4475c0eabe WEB API independent 2023-07-05 11:41:04 +08:00
tuyang.yhj
b564d0cc89 WEB API independent 2023-07-05 11:41:04 +08:00
tuyang.yhj
b02c30b611 Merge remote-tracking branch 'origin/dev_ty_06_end' into dev_ty_06_end 2023-07-05 11:10:26 +08:00
tuyang.yhj
ad6900a578 Merge remote-tracking branch 'origin/dev_ty_06_end' into dev_ty_06_end 2023-07-05 11:10:26 +08:00