Commit Graph

2518 Commits

Author SHA1 Message Date
yhjun1026
0da65cd435 feat(ChatDB): ChatDB change name to ChatData
1.ChatDB change name to ChatData
2023-11-20 18:54:14 +08:00
yhjun1026
a6dd04f409 feat(ChatDB): ChatDB change name to ChatData
1.ChatDB change name to ChatData
2023-11-20 18:04:23 +08:00
yhjun1026
8e606df83e feat(ChatDB): ChatDB change name to ChatData
1.ChatDB change name to ChatData
2023-11-20 17:51:27 +08:00
yhjun1026
dcd5583315 feat(ChatDB): ChatDB change name to ChatData
1.ChatDB change name to ChatData
2023-11-20 17:49:31 +08:00
yhjun1026
b8916a5514 feat(ChatDB): ChatExcel Prompt optimization
1.ChatExcel Prompt optimization
2023-11-20 17:39:05 +08:00
aries_ckt
de1ccd8fb9 style:delete unusual code 2023-11-20 16:52:22 +08:00
aries_ckt
689f6bf7f0 refactor:update v0.4.2 web 2023-11-20 16:43:58 +08:00
aries_ckt
fec82a7ee7 style:delete milvus_store.py unusual code 2023-11-20 16:41:38 +08:00
aries_ckt
7b3682ae19 refactor:merge Agent_Hub branch 2023-11-20 16:35:42 +08:00
yhjun1026
90b7e63d4d Merge branch 'main' into Agent_Hub_Dev
# Conflicts:
#	pilot/model/proxy/llms/chatgpt.py
#	pilot/scene/base_chat.py
#	setup.py
2023-11-20 16:26:25 +08:00
yhjun1026
70607f8ba5 feat(ChatDB): ChatDB English Prompt fix
1.ChatDB English Promopt fix
2023-11-20 15:59:29 +08:00
aries_ckt
8fb13a9a7b style:delete unusual assets 2023-11-20 15:49:51 +08:00
aries_ckt
c755a6bf56 Merge remote-tracking branch 'origin/main' into feat_rag_graph 2023-11-20 15:36:22 +08:00
Aries-ckt
ecc5d5dedd
feat(model): Add LLM benchmarks code (#808)
- Add LLM benchmarks code
- Add LLM metrics
2023-11-20 15:35:50 +08:00
FangYin Cheng
0fff10ba03 chore: fix code lint 2023-11-20 15:29:00 +08:00
aries_ckt
fb2d5a202c feat:update v0.4.2 web module 2023-11-20 15:05:02 +08:00
yhjun1026
8708a11561 feat(ChatDB): ChatDB English Prompt fix
1.ChatDB English Promopt fix
2023-11-20 11:25:05 +08:00
yhjun1026
d38c9c7cb1 feat(ChatDB): ChatDB English Prompt fix
1.ChatDB English Promopt fix
2023-11-20 10:09:11 +08:00
magic.chen
29ca172e7c
Refinement of grammar issues in README.md (#807)
RT
2023-11-20 09:46:15 +08:00
Danrui Qi
dba0a331cd
Refinement of grammar issues in README.md 2023-11-19 23:11:33 +08:00
aries_ckt
00bfa32e17 feat:0.4.2 web module 2023-11-19 14:51:47 +08:00
aries_ckt
236cf95550 feat:add model_enabe_cache in playload in basechat.py 2023-11-19 14:10:19 +08:00
FangYin Cheng
d6318c21ee chore: Modify benchmarks for less times 2023-11-18 23:20:39 +08:00
FangYin Cheng
4ffd054a2a fix(model): Fix benchmarks bugs 2023-11-18 17:15:26 +08:00
FangYin Cheng
1f22459fbe feat(model): Add LL benchmarks code 2023-11-18 05:16:55 +08:00
aries_ckt
439cd90e92 feat:update summary prompt 2023-11-17 18:12:28 +08:00
FangYin Cheng
3d7481d369 feat(model): Usage infos with vLLM 2023-11-17 17:05:33 +08:00
FangYin Cheng
b45360441d feat(model): New metrics param to model API 2023-11-17 17:05:01 +08:00
yhjun1026
ea363a43ad feat(ChatDB): ChatDB Use fintune model
1.Compatible with community pure sql output model
2023-11-17 15:59:35 +08:00
aries_ckt
a4c8acac31 feat:summary update and merge main branch 2023-11-17 15:27:08 +08:00
Aries-ckt
1240352e54
feat(model): Support model cache and new Agentic Workflow Expression Language(AWEL) (#803)
**Model cache**
- Cache model output in memory.
- Cache model output in local rocksdb.

**Agentic Workflow Expression Language(AWEL)**
- Common workflow Operators
- Implements LocalWorkflowRunner
- Integrate model serving and model result cache with AWEL in
`base_chat.py`

**Note**:

DB-GPT uses local disk cache by default. You need to install related
dependencies by command:
```bash
pip install -e ".[cache]"
```
If there are no dependencies of disk cache, DB-GPT will uses memory
cache.

Closes #788
2023-11-17 13:08:14 +08:00
aries_ckt
870aeb02b4 Merge remote-tracking branch 'origin/main' into feat_rag_graph 2023-11-17 11:40:42 +08:00
Aries-ckt
50b3f350ec
fix: compile OpenAI 1.x.x version (#805) 2023-11-17 11:40:12 +08:00
FangYin Cheng
5109c89daa feat(cache): Not cache the failed model output 2023-11-17 11:06:36 +08:00
luchun
ddabd019e3
Update chatgpt.py 2023-11-17 11:00:47 +08:00
luchun
5eccf73f24
Update chatgpt.py 2023-11-17 10:55:26 +08:00
aries_ckt
b0dd2e7d6a Merge remote-tracking branch 'origin/main' into feat_rag_graph 2023-11-17 00:34:29 +08:00
aries_ckt
4049f52384 feat:summary web 2023-11-17 00:34:26 +08:00
Aries-ckt
1ad09c896f
fix(Model): Compatible with openai 1.x.x, compatible with AzureOpeai (#804)
Update chatgpt.py
2023-11-17 00:02:38 +08:00
aries_ckt
16a995174b fix:milvus metadata bug
Close #800
2023-11-16 23:22:14 +08:00
luchun
2ff9625d3f
Update chatgpt.py 2023-11-16 22:50:03 +08:00
luchun
1b615aedd2
Update chatgpt.py 2023-11-16 22:39:18 +08:00
luchun
e198cd34ae
Update chatgpt.py 2023-11-16 22:32:14 +08:00
aries_ckt
3e560099b4 feat:update scene param 2023-11-16 22:23:47 +08:00
FangYin Cheng
995772077c feat(cache): Support configures the model cache in .env 2023-11-16 18:46:00 +08:00
FangYin Cheng
1150adbe6a feat(model): Support BranchOperator 2023-11-16 18:13:16 +08:00
yhjun1026
343d64652c feat(ChatDB): ChatDB Use fintune model
1.Compatible with community pure sql output model
2023-11-16 13:38:52 +08:00
yhjun1026
fa06ba5bf6 feat(ChatDB): ChatDB Use fintune model
1.Compatible with community pure sql output model
2023-11-16 11:50:37 +08:00
FangYin Cheng
6db8c49d87 feat(model): Support model cache and first version of Agentic Workflow Expression Language(AWEL) 2023-11-16 04:06:07 +08:00
aries_ckt
6253d3b429 feat:summary update output 2023-11-15 14:17:11 +08:00