Commit Graph

679 Commits

Author SHA1 Message Date
yhjun1026
1c75dda0a0 Merge branch 'summary' into dev
# Conflicts:
#	pilot/common/sql_database.py
#	pilot/server/webserver.py
2023-06-01 14:13:04 +08:00
yhjun1026
6c2ab298a0 chat with plugin bug fix 2023-06-01 14:02:56 +08:00
aries-ckt
b10269a550 feature:db_summary 2023-06-01 14:02:23 +08:00
fenghao
bd3cf25fbb Docker安装的MySQL密码与代码中的初始化密码不一致。 2023-05-31 21:42:01 +08:00
isadba
7d7bfdf7ea Merge pull request #1 from ISADBA/ISADBA-patch-1
Update README.md
2023-05-31 21:33:33 +08:00
isadba
ba668a9b40 Update README.md
Docker安装的MySQL密码与代码中的初始化密码不一致。
2023-05-31 21:32:51 +08:00
yhjun1026
ced9b581fc chat with plugin bug fix 2023-05-31 18:09:20 +08:00
yhjun1026
3a46dfd3c2 Implemented a new multi-scenario dialogue architecture 2023-05-31 16:26:47 +08:00
yhjun1026
06bc4452d4 Implemented a new multi-scenario dialogue architecture 2023-05-31 15:59:50 +08:00
csunny
c84cf762cd fix: remove generate track 2023-05-31 14:25:06 +08:00
csunny
4fb7ed5a4b fix: params error 2023-05-31 14:21:14 +08:00
csunny
a58eb5a95d fix: llm_utils 2023-05-31 14:15:36 +08:00
csunny
09308bcdf0 fix: guanaco model 2023-05-31 14:13:12 +08:00
csunny
d70ed42b54 Merge branch 'main' into llm_fxp 2023-05-31 12:56:18 +08:00
Aries-ckt
b9720ca9f3 doc: update wechat group (#131)
fix wechat QR code #130
2023-05-31 11:38:23 +08:00
csunny
f99ffb1cb8 doc: update wechat group 2023-05-31 11:32:24 +08:00
csunny
c73cce882f fix: rm extra info 2023-05-31 02:03:01 +08:00
csunny
858cf472e2 fix: lint 2023-05-30 23:06:20 +08:00
csunny
b0e22eff05 feature: add guanaco support #121 2023-05-30 23:02:46 +08:00
yhjun1026
973bcce03c Merge branch 'llm_proxy' into dev
# Conflicts:
#	pilot/server/webserver.py
2023-05-30 19:32:06 +08:00
yhjun1026
cd0469fdc4 add plugin mode 2023-05-30 19:29:41 +08:00
csunny
16c6986666 fix: lint 2023-05-30 19:11:34 +08:00
csunny
1bbed02a3c fix: token 2023-05-30 18:55:53 +08:00
yhjun1026
981d8c420e Merge branch 'llm_proxy' into dev
# Conflicts:
#	pilot/server/webserver.py
2023-05-30 17:21:40 +08:00
yhjun1026
5150cfcf55 add plugin mode 2023-05-30 17:20:37 +08:00
csunny
00b2671c0a fix: env template 2023-05-30 17:17:20 +08:00
csunny
ea334b172e feature: add model server proxy 2023-05-30 17:16:29 +08:00
csunny
4c60ab1ea2 Merge branch 'main' into llm_fxp 2023-05-30 14:19:35 +08:00
magic.chen
4dcf4c3737 Correct typos in qa_prompt_template. (#123) 2023-05-30 11:35:36 +08:00
yhjun1026
dd5fc529e2 Merge branch 'main' into dev
# Conflicts:
#	pilot/connections/mysql.py
#	pilot/prompts/prompt_generator.py
#	pilot/scene/base_chat.py
#	pilot/scene/chat_db/chat.py
#	pilot/scene/chat_db/out_parser.py
#	pilot/scene/chat_execution/chat.py
#	pilot/server/webserver.py
2023-05-30 10:57:57 +08:00
yhjun1026
9511cdb10a add plugin mode 2023-05-30 10:45:12 +08:00
sbabybird
459433824c 修正qa_prompt_template中的错别字 2023-05-30 10:17:12 +08:00
yhjun1026
20edf6daaa add plugin mode 2023-05-29 19:32:20 +08:00
csunny
cfd72331ac feature: add guanaco adapter 2023-05-29 17:59:50 +08:00
yhjun1026
52da74c54a Merge remote-tracking branch 'origin/main' into dev 2023-05-29 17:35:25 +08:00
magic.chen
d114d134df add multi language support. (#109)
The DB-GPT interface supports multiple language modes, and the language
can be set in the configuration file _.env.template_ (currently supports
Chinese [zh] and English [en])
2023-05-28 22:23:17 +08:00
xuyuan23
6182c89ac0 Modify the English label expression 2023-05-28 22:09:41 +08:00
xuyuan23
d67f149052 Introduction to the usage method of adding multi-language interface support 2023-05-28 22:00:57 +08:00
xuyuan23
49d174336a reformatted file 'conversation' 2023-05-28 21:09:01 +08:00
xuyuan23
d24c160cd8 modify file conversation using config language, and fix 'sql_schema_info' format 2023-05-28 21:06:03 +08:00
xuyuan23
b9570e395e use tool 'black' to check and reformated files 2023-05-28 18:27:20 +08:00
xuyuan23
7fa205aefc add multi language support. 2023-05-28 17:37:33 +08:00
magic.chen
81e7533714 fix:milvus readme (#100)
fix:
1.requirement
2.docs
2023-05-26 15:14:15 +08:00
aries-ckt
061646fc8e fix:milvus readme 2023-05-26 15:09:47 +08:00
magic.chen
e9b14cb974 Dev (#99)
1. db-plugin
2. milvus vector store
3. docs
2023-05-26 00:01:20 +08:00
csunny
b00a47a0ee fix: lint 2023-05-25 23:56:03 +08:00
csunny
310e1c42c5 temp: update 2023-05-25 23:38:39 +08:00
csunny
80e518708f fix: mr 2023-05-25 23:14:35 +08:00
aries-ckt
8fe5db9137 update:merge store_connector 2023-05-25 23:06:02 +08:00
aries-ckt
23929d1c42 update:merge dev 2023-05-25 22:54:12 +08:00