Commit Graph

37 Commits

Author SHA1 Message Date
magic.chen
c68332be4c
fix: some typos using typos (#2552)
# Description

Please include a summary of the change and which issue is fixed. Please
also include relevant motivation and context. List any dependencies that
are required for this change.

This path fix some of typos using typos just an example

using tools https://github.com/crate-ci/typos

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration

# Snapshots:

Include snapshots for easier review.

# Checklist:

- [ ] My code follows the style guidelines of this project
- [ ] I have already rebased the commits and make the commit message
conform to the project standard.
- [ ] 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-03-29 16:39:46 +08:00
yihong0618
80eef20422 fix: some typos using typos
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2025-03-29 11:10:16 +08:00
cumbersun
b880082586
fix: issue 2549 (#2550)
Co-authored-by: cumbermiao <cumbermiao@163.com>
2025-03-29 11:05:43 +08:00
yihong
7c05bc1784
fix: clouse issue #2469 by fixing the type (#2533)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2025-03-28 05:46:44 +08:00
yihong
10619aaf96
fix: wrong name close #2530 (#2532)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2025-03-26 22:03:34 +08:00
Fangyin Cheng
99ce1ed992
feat(web): Support html/svg preview (#2518) 2025-03-25 11:41:18 +08:00
Fangyin Cheng
e4d91ff766 fix(core): Fix param cache error 2025-03-21 15:55:08 +08:00
明天
73052eda75
feat(agent): Supports MCP (#2497)
Co-authored-by: Fangyin Cheng <staneyffer@gmail.com>
2025-03-21 12:00:21 +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
Tam
88bbd695d0
fix(LLM extractor): handle empty response in LLM extractor (#2480)
Co-authored-by: tam <tanwe@fulan.com.cn>
2025-03-18 11:53:41 +08:00
Fangyin Cheng
b2dd66dc6d feat(storage): Support oss and s3 2025-03-17 15:38:31 +08:00
Fangyin Cheng
8eba2a3b2e feat(web): Support math Latex 2025-03-17 15:38:31 +08:00
Fangyin Cheng
dbfa2c7c48 chore: Merge main codes 2025-03-17 15:38:30 +08:00
Aries-ckt
fc3fe6b725
refactor: rag storage refactor (#2434) 2025-03-17 14:15:21 +08:00
Tam
34d86d693c
fix(knowledge recall test): Add system_app parameter to knowledgeSpaceRetriever initialization (#2472)
Co-authored-by: tam <tanwe@fulan.com.cn>
2025-03-15 22:02:32 +08:00
Aries-ckt
d6eb283e41
fix(chat-excel):Explicitly create data tables from the df (#2437) (#2464)
# Description

 fix:#2437 

Optimize the prompts for reconstructing data tables to ensure that the
output field names comply with SQL standards, avoiding field names that
start with numbers.

# How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration

# Snapshots:

Include snapshots for easier review.

# Checklist:

- [x] 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
- [x] I have commented my code, particularly in hard-to-understand areas
- [x] I have made corresponding changes to the documentation
- [x] Any dependent changes have been merged and published in downstream
modules
2025-03-14 20:48:00 +08:00
geebytes
a1c9a16868 fix(chat-excel):Explicitly create data tables from the df (#2437) 2025-03-14 03:48:18 +00:00
Fangyin Cheng
8ccd4090b9 feat(awel): Support simple templates 2025-03-14 10:44:50 +08:00
Fangyin Cheng
676d8ec70f
fix(awel): Fix AWEL flow error (#2461) 2025-03-14 09:18:20 +08:00
Fangyin Cheng
1a2a8a6f43 fix(build): Fix build from source error 2025-03-12 10:26:37 +08:00
Fangyin Cheng
455cdd1612 feat(build): Support docker install 2025-03-12 10:24:22 +08:00
Fangyin Cheng
ee1ac0df8e
fix(chat): Fix chat completions API error (#2443) 2025-03-12 08:40:40 +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
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
Fangyin Cheng
d5a2a0bf3b
refactor(dbgpts): Refactor dbgpts for 0.7.0 (#2397) 2025-03-05 13:33:03 +08:00
Fangyin Cheng
c8e252c4de fix(model): Fix reasoning output bug 2025-03-04 17:51:13 +08:00
yyhhyy
0c7dae71da
deps:refactor dependencies installation method (#2381) 2025-03-02 18:34:01 +08: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
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