336 Commits

Author SHA1 Message Date
alanchen
177bfc84f7 chore: update 0.8.1 version (#3106) 2026-06-18 12:39:11 +08:00
alanchen
03e5811d57 feat: Support Schedule task and MCP connector (#3095)
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-08 11:43:35 +08:00
Artoriasn
1c9e320521 fix(model): support DeepSeek V4 Pro (#3079) 2026-05-27 21:09:36 +08:00
Aries-ckt
9470ea03ff feat(agent):adds context management, task-plan tracking, and the corresponding frontend UI. (#3053) 2026-05-18 11:17:04 +08:00
Daria Korenieva
d60c91c752 feat(ext): add Valkey cache integration (#3057)
Signed-off-by: Daria Korenieva <daric2612@gmail.com>
2026-05-12 20:34:43 +08:00
Daria Korenieva
ca126edfab feat(ext): add Valkey vector store integration (#3051)
Signed-off-by: Daria Korenieva <daric2612@gmail.com>
2026-05-09 19:13:52 +08:00
yanzhicong
b4b0a53d1b feat: add openGauss datasource support (#3007) 2026-04-03 17:18:54 +08:00
alanchen
a3f21350a9 chore: update 0.8.0 version (#3004) 2026-03-27 12:42:28 +08:00
alanchen
eb5920bcb8 fix: fix web api prcess url & optmize doc image load performence (#3003) 2026-03-26 19:08:29 +08:00
Aries-ckt
07dc04b15d fix(docs): add docsSidebar alias to versioned sidebars patches (#3002)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-26 14:24:38 +08:00
Aries-ckt
e055429788 docs: add v0.8.0 usage documentation (#2998)
Co-authored-by: alan.cl <1165243776@qq.com>
2026-03-25 21:50:23 +08:00
alanchen
295885f021 feat: add dbgpt app start cli (#2997) 2026-03-22 22:42:12 +08:00
Octopus
03e72271f5 feat: add MiniMax provider support (#2989)
Co-authored-by: octo-patch <octo-patch@users.noreply.github.com>
2026-03-16 22:02:57 +08:00
Aries-ckt
ef83851b31 🎉 DB-GPT V0.8.0 - Beta Testing (#2988)
Co-authored-by: lusain <lusain1990@gmail.com>
Co-authored-by: alan.cl <1165243776@qq.com>
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-03-16 11:55:42 +08:00
Copilot
322792b9d2 Fix v0.7.5 documentation build failure with patch file (#2979)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: chenliang15405 <40684202+chenliang15405@users.noreply.github.com>
2026-02-12 10:40:16 +08:00
alanchen
466cc1f391 chore: update docs typo (#2964)
Co-authored-by: alan.cl <alan.cl@antgroup.com>
2026-01-30 17:38:56 +08:00
ZhikunZheng
668b4e477d feat(agent): Add excel data manus multi-agent application. (#2904) 2025-10-31 22:16:18 +08:00
Hikomorebi
1f3daf8b69 feat(agent): Add data analysis multi-agent application.​​ (#2897) 2025-10-31 17:22:53 +08:00
alanchen
77512cae35 chore: update 0.7.4 version (#2919)
Co-authored-by: alan.cl <alan.cl@antgroup.com>
2025-10-24 10:06:13 +08:00
alanchen
368f42227e feat(benchmark): Support Falcon Text2SQL Datasets LLM benchmark (#2918)
Co-authored-by: yaoyifan-yyf <yaoyifan.yyf@antgroup.com>
Co-authored-by: alan.cl <alan.cl@antgroup.com>
Co-authored-by: iterminatorheart <123625928+iterminatorheart@users.noreply.github.com>
Co-authored-by: VLADIMIR KOBZEV <vladimir.kobzev@improvado.io>
Co-authored-by: Aries-ckt <916701291@qq.com>
Co-authored-by: xiandu.wl <xiandu.wl@antgroup.com>
2025-10-23 14:26:36 +08:00
alanchen
3a614c67bb chore: update 0.7.3 version (#2860) 2025-07-25 11:21:15 +08:00
Dmitry
845432fea0 feat(model): AI/ML API integration (#2844) 2025-07-15 13:17:14 +08:00
Aries-ckt
441cb55377 doc: fix ob rag doc (#2840) 2025-07-14 17:18:10 +08:00
alanchen
f423b1fb2c chore: update create chroma store param (#2798) 2025-06-27 18:01:32 +08:00
Fangyin Cheng
d9d4d4b6bc feat(model): Support MLX inference (#2781) 2025-06-19 09:30:58 +08:00
alanchen
4afa2b84b9 chore: Update dependency reference path (#2745) 2025-06-03 11:31:19 +08:00
alanchen
c655f55ab4 docs(datasource): integration oracle doc (#2701)
# Description

Add Oracle datasource documentation examples and update duplicate
command of start webserver

# How Has This Been Tested?


# Snapshots:

Include snapshots for easier review.

# Checklist:

- [ ] My code follows the style guidelines of this project
- [x] I have already rebased the commits and make the commit message
conform to the project standard.
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] Any dependent changes have been merged and published in downstream
modules
2025-05-16 19:01:23 +08:00
Fangyin Cheng
2abd68d6c0 feat(model): Support Qwen3 models (#2664) 2025-04-29 09:55:28 +08:00
Fangyin Cheng
3d7d52250f feat(model): Proxy multimodal supports (#2641) 2025-04-21 19:36:29 +08:00
alanchen
7de6937865 fix(docs): update doc example code to work (#2624)
Co-authored-by: alan.cl <alan.cl@antgroup.com>
2025-04-15 22:45:55 +08:00
Fangyin Cheng
5ddd9e5bf8 fix(model): Fix apiserver error (#2605) 2025-04-10 10:23:49 +08:00
yihong0618
80eef20422 fix: some typos using typos
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2025-03-29 11:10:16 +08:00
Fangyin Cheng
b715cdb131 docs: Fix build doc error (#2517) 2025-03-24 19:53:23 +08:00
Fangyin Cheng
7bce2a9ce6 docs: Add 0.7.0 release blog (#2515) 2025-03-24 18:29:35 +08:00
Fangyin Cheng
52e41bccc9 ci(SDK): Add 0.7.0 workflow (#2493) 2025-03-20 15:27:44 +08:00
Fangyin Cheng
4489f74e8d feat(model): Support model icon 2025-03-19 11:51:50 +08:00
Aries-ckt
fc3fe6b725 refactor: rag storage refactor (#2434) 2025-03-17 14:15:21 +08:00
Fangyin Cheng
455cdd1612 feat(build): Support docker install 2025-03-12 10:24:22 +08:00
yyhhyy
75c1454938 docs: add ollama docs (#2419) 2025-03-09 20:36:33 +08:00
Aries-ckt
fdadfdd393 chore: fix unit test (#2421) 2025-03-09 20:35:38 +08:00
Fangyin Cheng
c8e252c4de fix(model): Fix reasoning output bug 2025-03-04 17:51:13 +08:00
yyhhyy
e3a25de7f7 docs: add vllm llama_cpp docs and standardize configs (#2386) 2025-03-03 16:59:07 +08:00
Fangyin Cheng
f778bd00e4 ci(docs): Fix build doc error 2025-03-03 15:59:17 +08:00
Fangyin Cheng
5faf6282f0 ci(docs): Fix build doc error 2025-03-03 12:13:13 +08:00
aries_ckt
bbc70aa8f4 doc:more integration documents 2025-03-02 22:50:11 +08:00
aries_ckt
cab859a28c Merge branch 'main' of https://github.com/eosphoros-ai/DB-GPT into more_tutorials 2025-03-02 19:23:54 +08:00
aries_ckt
f6ad6f3943 doc:more integration documents 2025-03-02 19:22:47 +08:00
yyhhyy
0c7dae71da deps:refactor dependencies installation method (#2381) 2025-03-02 18:34:01 +08:00
Fangyin Cheng
96bcb6d138 docs: Config documents & i18n supports (#2365) 2025-02-24 16:45:26 +08:00
Aries-ckt
22598ca79f refactor:adapt rag storage and add integration documents. (#2361) 2025-02-24 12:49:36 +08:00