Commit Graph

96 Commits

Author SHA1 Message Date
aries_ckt
4fbb6fc3e1 fix:auto execute example selector:None 2023-07-14 11:29:39 +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
312f243382 refactor:rename knowledge embedding api
1.replace knowledge_embedding of embedding_engine
2023-07-10 15:50:34 +08:00
aries_ckt
48204b54ff test:delete unusual test file 2023-07-06 19:10:09 +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
tuyang.yhj
6c90740fbe WEB API independent 2023-07-05 11:52:19 +08:00
tuyang.yhj
f68c74352b WEB API independent 2023-07-05 11:10:14 +08:00
tuyang.yhj
c547571c54 WEB API independent 2023-07-04 17:25:21 +08:00
tuyang.yhj
33c7374168 WEB API independent 2023-07-04 17:19:18 +08:00
tuyang.yhj
d6b4da7559 WEB API independent 2023-07-04 16:50:49 +08:00
tuyang.yhj
f2a107b463 WEB API independent 2023-07-04 16:41:02 +08:00
tuyang.yhj
fb9194df24 WEB API independent 2023-07-04 14:07:01 +08:00
tuyang.yhj
ef51167630 WEB API independent 2023-07-04 11:34:12 +08:00
tuyang.yhj
f738ddc934 WEB API independent 2023-07-04 11:16:51 +08:00
tuyang.yhj
7801de734c WEB API independent 2023-07-04 11:11:27 +08:00
tuyang.yhj
680518b08a WEB API independent 2023-07-04 11:04:22 +08:00
tuyang.yhj
5712b71c0f WEB API independent 2023-07-04 11:01:25 +08:00
tuyang.yhj
8d0f62fa83 Merge remote-tracking branch 'origin/new-page-framework' into dev_ty_06_end
# Conflicts:
#	pilot/server/webserver.py
2023-07-03 22:17:03 +08:00
tuyang.yhj
5a0b61c1f2 WEB API independent 2023-07-03 21:59:54 +08:00
tuyang.yhj
c4bcbf55a9 WEB API independent 2023-07-03 21:26:53 +08:00
tuyang.yhj
b3dde34ec4 WEB API independent 2023-07-03 18:37:25 +08:00
tuyang.yhj
30c7803451 WEB API independent 2023-07-03 16:17:32 +08:00
tuyang.yhj
95737f94cd WEB API independent 2023-07-03 10:31:09 +08:00
aries_ckt
f54b1cbdd4 fix:webserver path 2023-07-02 14:20:10 +08:00
tuyang.yhj
01e068a92a WEB API independent 2023-06-30 10:02:03 +08:00
tuyang.yhj
39b0388ad2 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
aries_ckt
45d183d50b 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
53565c4fce WEB API independent 2023-06-29 19:30:14 +08:00
tuyang.yhj
20666baa7c WEB API independent 2023-06-29 18:53:52 +08:00
tuyang.yhj
fe662cec5e WEB API independent 2023-06-29 17:24:18 +08:00
tuyang.yhj
7208dd6c88 WEB API independent 2023-06-29 15:33:14 +08:00
aries_ckt
4029f48d5f style:format code style
format code style
2023-06-29 13:52:53 +08:00
tuyang.yhj
307ffd6d90 WEB API independent 2023-06-29 09:55:43 +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
tuyang.yhj
b2d2828b4e WEB API independent 2023-06-28 11:34:40 +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
5599bb63ea 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
b49ecc2668 WEB API independent 2023-06-27 15:35:18 +08:00
aries_ckt
a06342425b feat: knowledge backend management
1.knowledge_type.py
2.knowledge backend api
2023-06-27 15:29:13 +08:00
aries_ckt
db28894443 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
tuyang.yhj
c57c2e60e8 WEB API independent 2023-06-25 15:32:41 +08:00
tuyang.yhj
04b4f6adf9 Merge branch 'llm_framework' into dev_ty_06_end 2023-06-25 15:31:09 +08:00
tuyang.yhj
2bc4642345 Merge branch 'llm_framework' into DEV_TY_06 2023-06-25 14:47:30 +08:00
tuyang.yhj
d753af1166 WEB API independent 2023-06-25 14:46:46 +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
aries-ckt
05a74d89cd fix: Weaviate document format.
1.similar search: docs format
2.conf SUMMARY_CONFIG
2023-06-19 16:44:18 +08:00