Commit Graph

57 Commits

Author SHA1 Message Date
FangYin Cheng
5dfe611478 feat(ChatKnowledge): Add custom text separators and refactor log configuration 2023-09-28 11:54:58 +08:00
cm-liushaodong
a4832be869 feat:
1. Support score feedback
2. Add method to return topk document source (KBQA)
2023-09-20 23:21:19 +08:00
FangYin Cheng
33506b062b feat(core): Multi-module dependency splitting 2023-09-20 17:31:56 +08:00
FangYin Cheng
2d4d513eb5 chore: rename component 2023-09-19 10:23:39 +08:00
aries_ckt
1ee2da53a3 Merge remote-tracking branch 'origin/main' into feat_llm_manage 2023-09-13 12:40:08 +08:00
FangYin Cheng
581cf361bf feat(model): multi-model supports embedding model and simple component design implementation 2023-09-13 12:14:21 +08:00
aries_ckt
f358e1c8e5 Merge remote-tracking branch 'origin/main' into feat_llm_manage 2023-09-11 17:59:37 +08:00
FangYin Cheng
986ada3aeb feat(model): supports the deployment of multiple models through the API and add the corresponding command line interface 2023-09-11 17:15:20 +08:00
aries_ckt
1a2bf96767 feat:multi-llm add model param 2023-09-07 20:43:53 +08:00
FangYin Cheng
f19551a7cd feat: Optimize code import time 2023-09-01 10:40:18 +08:00
aries_ckt
71b9cd14a6 style:fmt 2023-08-29 19:57:33 +08:00
yhjun1026
76745d0e57 feat(editor): ChatExcel
ChatExcel devlop part 1
2023-08-18 10:13:55 +08:00
yhjun1026
382d2f3831 Merge branch 'main' into TY_08_DEV_NEW
# Conflicts:
#	README.md
#	pilot/connections/rdbms/base.py
#	pilot/server/static/404.html
#	pilot/server/static/404/index.html
#	pilot/server/static/chat/index.html
#	pilot/server/static/chat/index.txt
#	pilot/server/static/datastores/documents/chunklist/index.html
#	pilot/server/static/datastores/documents/chunklist/index.txt
#	pilot/server/static/datastores/documents/index.html
#	pilot/server/static/datastores/documents/index.txt
#	pilot/server/static/datastores/index.html
#	pilot/server/static/datastores/index.txt
#	pilot/server/static/index.html
#	pilot/server/static/index.txt
2023-08-15 16:27:27 +08:00
aries_ckt
4a3dbd8ff6 style:fmt 2023-08-10 19:27:52 +08:00
aries_ckt
33397f9583 fix:knowledge arguments prompt override 2023-08-10 15:53:30 +08:00
yhjun1026
a95d292bf9 feat(editor): editor api devlop
editor api devlop part 1
2023-08-10 15:01:00 +08:00
aries_ckt
a7ec3400fe style:fmt 2023-08-10 14:38:50 +08:00
aries_ckt
aa3c3205a4 feat:add knowledge space argument 2023-08-07 16:36:41 +08:00
FangYin Cheng
f234b30f7a feat: Multi-model prompt adaptation 2023-07-21 20:51:53 +08:00
aries_ckt
e6aa46fc87 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
56b32ab094 refactor:rename knowledge embedding api
1.replace knowledge_embedding of embedding_engine
2023-07-10 15:50:34 +08:00
tuyang.yhj
560773296e WEB API independent 2023-07-04 14:07:01 +08:00
tuyang.yhj
46ac6feb0f WEB API independent 2023-07-04 11:01:25 +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
aries_ckt
682b1468d1 style:format code
format code
2023-06-27 22:20:21 +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
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
tuyang.yhj
1367f92955 Merge branch 'llm_framework' into dev_ty_06_end 2023-06-25 15:31:09 +08:00
tuyang.yhj
03576cfc5d Merge branch 'llm_framework' into DEV_TY_06 2023-06-25 14:47:30 +08:00
tuyang.yhj
d372e73cd5 WEB API independent 2023-06-25 14:46:46 +08:00
chenketing
f9437db07b fix: custom chat exception
fix custom chat exception
raise user can understand error
2023-06-20 19:50:00 +08:00
csunny
50719c14b9 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
3af16cf792 fix: Weaviate document format.
1.similar search: docs format
2.conf SUMMARY_CONFIG
2023-06-19 16:44:18 +08:00
aries-ckt
8299f5e0fa feat: integrate Weaviate vector database in DB-GPT.
1.Weaviate default schema update
2.Weaviate database config
3.requirement
2023-06-19 09:56:54 +08:00
csunny
4f82cfde63 pylint: multi model for gp4all (#138) 2023-06-14 10:17:53 +08:00
aries-ckt
38ca7c1cb2 fix:knowledge init 2023-06-13 19:50:10 +08:00
aries-ckt
6a7c4aa5f6 feature:ppt embedding 2023-06-12 20:57:00 +08:00
aries-ckt
e29fa37cde update:knowledge env 2023-06-05 18:08:55 +08:00
aries-ckt
f2f28fee42 update:format 2023-06-05 16:27:52 +08:00
aries-ckt
be1a792d3c feature:knowledge embedding support file path auto adapt 2023-06-05 16:26:19 +08:00
aries-ckt
1d432e4d29 fix:url embedding 2023-06-01 22:07:33 +08:00
aries-ckt
8dd25815e1 fix:url embedding 2023-06-01 21:28:25 +08:00
aries-ckt
2e18c2e294 fix:default chat 2023-06-01 20:47:16 +08:00
aries-ckt
d8b4e6bdc8 fix:url embedding 2023-06-01 20:34:00 +08:00
aries-ckt
de034e4221 feature:db_summary 2023-06-01 20:28:13 +08:00
aries-ckt
c911dad4b3 feature:db_summary 2023-06-01 20:20:17 +08:00
aries-ckt
8c93d355f5 feature:db_summary 2023-06-01 18:17:37 +08:00