Commit Graph

2902 Commits

Author SHA1 Message Date
Fangyin Cheng
13527a8bd4
fix(core): Fix bug of sharing data across DAGs (#1102) 2024-01-22 21:56:03 +08:00
Fangyin Cheng
73c86ff083
chore: Fix package name conflict error (#1099) 2024-01-22 15:33:43 +08:00
magic.chen
1484981b72
docs: readme update & contact (#1097) 2024-01-22 09:54:26 +08:00
junewgl
4f833634df
feat: add schema-linking awel example (#1081) 2024-01-21 09:59:59 +08:00
Fangyin Cheng
2d905191f8
refactor: Refactor for core SDK (#1092) 2024-01-21 09:57:57 +08:00
xiuzhu9527
ba7248adbb
[hotfix] Fix examples/awel default loading model text2vec-large-chinese issue (#1095)
Co-authored-by: xiuzhu <edy@dodge-pro.local>
2024-01-20 19:48:48 +08:00
lcxadml
425f4ab48b
Feat/sync docs (#1088)
Co-authored-by: lcx01800250 <lcx01800250@alibaba-inc.com>
2024-01-20 10:09:35 +08:00
Aries-ckt
0162dee474
fix(ChatKnowledge): summary support zhipu message_converter (#1085) 2024-01-18 15:09:09 +08:00
Hzh_97
0936856c3a
feat: UI component rendering in agent dialog mode (#1083)
Co-authored-by: csunny <cfqsunny@163.com>
2024-01-18 11:08:02 +08:00
magic.chen
674104eb7c
fix: clean extra file & fix agents use zhipu (#1079) 2024-01-17 12:17:48 +08:00
Fangyin Cheng
9bdb4f94b8
chore: Format agent code (#1077) 2024-01-17 10:26:48 +08:00
明天
74eb15e01c
feat(agent):support chat agent scene use dbgpts (#1075) 2024-01-16 20:15:54 +08:00
Danrui Qi
fb2d18a2d5
feat(agent): Add retrieve summary agent for both local files and URLs (#1063)
Co-authored-by: fangfcg <thss15_fangcg@163.com>
2024-01-16 17:37:48 +08:00
Fangyin Cheng
40c853575a
chore: Add pylint for DB-GPT core lib (#1076) 2024-01-16 17:36:26 +08:00
Aries-ckt
3a54d1ef9a
fix:update awel embedding examples and delete unuseful code. (#1073) 2024-01-15 23:22:52 +08:00
magic.chen
cb9c34abb9
chore: update wechat QR code (#1069) 2024-01-15 15:58:29 +08:00
Hzh_97
1b9328e27a
Fix: fix sql component error in the web. (#1068)
Co-authored-by: 黄振洪 <hzh01509324@alibaba-inc.com>
Co-authored-by: Aralhi <xiaoping0501@gmail.com>
2024-01-15 15:57:47 +08:00
Fangyin Cheng
22bfd01c4b
refactor: Refactor proxy LLM (#1064) 2024-01-14 21:01:37 +08:00
Aries-ckt
a035433170
feat(RAG):add rag operators and rag awel examples (#1061)
Co-authored-by: csunny <cfqsunny@163.com>
2024-01-13 16:14:48 +08:00
Hzh_97
99ea6ac1a4
feat(web): 🎨 Unified color theme, AntV light/dark theme switching, Antd first-screen style loading. (#1020)
Co-authored-by: 黄振洪 <hzh01509324@alibaba-inc.com>
Co-authored-by: Aralhi <xiaoping0501@gmail.com>
2024-01-12 09:44:52 +08:00
Danrui Qi
2706e27ae5
feat(agent): Add summary assistant checking (#1053)
Co-authored-by: yhjun1026 <460342015@qq.com>
Co-authored-by: csunny <cfqsunny@163.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
2024-01-10 11:14:15 +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
magic.chen
409556d31d
chore: update wechat QRcode (#1046) 2024-01-08 20:21:49 +08:00
Fangyin Cheng
e8861bd8fa
feat(awel): New MessageConverter and more AWEL operators (#1039) 2024-01-08 09:40:05 +08:00
Danrui Qi
765fb181f6
feat(multi-agents):Add Summary Assistant Agent According to User's Question (#1023) 2024-01-06 19:05:09 +08:00
Aries-ckt
5bc419679b
docs: update chat_knowledge.md and wechat.jpg (#1035) 2024-01-05 16:37:33 +08:00
Fangyin Cheng
186b6a5668
fix(model): Fix device MPS load llama error (#1033) 2024-01-05 14:19:13 +08:00
katakuri
d8393a9b32
fix(web): default strategy process exception (#1032) 2024-01-05 11:45:40 +08:00
katakuri
757b61d4d7
fix(web): batch sync api error after switch segmentation strategy (#1029) 2024-01-05 00:43:11 +08:00
Danrui Qi
2b2c3183dd
feat(build):Move PR Template in .github folder to automatically generate PR Template for each PR (#1024) 2024-01-04 23:53:32 +08:00
Aries-ckt
f3eefea8a6
fix(ChatKnowledge): delete Chroma by vector ids did not success (#1027) 2024-01-04 23:52:10 +08:00
Fangyin Cheng
988ed48573
feat(model): Fix chatgpt message format bug (#1028) 2024-01-04 23:38:41 +08:00
Danrui Qi
ff9bca0bba
feat(build):Add Template for Pull Request (#1022) 2024-01-04 17:27:09 +08:00
Aries-ckt
ca83443c48
feat(ChatKnowledge):chunk add enable_merge parameter (#1014)
Co-authored-by: Aralhi <xiaoping0501@gmail.com>
2024-01-04 10:04:41 +08:00
junewgl
fd30588e55
docs: update author info (#1013) 2024-01-03 14:57:26 +08:00
katakuri
f95ce78404
fix(web): .env should not build to static assets (#1012) 2024-01-03 10:43:07 +08:00
Fangyin Cheng
7860dffa09
build: Improve build performance (#1011) 2024-01-03 10:21:40 +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
Aries-ckt
9ad70a2961
refactor: RAG Refactor (#985)
Co-authored-by: Aralhi <xiaoping0501@gmail.com>
Co-authored-by: csunny <cfqsunny@163.com>
2024-01-03 09:45:26 +08:00
Danrui Qi
90775aad50
Update README.zh.md with slack (#1003) 2024-01-03 09:42:48 +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
junewgl
5ddc5345fa
docs: add paper link and citation (#1006) 2024-01-02 14:49:36 +08:00
jim
33ea58f497
fix(clickhouse): fix information_schema (#999) 2024-01-02 11:29:06 +08:00
Danrui Qi
6aa48007ba
docs: Update README.md with Slack (#1002) 2023-12-30 17:43:03 +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
magic.chen
ba0599ebf4
chore: updata wechat qrcode (#995) 2023-12-29 10:42:06 +08:00
明天
96474e9148
fix(chat_history): chat_history_db mysql message query bug (#989) 2023-12-28 14:26:22 +08:00
Fangyin Cheng
fd3a5d2bfa
chore(build): Fix typo and new pre-commit config (#987) 2023-12-28 14:14:20 +08:00