Commit Graph

91 Commits

Author SHA1 Message Date
Fangyin Cheng
8a17099dd2
feat(rag): Support RAG SDK (#1322) 2024-03-22 15:36:57 +08:00
Fangyin Cheng
b4b810d68f feat(core): Add common schemas 2024-03-21 11:23:24 +08:00
Fangyin Cheng
130ffb08c9
feat(model): Support yi proxy LLM (#1303) 2024-03-15 22:15:37 +08:00
Fangyin Cheng
8897d6e8fd
chore: Add pylint for storage (#1298) 2024-03-15 15:42:46 +08:00
04b6402720
feat(model): Add support for multiple versions of the same model (#1246) 2024-03-08 18:40:10 +08:00
Fangyin Cheng
872b5745d3
fix: Fixed multi-turn dialogue bug (#1259) 2024-03-06 22:17:47 +08:00
Fangyin Cheng
74ec8e52cd
feat: APIServer supports embeddings (#1256) 2024-03-05 20:21:37 +08:00
Fangyin Cheng
3c93fe589a
docs: New AWEL tutorial (#1245) 2024-03-04 17:06:42 +08:00
Fangyin Cheng
505bc32775
perf(rag): Support load large document (#1233) 2024-03-01 22:33:52 +08:00
Fangyin Cheng
1d90711952
feat(core): Dynamically loading dbgpts (#1211) 2024-02-29 15:57:49 +08:00
Fangyin Cheng
f9d9f8faea
feat(model): Support gemma model (#1187) 2024-02-23 12:37:13 +08:00
明天
d5afa6e206
Native data AI application framework based on AWEL+AGENT (#1152)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
Co-authored-by: lcx01800250 <lcx01800250@alibaba-inc.com>
Co-authored-by: licunxing <864255598@qq.com>
Co-authored-by: Aralhi <xiaoping0501@gmail.com>
Co-authored-by: xuyuan23 <643854343@qq.com>
Co-authored-by: aries_ckt <916701291@qq.com>
Co-authored-by: hzh97 <2976151305@qq.com>
2024-02-07 17:43:27 +08:00
Likename Haojie
3f70da4e1f
feat(model): Add support for Azure openAI (#1137)
Co-authored-by: like <406979945@qq.com>
Co-authored-by: csunny <cfqsunny@163.com>
2024-02-02 16:41:29 +08:00
Fangyin Cheng
73c86ff083
chore: Fix package name conflict error (#1099) 2024-01-22 15:33:43 +08:00
Fangyin Cheng
2d905191f8
refactor: Refactor for core SDK (#1092) 2024-01-21 09:57:57 +08:00
Fangyin Cheng
40c853575a
chore: Add pylint for DB-GPT core lib (#1076) 2024-01-16 17:36:26 +08:00
Fangyin Cheng
22bfd01c4b
refactor: Refactor proxy LLM (#1064) 2024-01-14 21:01:37 +08:00
Fangyin Cheng
fa8b5b190c
feat(core): APP use new SDK component (#1050) 2024-01-10 10:39:04 +08:00
明天
e11b72c724
feat(agent): Multi agents v0.1 (#1044)
Co-authored-by: qidanrui <qidanrui@gmail.com>
Co-authored-by: csunny <cfqsunny@163.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
2024-01-09 11:09:52 +08:00
Fangyin Cheng
e8861bd8fa
feat(awel): New MessageConverter and more AWEL operators (#1039) 2024-01-08 09:40:05 +08:00
Fangyin Cheng
186b6a5668
fix(model): Fix device MPS load llama error (#1033) 2024-01-05 14:19:13 +08:00
Fangyin Cheng
988ed48573
feat(model): Fix chatgpt message format bug (#1028) 2024-01-04 23:38:41 +08:00
Fangyin Cheng
c871d651f1
chore: Fix baichuan API pylint error (#1010)
Co-authored-by: csunny <cfqsunny@163.com>
2024-01-03 10:10:21 +08:00
baichuan-assistant
e75314f27d
feat(model): Support Baichuan API (#1009)
Co-authored-by: BaiChuanHelper <wintergyc@WinterGYCs-MacBook-Pro.local>
2024-01-02 23:28:45 +08:00
Fangyin Cheng
07a25c3d86
feat(model): Support SOLAR-10.7B-Instruct-v1.0 (#1001) 2023-12-30 16:54:27 +08:00
Fangyin Cheng
0cdc77abb2
feat(model): Proxy model support count token (#996) 2023-12-29 12:01:31 +08:00
Fangyin Cheng
fd3a5d2bfa
chore(build): Fix typo and new pre-commit config (#987) 2023-12-28 14:14:20 +08:00
Fangyin Cheng
b13d3f6d92
feat(core): Support multi round conversation operator (#986) 2023-12-27 23:26:28 +08:00
明天
9aec636b02
feat(agent): Multi agent sdk (#976)
Co-authored-by: xtyuns <xtyuns@163.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
Co-authored-by: csunny <cfqsunny@163.com>
Co-authored-by: qidanrui <qidanrui@gmail.com>
2023-12-27 16:25:55 +08:00
Fangyin Cheng
69fb97e508
feat(core): More AWEL operators and new prompt manager API (#972)
Co-authored-by: csunny <cfqsunny@163.com>
2023-12-25 20:03:22 +08:00
xtyuns
048fb6c402
fix: default proxyllm generator function (#971) 2023-12-25 20:00:04 +08:00
Fangyin Cheng
0c46c339ca
feat(model): Add new LLMClient and new build tools (#967) 2023-12-23 16:33:01 +08:00
yihong
12234ae258
feat: add gemini support (#953)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Signed-off-by: Fangyin Cheng <staneyffer@gmail.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
2023-12-23 11:10:42 +08:00
vvycaaa
d9065227bd
fix(core): Move the last user's information to the end (#960) 2023-12-22 09:42:58 +08:00
Fangyin Cheng
6b982e2879
feat(model): Support Mixtral-8x7B (#959) 2023-12-21 16:46:29 +08:00
Fangyin Cheng
ba8fa8774d
ci: Add python unit test workflows (#954) 2023-12-20 10:04:19 +08:00
Fangyin Cheng
a10d5f57b2
feat(core): Add API authentication for serve template (#950) 2023-12-19 13:41:02 +08:00
Fangyin Cheng
511a43b849
refactor: Refactor storage and new serve template (#947) 2023-12-18 19:30:40 +08:00
Fangyin Cheng
aed1c3fb2b
refactor: Refactor storage system (#937) 2023-12-15 16:35:45 +08:00
FangYin Cheng
f1f4f4adda
fix(core): Fix fschat and alembic log conflict (#919)
Co-authored-by: chengfangyin2 <chengfangyin3@jd.com>
2023-12-12 09:14:40 +08:00
FangYin Cheng
cd725db1fb
refactor: The first refactored version for sdk release (#907)
Co-authored-by: chengfangyin2 <chengfangyin3@jd.com>
2023-12-08 14:45:59 +08:00