Commit Graph

684 Commits

Author SHA1 Message Date
yhjun1026
42a39120c3 async auto load plugin 2023-06-14 21:56:38 +08:00
yhjun1026
48eeb3dcb8 async auto load plugin 2023-06-14 21:54:43 +08:00
yhjun1026
3a6501ba96 Merge branch 'dbgpt_doc' into ty_test
# Conflicts:
#	pilot/common/plugins.py
2023-06-14 21:53:08 +08:00
yhjun1026
cc4d70d4d5 async auto load plugin 2023-06-14 21:51:05 +08:00
yhjun1026
eec43dbfd5 async auto load plugin 2023-06-14 21:46:30 +08:00
yhjun1026
db3b0cae50 close auto load plugin 2023-06-14 21:40:08 +08:00
yhjun1026
f36d8223a3 close auto load plugin 2023-06-14 21:28:06 +08:00
magic.chen
3ba1b72cda doc:db-gpt tutorial doc (#213)
1.fix tutorial doc
2023-06-14 18:01:15 +08:00
magic.chen
f9aac7c2d9 fix: install add text-chinses-large model (#215)
quick start add rely model, text-chinses-large model
2023-06-14 18:00:43 +08:00
magic.chen
11298711f8 Feature xuyuan openai proxy (#216) 2023-06-14 18:00:27 +08:00
xuyuan23
677bc30e18 Merge branch 'dbgpt_doc' into feature-xuyuan-openai-proxy 2023-06-14 17:55:32 +08:00
xuyuan23
12ba3828e2 Add Chinese documentation. 2023-06-14 17:54:21 +08:00
aries-ckt
73667ce2c3 fix:format 2023-06-14 17:53:25 +08:00
aries-ckt
2ced15166f conflict:wechat.jpg 2023-06-14 17:44:08 +08:00
xuyuan23
621a859be0 add use cases: tool_use_with_plugin, and how to write a plugin. 2023-06-14 17:24:31 +08:00
aries-ckt
9c49691893 doc:db-gpt tutorial doc 2023-06-14 17:22:14 +08:00
csunny
c973c11760 fix: install add text-chinses-large model 2023-06-14 17:16:32 +08:00
magic.chen
bbe13f6912 update docs latest version (#212)
docs latest version set to v0.2.2,  align with code.
2023-06-14 15:51:43 +08:00
csunny
639a36b7f2 docs: w 2023-06-14 15:47:51 +08:00
magic.chen
3d270e7e01 doc:db-gpt doc (#211)
1.db-gpt doc include tutorial, llm, knowledge and connections module
2023-06-14 15:34:53 +08:00
aries-ckt
8980de9be4 doc:db-gpt doc 2023-06-14 15:31:11 +08:00
magic.chen
96df95a4ca fix:default chunk size (#210)
1.default chunksize:100
2. webserver radio name DB chat
2023-06-14 12:43:06 +08:00
aries-ckt
2fdc7fb139 fix:default chunk size 2023-06-14 12:37:45 +08:00
magic.chen
001c6e7845 add llm support for gpt4all (#209)
add llm support for gpt4all #178 #138
2023-06-14 11:35:42 +08:00
csunny
714957bab7 Merge branch 'dbgpt_doc' of https://github.com/csunny/DB-GPT into llm_fxp 2023-06-14 10:25:07 +08:00
magic.chen
33c6a4bf54 Multi gpu (#207)
support multi gpus
2023-06-14 10:22:09 +08:00
csunny
ff6d3a7035 pylint: multi model for gp4all (#138) 2023-06-14 10:17:53 +08:00
csunny
3927c26dea Merge branch 'dbgpt_doc' into llm_fxp 2023-06-14 10:14:13 +08:00
magic.chen
63d86361a9 update readm_zh (#206) 2023-06-14 00:46:46 +08:00
zhanghy-sketchzh
00d24101f3 support multi gpus 2023-06-14 00:22:02 +08:00
zhanghy-sketchzh
2f13b9da4c update readm_zh 2023-06-14 00:00:25 +08:00
magic.chen
7a75531a2d fix:default chunk size (#205)
fix:default chunk size
2023-06-13 23:54:19 +08:00
aries-ckt
61e71ed38b fix:default chunk size 2023-06-13 23:07:26 +08:00
magic.chen
e03a332848 fix:webserver DB chat (#204)
fix: webserver for DB chat
2023-06-13 22:56:42 +08:00
aries-ckt
7f4d66151d fix:doc for DB chat 2023-06-13 22:55:02 +08:00
yhjun1026
1a5052e121 Merge branch 'dbgpt_doc' into ty_test 2023-06-13 22:39:12 +08:00
yhjun1026
9b8adc5d6c fix plugin mode bug;Optimize the parsing logic for model response 2023-06-13 22:38:10 +08:00
csunny
44df4f2509 feature: add plugin of dashboard (#201) 2023-06-13 21:44:27 +08:00
csunny
44e8fc0928 fix: conflicts 2023-06-13 21:41:18 +08:00
csunny
05acabddf0 Merge branch 'ty_test' of https://github.com/csunny/DB-GPT into dbgpt_doc 2023-06-13 21:39:33 +08:00
Shinexy
3a446d404b Feature xuyuan openai proxy (#197)
1. add openai proxy, support chatgpt model only if you provide openai
secret key, please configure in the .env file, in addition, you can
configure your own ChatGPT proxy server. Note that you should first set
the parameter 'LLM_MODEL=proxyllm'.
> PROXY_API_KEY=sk-xxx
> PROXY_SERVER_URL=https://api.openai.com/v1/chat/completions
> LLM_MODEL=proxyllm

2. Support multi-process start llmserver service
> gunicorn llmserver:app -w 4 -k uvicorn.workers.UvicornWorker -b
0.0.0.0:8000 &

3. Support free definition of port for webserver service. default is
7860
> WEB_SERVER_PORT=7860

4. Added configuration file .plugin_env to define plugin variables.
2023-06-13 21:24:50 +08:00
xuyuan23
f755c533cd solve merge conflict. 2023-06-13 21:22:05 +08:00
csunny
d839180d67 Todo: add retry for generate 2023-06-13 21:17:03 +08:00
yhjun1026
8876bd2a7a fix plugin mode bug;Optimize the parsing logic for model response 2023-06-13 21:03:21 +08:00
yhjun1026
c406bf23f7 fix plugin mode bug;Optimize the parsing logic for model response 2023-06-13 21:01:44 +08:00
yhjun1026
3853c43d8b fix plugin mode bug;Optimize the parsing logic for model response 2023-06-13 20:34:33 +08:00
yhjun1026
19e3679d9f fix plugin mode bug;Optimize the parsing logic for model response 2023-06-13 20:33:34 +08:00
magic.chen
7627867863 fix:default knowledge init error (#199)
1.fix default knowledge init error
2.knowledge_init.py bug
2023-06-13 19:57:09 +08:00
aries-ckt
38ca7c1cb2 fix:knowledge init 2023-06-13 19:50:10 +08:00
csunny
1f78c21c08 debug: more detail error info 2023-06-13 19:46:03 +08:00