Commit Graph

3044 Commits

Author SHA1 Message Date
aries_ckt
fe4c5ede90 Merge remote-tracking branch 'main-com/main' into issue2321 2025-03-10 23:29:52 +08:00
cinjoseph
e0af6fdc68
fix(agent): move app resource implement to serv pkg (#2310)
Co-authored-by: cinjospeh <joseph.cjn@alibaba-inc.com>
2025-03-10 17:02:58 +08:00
Fangyin Cheng
93eb3a786c
feat(ChatExcel): Better Chat Excel (#2423) 2025-03-10 11:37:32 +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
Cooper
81f4c6a558
feat(agents): add ReActAgent (#2420)
Co-authored-by: dongzhancai1 <dongzhancai1@jd.com>
2025-03-09 20:23:31 +08:00
Fangyin Cheng
a3216a7994
fix(code): Fix build lyric error (#2413) 2025-03-07 19:26:13 +08:00
yyhhyy
bb06e93215
refactor(ollama): add ollama config and support ollama model output (#2411) 2025-03-07 18:23:52 +08:00
Fangyin Cheng
4e993a2be8
feat(model): API support reasoning (#2409) 2025-03-07 15:31:12 +08:00
Fangyin Cheng
2697aba4f5
fix(model): Fix reasoning output bug (#2405) 2025-03-06 16:08:14 +08:00
Fangyin Cheng
bfd7fe8888
feat(datasource): Support reasoning for ChatDashboard (#2401) 2025-03-06 15:16:08 +08:00
SonglinLyu
3bd75d8de2
refactor(GraphRAG): refine config usage and fix some bug. (#2392)
Co-authored-by: 秉翟 <lyusonglin.lsl@antgroup.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
Co-authored-by: yyhhyyyyyy <95077259+yyhhyyyyyy@users.noreply.github.com>
Co-authored-by: aries_ckt <916701291@qq.com>
2025-03-06 03:09:10 +08:00
Fangyin Cheng
d5a2a0bf3b
refactor(dbgpts): Refactor dbgpts for 0.7.0 (#2397) 2025-03-05 13:33:03 +08:00
Aries-ckt
243e98123d
fix:solve default persist path (#2395) 2025-03-05 08:23:09 +08:00
yyhhyy
1a3970959b
fix(datasource): Fix datasource resource error (#2394) 2025-03-04 22:32:33 +08:00
Fangyin Cheng
e843a92d38 chore: Ignore local config 2025-03-04 21:12:16 +08:00
Fangyin Cheng
6acfb162e4 fix(datasource): Fix datasource resource error 2025-03-04 21:05:33 +08:00
yyhhyy
948a93be32
fix(model): Fix reasoning output bug (#2393)
Fix reasoning output bug
2025-03-04 20:42:57 +08:00
Fangyin Cheng
a22de08936 chore: Modify ollama config 2025-03-04 18:45:52 +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
yyhhyy
b6b232c8f2
ci(docs): Fix build doc error (#2385) 2025-03-03 16:20:24 +08:00
Fangyin Cheng
f778bd00e4 ci(docs): Fix build doc error 2025-03-03 15:59:17 +08:00
yyhhyy
7a7de92aed
ci(docs): Fix build doc error (#2383)
Fix build doc error
2025-03-03 12:28:27 +08:00
Fangyin Cheng
5faf6282f0 ci(docs): Fix build doc error 2025-03-03 12:13:13 +08:00
Fangyin Cheng
7ce8b3dd4a ci(docs): Fix build doc error 2025-03-03 12:00:54 +08:00
yyhhyy
a73ef0798e
doc:add integrations documents (#2382) 2025-03-03 11:31:25 +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
yyhhyy
904e8e0393
fix(clickhouse): resolve clickhouse connection error (#2380) 2025-03-01 12:03:12 -03:00
Fangyin Cheng
82bdc6fe94
feat(model): Support reasoning model (#2375)
Co-authored-by: yyhhyyyyyy <95077259+yyhhyyyyyy@users.noreply.github.com>
2025-02-28 14:32:47 +08:00
SonglinLyu
55daa31dd9
GraphRAG: add new feature and bugfix (#2373)
Co-authored-by: 秉翟 <lyusonglin.lsl@antgroup.com>
2025-02-27 21:56:19 +08:00
Fangyin Cheng
1e0674c54d
fix(model): Fix local embedding error (#2371) 2025-02-26 23:51:25 +08:00
Fangyin Cheng
fb36948383
fix(i18n): Fix read i18n config error (#2368) 2025-02-24 20:54:29 +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
云锋
94b51284e0
feat(datasource): Database connection Renewal (#2359)
Co-authored-by: aries_ckt <916701291@qq.com>
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
Co-authored-by: ‘yanzhiyonggit config --global user.email git config --global user.name ‘yanzhiyong <zhiyong.yan@clife.cn>
2025-02-22 18:44:21 +08:00
Fangyin Cheng
e4b329ee21
refactor(v0.7.0): restructure modules and config handling (#2358)
Co-authored-by: aries_ckt <916701291@qq.com>
2025-02-21 19:54:53 +08:00
283569391@qq.com
69a20c3e7e fix issue2321:Provide an implementation of the truncate method 2025-02-20 11:54:03 +08:00
Cooper
0310ce9fa3
fix(agent): agent's llmclient bug (#2298)
Co-authored-by: dongzhancai1 <dongzhancai1@jd.com>
2025-02-07 11:35:53 +08:00
Aries-ckt
bb5a078550
fix:issue2323 (#2325) 2025-02-07 07:11:42 +08:00
Weaxs
1a6ad50b3d
add LOCAL_DB_SSL_VERIFY for Supporting TiDB serverless (#2308) 2025-01-23 16:16:43 +08:00
cinjoseph
8bb2a15f05
feature(agent): Knowledge add retriever name&desc getter and stter (#2309)
Co-authored-by: cinjospeh <joseph.cjn@alibaba-inc.com>
2025-01-23 16:15:30 +08:00
SonglinLyu
e0081e6b0a
Support text2gql search for GraphRAG (#2227)
Co-authored-by: aries_ckt <916701291@qq.com>
2025-01-22 16:30:17 +08:00
Jingxuan Su
9336e80f1d
Support embedding similarity search for GraphRAG (#2200)
Co-authored-by: Appointat <kuda.czk@antgroup.com>
Co-authored-by: Lyu Songlin <lyusonglin990625@gmail.com>
Co-authored-by: SonglinLyu <111941624+SonglinLyu@users.noreply.github.com>
2025-01-14 12:39:01 +08:00
magic.chen
523ad323f1
Fixed agent&awel examples (#2256) 2025-01-09 20:01:36 +08:00
Cooper
d5213004d2
fix(json_utils): fix function find_json_objects (#2289)
Co-authored-by: dongzhancai1 <dongzhancai1@jd.com>
Co-authored-by: aries_ckt <916701291@qq.com>
2025-01-09 19:42:31 +08:00
Fangyin Cheng
ddfb435fd4
fix(agent): Fix load db models error (#2290) 2025-01-09 15:36:23 +08:00