Commit Graph

456 Commits

Author SHA1 Message Date
aries_ckt
4dd5a4dc82 fix:webserver path 2023-07-02 14:20:10 +08:00
aries_ckt
d95646d8b2 feat:knowledge management
1.merge main branch
2.rebuild knowledge management
3.static js
2023-06-30 15:39:54 +08:00
aries_ckt
6ada78374e Merge remote-tracking branch 'origin/dev_ty_06_end' into llm_framework 2023-06-30 15:19:10 +08:00
aries_ckt
f4aa58a954 style:format code 2023-06-30 15:04:33 +08:00
aries_ckt
6fdeff9a0a fix:knowledge_init.py multi document cannot search answser
1.rebuild knowledge_init.py
Close #285
2023-06-30 15:02:18 +08:00
tuyang.yhj
c621bf1e33 WEB API independent 2023-06-30 13:17:58 +08:00
tuyang.yhj
aed2cb21a9 WEB API independent 2023-06-30 13:16:43 +08:00
aries_ckt
1de0542015 Merge remote-tracking branch 'origin/dev_ty_06_end' into llm_framework 2023-06-30 10:43:35 +08:00
aries_ckt
d0a0d3bbdf fix:create document return id
create document return id
2023-06-30 10:39:47 +08:00
tuyang.yhj
a330714c61 WEB API independent 2023-06-30 10:02:03 +08:00
tuyang.yhj
6f8f182d1d Merge branch 'llm_framework' into dev_ty_06_end
# Conflicts:
#	pilot/openapi/api_v1/api_v1.py
#	pilot/server/dbgpt_server.py
2023-06-30 09:58:32 +08:00
tuyang.yhj
865822d1de WEB API independent 2023-06-29 20:41:05 +08:00
aries_ckt
4c4c028b21 fix:merge tuyang branch and knowledge chat
1.fix knowledge chat
2.merge tuyang branch
2023-06-29 20:03:39 +08:00
tuyang.yhj
35bdf71912 WEB API independent 2023-06-29 19:30:14 +08:00
tuyang.yhj
4abfa3c7e9 WEB API independent 2023-06-29 18:53:52 +08:00
aries_ckt
24130a6097 fix:use spacy replace chunk method
use spacy replace chunk method
2023-06-29 18:32:36 +08:00
aries_ckt
ff31d9a22b fix:sync status idempotent
when RUNNING AND FINISHED cannot sync
2023-06-29 18:08:26 +08:00
aries_ckt
96f3dcf095 fix:sync status idempotent
when RUNNING AND FINISHED cannot sync
2023-06-29 18:00:55 +08:00
aries_ckt
f29a0a2472 fix:sync status idempotent
when RUNNING AND FINISHED cannot sync
2023-06-29 17:46:53 +08:00
aries_ckt
7ad629eb3d feat:chunk split method replace
chunk split method replace
2023-06-29 17:26:05 +08:00
tuyang.yhj
8ea2abb29c WEB API independent 2023-06-29 17:24:18 +08:00
aries_ckt
92c5e209cf fix:solve upload file bug
solve upload file bug
2023-06-29 17:06:15 +08:00
aries_ckt
b2f1b1319f fix:update knowledge schema sql
update knowledge schema sql
2023-06-29 16:34:12 +08:00
aries_ckt
5951215c0b fix:port define
can re-define port
2023-06-29 16:07:39 +08:00
tuyang.yhj
64d4f1e368 WEB API independent 2023-06-29 15:33:14 +08:00
aries_ckt
cdb616cc21 style:format code style
format code style
2023-06-29 13:52:53 +08:00
aries_ckt
87b1159ff6 Merge remote-tracking branch 'origin/dev_ty_06_end' into llm_framework 2023-06-29 13:35:03 +08:00
tuyang.yhj
3ce9d2faf2 WEB API independent 2023-06-29 11:58:13 +08:00
aries_ckt
06688b1c36 feat:chunks page list
add chunk page list
2023-06-29 11:21:48 +08:00
aries_ckt
4a57192879 feat:chunks page list
1.add document chunk list
2023-06-29 11:20:16 +08:00
tuyang.yhj
8e93833321 WEB API independent 2023-06-29 09:55:43 +08:00
tuyang.yhj
caa1a41065 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
tuyang.yhj
820214faa8 WEB API independent 2023-06-28 11:34:40 +08:00
aries_ckt
4e4f8bd564 fix:return knowledge dict
format knowledge result
2023-06-28 10:35:55 +08:00
Data Hamal
a4493b7472 Update base.py
fix function __extract_json  slef --> self
2023-06-28 00:52:45 +08:00
aries_ckt
682b1468d1 style:format code
format code
2023-06-27 22:20:21 +08:00
tuyang.yhj
b8c55c2560 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
aries_ckt
ac686e9c6f fix: knowledge embedding default parameter
1.knowledge embedding default parameter
2023-06-27 17:46:48 +08:00
tuyang.yhj
8119edd5ad WEB API independent 2023-06-27 17:45:07 +08:00
aries_ckt
05683d94ba 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
ca6afbd445 Merge branch 'llm_framework' into dev_ty_06_end
# Conflicts:
#	pilot/connections/rdbms/py_study/pd_study.py
#	pilot/openapi/api_v1/api_v1.py
#	pilot/openapi/api_v1/api_view_model.py
#	pilot/scene/base.py
#	pilot/scene/base_chat.py
#	pilot/scene/message.py
#	pilot/server/webserver.py
2023-06-27 15:39:09 +08:00
tuyang.yhj
3f7cc02426 WEB API independent 2023-06-27 15:35:18 +08:00
aries_ckt
57da3c23a6 feat: knowledge backend management
1.knowledge_type.py
2.knowledge backend api
2023-06-27 15:29:13 +08:00
staneyffer
b41be465ad fix: documents chat not working with chatglm2-6b 2023-06-26 18:13:31 +08:00
aries_ckt
91d6edc4eb feat: knowledge management backend api
1.create knowledge space
2.list knowledge space
3.create knowledge document
4.list knowledge document
5.save document chunks
6.sync embedding document
2023-06-26 15:24:25 +08:00
magic.chen
aa4115ef67 Update model_config.py 2023-06-25 23:29:43 +08:00
csunny
192b289480 feat: add chatglm2-6b support 2023-06-25 23:05:50 +08:00
aries_ckt
d5df445074 Merge remote-tracking branch 'origin/dev_ty_06_end' into llm_framework 2023-06-25 16:08:28 +08:00
tuyang.yhj
9d3000fb26 WEB API independent 2023-06-25 15:32:41 +08:00
tuyang.yhj
1367f92955 Merge branch 'llm_framework' into dev_ty_06_end 2023-06-25 15:31:09 +08:00