ea44d2ea47
Merge branch 'feat/summary-index' into deploy/dev
2026-01-28 09:50:05 +08:00
3d414678e3
fix(graph_engine): Cannot run single iteration or loop node ( #31470 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
Co-authored-by: Yeuoly <45712896+Yeuoly@users.noreply.github.com >
2026-01-28 01:05:59 +08:00
d76ad15fca
refactor(graph_engine): move observability layer and persistence laye… ( #31620 )
2026-01-28 00:54:21 +08:00
938b036621
feat: knowledgebase summary index ( #31600 )
2026-01-27 16:12:57 +08:00
e1cb37e967
fix: summary tokens.
2026-01-27 16:11:09 +08:00
b15d9b04ae
fix: summary tokens.
2026-01-27 16:10:26 +08:00
eca26a9b9b
feat: Enhances OpenTelemetry node parsers ( #30706 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-27 15:30:21 +08:00
3fbd7e5ced
fix: fix summary index bug. ( #31592 )
2026-01-27 13:42:55 +08:00
7f873a9b2c
fix: fix summary index bug.
2026-01-27 13:42:07 +08:00
10c28557c4
fix: fix summary index bug. ( #31576 )
2026-01-27 11:16:05 +08:00
e01fa1b26b
fix: fix summary index bug.
2026-01-27 11:15:01 +08:00
f6be9cd90d
refactor: replace request.args.get with Pydantic BaseModel validation ( #31104 )
...
Co-authored-by: GlobalStar117 <GlobalStar117@users.noreply.github.com >
Co-authored-by: Asuka Minato <i@asukaminato.eu.org >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
2026-01-27 10:48:42 +08:00
ea09ab7228
merge feat/summary-index
2026-01-27 10:46:53 +08:00
1de41fa189
fix: fix summary index bug. ( #31573 )
2026-01-27 10:34:00 +08:00
52176515b0
fix: fix summary index bug.
2026-01-27 10:31:56 +08:00
e48419937b
feat: chatflow support multimodal ( #31293 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-27 00:24:48 +08:00
d74c7d6347
fix: fix summary index bug. ( #31550 )
2026-01-26 18:58:02 +08:00
ca4bb0921b
fix: fix summary index bug.
2026-01-26 18:56:58 +08:00
6fd76d82ba
Merge branch 'feat/quota-icon' into deploy/dev
2026-01-26 18:42:19 +08:00
085071046c
Merge branch 'feat/quota-icon' into deploy/dev
2026-01-26 18:00:05 +08:00
92011d0a31
refactor: LLM plugin invoke parsing ( #31499 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-26 14:59:57 +08:00
1b6cee9a7c
Merge branch 'fix/workflow-sync-draft' into deploy/dev
2026-01-26 14:43:00 +08:00
b9f1d65d4f
refactor: example of refine dict / Mapping ( #31498 )
2026-01-26 10:23:38 +08:00
0772d49257
fix(api): fix IRIS hybrid search returning zero results ( #31309 )
...
Co-authored-by: Tomo Okuyama <tomo.okuyama@intersystems.com >
2026-01-24 10:29:19 +08:00
67eb8c052d
refactor: single-node workflow runner helpers ( #31472 )
2026-01-24 10:27:44 +08:00
e8f9d64651
fix(tools): fix ToolInvokeMessage Union type parsing issue ( #31450 )
...
Co-authored-by: qiaofenglin <qiaofenglin@baidu.com >
2026-01-24 10:18:06 +08:00
9841b8c5b5
fix: fix summary index bug.
2026-01-23 16:50:46 +08:00
833db6ba0b
fix: fix summary index bug.
2026-01-23 13:38:41 +08:00
0769a1c73a
Merge remote-tracking branch 'origin/main' into feat/knowledgebase-summaryIndex
2026-01-23 13:09:51 +08:00
c575c34ca6
refactor: Move workflow node factory to app workflow ( #31385 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com >
2026-01-22 18:08:21 +08:00
a112caf5ec
fix: use thread local isolation the context ( #31410 )
2026-01-22 18:02:54 +08:00
811e43d0d4
fix: non-auto variable type params of agent node tool are not correctly parsed ( #31128 )
...
Co-authored-by: wangzejie <wangzejie@meicai.cn >
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-22 14:43:21 +08:00
fb51e2f36d
Merge remote-tracking branch 'origin/main' into feat/knowledgebase-summaryIndex
2026-01-22 10:45:25 +08:00
211c57f7b6
fix: remove _try_resolve_user_from_request ( #31360 )
2026-01-21 21:19:11 +08:00
5d732edbb0
Merge remote main and resolve conflicts for summaryindex feature
...
- Resolved conflicts in 9 task files by adopting session_factory pattern from main
- Preserved all summaryindex functionality including enable/disable logic
- Updated all task files to use session_factory.create_session() instead of db.session
- Merged new features from main (FileService, DocumentBatchDownloadZipPayload, etc.)
2026-01-21 16:03:54 +08:00
34436fc89c
feat: workflow support register context and read context ( #31265 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Maries <xh001x@hotmail.com >
2026-01-21 14:31:47 +08:00
121d301a41
refactor: use session factory instead of call db.session directly ( #31198 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-21 13:43:06 +08:00
63d33fe93f
fix: fix summary index bug.
2026-01-20 18:14:43 +08:00
008a5f361d
fix: fix summary index bug.
2026-01-20 11:53:16 +08:00
0f1db88dcb
fix: fix dify-plugin-daemon error message ( #31218 )
2026-01-19 16:00:44 +08:00
3b225c01da
refactor: refactor workflow context ( #30607 )
2026-01-19 12:18:51 +08:00
fcb2fe55e7
fix: fix summary index bug.
2026-01-16 18:55:10 +08:00
de610cbf39
fix: call get_text_content() instead of casting to str ( #31121 )
...
Signed-off-by: Stream <Stream_2@qq.com >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2026-01-16 18:41:00 +09:00
869e70964f
fix: fix summary index bug.
2026-01-15 18:09:48 +08:00
74245fea8e
fix: fix summary index bug.
2026-01-15 17:57:15 +08:00
22d0c55363
fix: fix summary index bug.
2026-01-15 15:10:38 +08:00
2bfc54314e
feat: single run add opentelemetry ( #31020 )
2026-01-15 11:10:55 +08:00
98c88cec34
refactor: delete_endpoint should be idempotent ( #30954 )
2026-01-15 10:10:10 +08:00
7eb65b07c8
feat: Make summary index support vision, and make the code more standardized.
2026-01-14 17:52:27 +08:00
01f17b7ddc
refactor(http_request_node): apply DI for http request node ( #30509 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-14 14:19:48 +08:00