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
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
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
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
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
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
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
1ad09c896f
fix(Model): Compatible with openai 1.x.x, compatible with AzureOpeai ( #804 )
...
Update chatgpt.py
2023-11-17 00:02:38 +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
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
8eaf3693f0
docs: update overview ( #795 )
2023-11-14 22:15:35 +08:00
csunny
116fcf786f
chore: remove in-action file
2023-11-14 22:07:35 +08:00
csunny
75540a1527
docs: rewrite descibe of dbgpt
2023-11-14 21:44:58 +08:00
csunny
d82884f9f3
docs: readme features
2023-11-14 21:41:19 +08:00
yhjun1026
1acc8b0134
feat(ChatDB): ChatDB Use fintune model
...
1.Compatible with community pure sql output model
2023-11-14 20:17:59 +08:00
yhjun1026
a88484db31
Merge branch 'main' into Agent_Hub_Dev
2023-11-14 20:14:21 +08:00
yhjun1026
aaddde87fd
feat(ChatDB): ChatDB Use fintune model
...
1.Compatible with community pure sql output model
2023-11-14 20:12:27 +08:00
csunny
a1d5323f8e
docs: update overview
2023-11-14 18:03:26 +08:00
yhjun1026
18883ec56a
feat(ChatDB): ChatDB Use fintune model
...
1.Compatible with community pure sql output model
2023-11-14 10:50:18 +08:00
yhjun1026
80ee2fbd28
Recover accidentally deleted files
2023-11-14 10:08:25 +08:00
Aries-ckt
6149b9b05d
chore: update wechat QRcode ( #794 )
2023-11-13 23:43:57 +08:00
csunny
db7e002222
fix: wechat QRcode
2023-11-13 23:36:14 +08:00
yhjun1026
479dbffd2f
feat(ChatDB): ChatDB Use fintune model
...
1.Compatible with community pure sql output model
2023-11-13 16:47:02 +08:00
yhjun1026
f735b12c99
feat(ChatDB): ChatDB Use fintune model
...
1.Compatible with community pure sql output model
2023-11-13 16:28:30 +08:00
csunny
badb82c920
chore: update wechat QRcode
2023-11-13 14:09:46 +08:00
yhjun1026
4c2a033eec
feat(ChatExcel): ChatExcel Use AntV Chart
...
1.Native Support AntvChart
2023-11-10 18:06:19 +08:00
yhjun1026
bd7b6fc004
feat(ChatExcel): ChatExcel Use AntV Chart
...
1.Native Support AntvChart
2023-11-10 17:30:40 +08:00
yhjun1026
9b4b935f31
feat(ChatExcel): ChatExcel Use AntV Chart
...
1.Native Support AntvChart
2023-11-10 16:50:44 +08:00
yhjun1026
8df671c6db
bugfix(ChatData): ChatData Use AntV Table
...
1.Merge ChatData and ChatDB
2023-11-10 16:28:25 +08:00
yhjun1026
940edcdab1
bugfix(ChatData): ChatData Use AntV Table
...
1.Merge ChatData and ChatDB
2023-11-10 16:28:07 +08:00
yhjun1026
440a3e955f
bugfix(ChatData): ChatData Use AntV Table
...
1.Merge ChatData and ChatDB
2023-11-10 14:20:56 +08:00
yhjun1026
74a3f6edb5
bugfix(ChatData): ChatData Use AntV Table
...
1.Merge ChatData and ChatDB
2023-11-10 11:36:57 +08:00