Commit Graph

126 Commits

Author SHA1 Message Date
aries_ckt
f54b1cbdd4 fix:webserver path 2023-07-02 14:20:10 +08:00
tuyang.yhj
4dcfd1ddd7 Merge branch 'llm_framework' into dev_ty_06_end
# Conflicts:
#	pilot/memory/chat_history/duckdb_history.py
#	pilot/openapi/api_v1/api_v1.py
#	pilot/scene/base.py
#	pilot/scene/base_chat.py
#	pilot/scene/chat_execution/example.py
2023-06-28 11:40:22 +08:00
aries_ckt
7f979c0880 style:format code
format code
2023-06-27 22:20:21 +08:00
tuyang.yhj
1d3d6cb23c Merge branch 'llm_framework' into dev_ty_06_end
# Conflicts:
#	pilot/openapi/api_v1/api_v1.py
2023-06-27 17:48:40 +08:00
tuyang.yhj
5777761320 WEB API independent 2023-06-27 17:45:07 +08:00
aries_ckt
fa73a4fae6 feat: new knowledge chat scene
1.add new knowledge chat scene
2.format file format
2023-06-27 16:50:16 +08:00
tuyang.yhj
b49ecc2668 WEB API independent 2023-06-27 15:35:18 +08:00
tuyang.yhj
04b4f6adf9 Merge branch 'llm_framework' into dev_ty_06_end 2023-06-25 15:31:09 +08:00
aries_ckt
85fb12e3d0 style: format webserver.py
format file format
2023-06-22 23:39:23 +08:00
aries_ckt
9d305469ad fix: EMBEDDING_MODEL env config
solve the problem that EMBEDDING_MODEL config did not work
Close #264
2023-06-22 23:33:27 +08:00
chenketing
204f7618b1 fix: custom chat exception
fix custom chat exception
raise user can understand error
2023-06-20 19:50:00 +08:00
csunny
083791ca3b feat: define framework and split api
add cache for llm
add openapi module
add proxy module
2023-06-20 19:36:35 +08:00
csunny
ff6d3a7035 pylint: multi model for gp4all (#138) 2023-06-14 10:17:53 +08:00
csunny
44df4f2509 feature: add plugin of dashboard (#201) 2023-06-13 21:44:27 +08:00
yhjun1026
4e5ce4d98b Merge remote-tracking branch 'origin/feature-xuyuan-openai-proxy' into ty_test
# Conflicts:
#	pilot/model/llm_out/proxy_llm.py
2023-06-13 15:17:06 +08:00
yhjun1026
4690ac26ea fix 2023-06-13 15:14:50 +08:00
xuyuan23
6e3b48c7c4 support multi process to launch llmserver, add openai proxy api. 2023-06-12 21:29:16 +08:00
csunny
4d5ca993f1 fix: lint 2023-06-06 17:05:22 +08:00
aries-ckt
5e159c778a fix: chroma db atexit problem 2023-06-06 16:56:08 +08:00
yhjun1026
b4d9127751 Merge branch 'llm_fxp' of https://github.com/csunny/DB-GPT into llm_fxp 2023-06-06 15:05:14 +08:00
yhjun1026
582fb7577d default scene change 2023-06-06 15:03:41 +08:00
csunny
c72b85d73d fix: web conversation 2023-06-06 11:18:26 +08:00
yhjun1026
fbc29bb2a7 default scene change 2023-06-06 10:04:08 +08:00
csunny
4d3079055c fix: merge (#153) 2023-06-05 22:29:40 +08:00
csunny
3c0afee3db adjust position 2023-06-05 22:23:34 +08:00
aries-ckt
4b41842277 feature:db_summary bootstrap load 2023-06-05 21:54:30 +08:00
aries-ckt
e29fa37cde update:knowledge env 2023-06-05 18:08:55 +08:00
csunny
0ff50d8ae6 docs: update readme docs 2023-06-05 14:40:29 +08:00
aries-ckt
c911dad4b3 feature:db_summary 2023-06-01 20:20:17 +08:00
csunny
8027af61c3 fix: doc clear 2023-06-01 20:12:03 +08:00
aries-ckt
8c93d355f5 feature:db_summary 2023-06-01 18:17:37 +08:00
yhjun1026
084656245e model server fix message model 2023-06-01 18:03:04 +08:00
yhjun1026
bacc31658e chat with plugin bug fix 2023-06-01 14:32:55 +08:00
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
yhjun1026
ced9b581fc chat with plugin bug fix 2023-05-31 18:09:20 +08:00
yhjun1026
06bc4452d4 Implemented a new multi-scenario dialogue architecture 2023-05-31 15:59:50 +08:00
yhjun1026
cd0469fdc4 add plugin mode 2023-05-30 19:29:41 +08:00
yhjun1026
5150cfcf55 add plugin mode 2023-05-30 17:20:37 +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
yhjun1026
20edf6daaa add plugin mode 2023-05-29 19:32:20 +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
csunny
b00a47a0ee fix: lint 2023-05-25 23:56:03 +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
yhjun1026
623205d35f 多场景对话架构一期0525 2023-05-25 18:54:32 +08:00
aries-ckt
6c964c8a3d update:config env 2023-05-25 17:24:41 +08:00