Commit Graph

124 Commits

Author SHA1 Message Date
yhjun1026
314d1f5dce feat(Agent): ChatAgent And AgentHub
1.Merge main conflicts resolution
2023-10-12 18:35:59 +08:00
yhjun1026
ce15534930 feat(Agent): ChatAgent And AgentHub
1.Merge main conflicts resolution
2023-10-11 14:05:13 +08:00
曲奇饼
fba04eed83 Merge branch 'eosphoros-ai:main' into main 2023-09-28 16:41:01 +08:00
曲奇饼
6ec69589de 转换编辑器查询sql返回结果的类型, 否则fastapi会报错.
Update api_editor_v1.py
2023-09-28 16:32:37 +08:00
FangYin Cheng
5dfe611478 feat(ChatKnowledge): Add custom text separators and refactor log configuration 2023-09-28 11:54:58 +08:00
yhjun1026
ed702db9bc feat(Agent): ChatAgent And AgentHub
1.AgentHub Module complete
2.New ChatAgent Mode complete
3.MetaData develop,auto update ddl
2023-09-26 17:07:42 +08:00
yhjun1026
bf84663b83 feat(Agent): ChatAgent And AgentHub
1.AgentHub Module complete
2.New ChatAgent Mode complete
3.MetaData develop,auto update ddl
2023-09-21 20:38:53 +08:00
FangYin Cheng
461179ee6f feat(web): Add incremental response to streaming response for /v1/chat/completion request 2023-09-21 16:32:33 +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
2d4d513eb5 chore: rename component 2023-09-19 10:23:39 +08:00
FangYin Cheng
ae34be23fd chore(model): new required field for supported models 2023-09-19 09:58:48 +08:00
yhjun1026
0755200ca0 fix(ChatExcel): ChatExcel OutParse Bug Fix
1.ChatExcel OutParse Bug Fix 2
2023-09-15 18:03:12 +08:00
yhjun1026
b3e31a84b1 fix(ChatExcel): ChatExcel OutParse Bug Fix
1.ChatExcel OutParse Bug Fix
2023-09-15 16:54:46 +08:00
FangYin Cheng
f304f9709d fix(model): Fix the bug that the webserver cannot return model instances 2023-09-14 12:36:18 +08:00
aries_ckt
d153aa29b5 feat(model):add llm icon 2023-09-13 16:36:24 +08:00
aries_ckt
1b49267976 style:fmt 2023-09-13 14:20:04 +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
1daaf23e70 fix:llm select add model_name 2023-09-12 20:49:55 +08:00
aries_ckt
8320dc3cef feat:chat_history add model_name 2023-09-11 21:38:08 +08:00
aries_ckt
b32e0396e9 feat:chat_history add model_name 2023-09-11 17:59:25 +08:00
aries_ckt
63ad842daa feat:multi-llm select 2023-09-08 10:51:12 +08:00
aries_ckt
1a2bf96767 feat:multi-llm add model param 2023-09-07 20:43:53 +08:00
FangYin Cheng
aa85a0111b fix: Fix comment error 2023-09-02 11:31:33 +08:00
FangYin Cheng
cbb72ff0db fix: Fix ChatExcel upload file error on windows 2023-09-02 11:18:55 +08:00
Aries-ckt
d42afb50a7 feat: Optimize code import time (#517)
Close #515 

1. Remove unnecessary imported packages
2. Import packages through lazy loading
2023-09-01 10:55:59 +08:00
FangYin Cheng
f19551a7cd feat: Optimize code import time 2023-09-01 10:40:18 +08:00
yhjun1026
06f705b22c Merge branch 'main' into TY_08_DEV_NEW 2023-09-01 09:41:32 +08:00
FangYin Cheng
7a2ae64f83 fix: Fix ChatExcel error 2023-08-31 22:34:46 +08:00
yhjun1026
9dd23a22f3 Merge branch 'main' into TY_08_DEV_NEW 2023-08-31 19:22:07 +08:00
yhjun1026
248c1369b5 feat(editor): ChatExcel
🔥ChatExcel Mode Operation Manual
2023-08-31 19:20:22 +08:00
FangYin Cheng
d467092766 merge multi-model and ChatExcel 2023-08-29 22:54:18 +08:00
aries_ckt
e70f05aea1 style:fmt 2023-08-29 20:28:16 +08:00
aries_ckt
71b9cd14a6 style:fmt 2023-08-29 19:57:33 +08:00
yhjun1026
ca5ed11623 feat(editor): ChatExcel
🔥ChatExcel Mode Complete
2023-08-25 12:00:44 +08:00
yhjun1026
7a897e4f53 Merge branch 'main' into TY_08_DEV_NEW 2023-08-25 10:39:12 +08:00
yhjun1026
f71f770e68 feat(editor): ChatExcel
ChatExcel devlop part 5
2023-08-25 10:30:45 +08:00
yhjun1026
ff89be61f9 feat(editor): ChatExcel
ChatExcel devlop part 5
2023-08-24 16:07:58 +08:00
yhjun1026
08d86c4a95 feat(editor): ChatExcel
ChatExcel devlop part 4
2023-08-23 11:44:11 +08:00
magic.chen
7893a1c3a6 feat: Clickhouse Connection (#476)
1.add Clickhouse Connection
```
class ClickhouseConnect(RDBMSDatabase):
    """Connect Clickhouse Database fetch MetaData
    Args:
    Usage:
    """
```
2.chatdata document update
3.README support Windows
2023-08-22 20:35:13 +08:00
yhjun1026
20fc743cd3 feat(editor): ChatExcel
ChatExcel devlop part 4
2023-08-22 18:45:23 +08:00
aries_ckt
d201ea2949 style:fmt 2023-08-22 16:25:45 +08:00
FangYin Cheng
3f6e9687ee feat: Support windows
fix: Fix install error on linux

doc: Add torch cuda FAQ
2023-08-22 14:35:11 +08:00
yhjun1026
7e22d0d1b7 feat(editor): ChatExcel
ChatExcel devlop part 3
2023-08-22 13:55:02 +08:00
aries_ckt
5ed35acce8 feat:add clickouse connection 2023-08-22 13:25:23 +08:00
yhjun1026
5bbe47d715 feat(editor): ChatExcel
ChatExcel devlop part 2
2023-08-21 19:18:10 +08:00
aries_ckt
70a091364f fix:add sqlite db type 2023-08-18 11:28:27 +08:00
yhjun1026
29be096a96 Merge branch 'main' into TY_08_DEV_NEW
# Conflicts:
#	requirements.txt
2023-08-18 10:44:36 +08:00
yhjun1026
76745d0e57 feat(editor): ChatExcel
ChatExcel devlop part 1
2023-08-18 10:13:55 +08:00
FangYin Cheng
303efb9d4e feat: Split some main dependencies into optional dependencies 2023-08-16 04:26:05 +08:00