jyong
647af6fc69
fix file name
2025-09-04 10:36:44 +08:00
twwu
5114569017
refactor(document-picker): enhance chunking mode handling and improve parent mode label logic
2025-09-04 09:59:55 +08:00
twwu
f811855f79
fix(workflow): ensure variable updates only occur for matching selectors in updateNodeVars
2025-09-03 23:28:32 +08:00
twwu
c7510d3f54
refactor(panel): simplify outputSchema mapping for improved readability
2025-09-03 23:06:12 +08:00
jyong
e3092837e4
fix file name
2025-09-03 21:26:28 +08:00
twwu
46731dc8a1
Merge branch 'feat/rag-2' of https://github.com/langgenius/dify into feat/rag-2
2025-09-03 20:33:01 +08:00
twwu
1214942eb7
refactor(datasets): rename 'markdown' to 'content' for consistency across components
2025-09-03 20:32:48 +08:00
jyong
dd89c9aa21
fix preview and recommend plugins
2025-09-03 19:51:07 +08:00
jyong
5ab3cd7213
fix preview and recommend plugins
2025-09-03 19:42:20 +08:00
jyong
49d268d4a3
fix preview and recommend plugins
2025-09-03 19:20:14 +08:00
Novice
aa670c8982
fix(datasource): add datasource icon in tracing panel
2025-09-03 18:23:23 +08:00
Joel
c8d60f372d
fix: in pipeline not show the node config right
2025-09-03 18:21:51 +08:00
twwu
c4f0691454
refactor(workflow): update fetchInspectVars calls to accept empty parameters
2025-09-03 18:15:14 +08:00
jyong
451948d49c
Merge remote-tracking branch 'origin/feat/rag-2' into feat/rag-2
2025-09-03 18:10:14 +08:00
jyong
fd3b55cc16
fix preview and recommend plugins
2025-09-03 18:09:56 +08:00
QuantumGhost
0212f0de9f
fix(api): fix workflow execution
2025-09-03 17:11:43 +08:00
twwu
9eb1c15906
Merge branch 'feat/rag-2' of https://github.com/langgenius/dify into feat/rag-2
2025-09-03 16:51:57 +08:00
twwu
110211d966
refactor(uploader): replace YAML icon with pipeline icon and update label text
2025-09-03 16:51:49 +08:00
Joel
08d6fcfd52
fix: large data markdown ui problems
2025-09-03 16:48:41 +08:00
twwu
d755b2885e
refactor(workflow): enhance handleExportDSL function and clean up code structure
2025-09-03 16:22:59 +08:00
twwu
b4c98daa8d
refactor(workflow): update RAG tool suggestions and improve filtering logic
2025-09-03 16:05:55 +08:00
jyong
58e598dac8
Merge branch 'main' into feat/rag-2
2025-09-03 15:01:41 +08:00
jyong
d4aed3df5c
Merge branch 'feat/queue-based-graph-engine' into feat/rag-2
...
# Conflicts:
# api/core/memory/token_buffer_memory.py
# api/core/rag/extractor/notion_extractor.py
# api/core/repositories/sqlalchemy_workflow_node_execution_repository.py
# api/core/variables/variables.py
# api/core/workflow/graph/graph.py
# api/core/workflow/graph_engine/entities/event.py
# api/services/dataset_service.py
# web/app/components/app-sidebar/index.tsx
# web/app/components/base/tag-management/selector.tsx
# web/app/components/base/toast/index.tsx
# web/app/components/datasets/create/website/index.tsx
# web/app/components/datasets/create/website/jina-reader/base/options-wrap.tsx
# web/app/components/workflow/header/version-history-button.tsx
# web/app/components/workflow/hooks/use-inspect-vars-crud-common.ts
# web/app/components/workflow/hooks/use-workflow-interactions.ts
# web/app/components/workflow/panel/version-history-panel/index.tsx
# web/service/base.ts
2025-09-03 15:01:06 +08:00
Asuka Minato
462e764a3c
typevar example ( #25064 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-09-03 14:54:38 +08:00
github-actions[bot]
0e8a37dca8
chore: translate i18n files ( #25061 )
...
Co-authored-by: zxhlyh <16177003+zxhlyh@users.noreply.github.com>
2025-09-03 14:48:53 +08:00
zyileven
bffbe54120
fix: Solve the problem of opening remarks appearing in the chat cont… ( #25067 )
2025-09-03 14:48:30 +08:00
Joel
c422d732d2
fix: tool bool input can choose file
2025-09-03 14:41:29 +08:00
Joel
df0fe49fcc
fix: one step run schema type file not support
2025-09-03 14:28:13 +08:00
zxhlyh
97875d2b55
plugin dependencies select all
2025-09-03 14:27:29 +08:00
-LAN-
8c97937cae
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
2025-09-03 13:53:43 +08:00
非法操作
b673560b92
feat: improve multi model credentials ( #25009 )
...
Co-authored-by: Claude <noreply@anthropic.com>
2025-09-03 13:52:31 +08:00
zxhlyh
9e125e2029
Refactor/model credential ( #24994 )
2025-09-03 13:36:59 +08:00
-LAN-
b88146c443
chore: consolidate type checking in style workflow ( #25053 )
2025-09-03 13:34:43 +08:00
-LAN-
c40cb7fd59
[Chore/Refactor] Update .gitignore to exclude pyrightconfig.json while preserving api/pyrightconfig.json ( #25055 )
2025-09-03 13:34:07 +08:00
twwu
9a79d8941e
Merge branch 'feat/rag-2' of https://github.com/langgenius/dify into feat/rag-2
2025-09-03 12:59:34 +08:00
twwu
9d3772f7d6
feat(workflow): add DisplayContent component for improved variable inspection and integrate schema type handling
2025-09-03 12:59:22 +08:00
QuantumGhost
d2e341367e
fix(api): fix relations of WorkflowNodeExecutionModel not preloaded
...
`WorkflowNodeExecutionModel.offload_data` should be preloaded to
provide info about the offloading information of execution record.
The `RagPipelineService.get_node_last_run` does not utilize
`DifyAPISQLAlchemyWorkflowNodeExecutionRepository` so the loading
logics is not changed.
In the commit we migrate to calling
`DifyAPISQLAlchemyWorkflowNodeExecutionRepository` to avoid such issue.
2025-09-03 12:30:20 +08:00
QuantumGhost
e761f38d26
fix(api): adjust gevent patching
2025-09-03 12:29:39 +08:00
QuantumGhost
e2ff7fac77
fix(api): fix variable truncation related field not returned.
2025-09-03 12:29:38 +08:00
jyong
617dc247f5
fix preview and recommend plugins
2025-09-03 12:15:03 +08:00
-LAN-
f6acff4cce
chore: remove unused variables
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-09-03 12:12:27 +08:00
-LAN-
3fa48cb5cf
chore: remove ty-check from Python style check.
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-09-03 12:05:41 +08:00
-LAN-
b81745aed8
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
2025-09-03 11:56:05 +08:00
-LAN-
9d5956cef8
[Chore/Refactor] Switch from MyPy to Basedpyright for type checking ( #25047 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-09-03 11:52:26 +08:00
jyong
e1b6da21f4
fix preview and recommend plugins
2025-09-03 11:35:41 +08:00
Joel
b10d7d5b22
fix: datasource file can not be chosen
2025-09-03 11:31:53 +08:00
湛露先生
1fff4620e6
clean console apis and rag cleans. ( #25042 )
...
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-09-03 11:25:18 +08:00
-LAN-
8c41d95d03
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
2025-09-03 11:06:42 +08:00
Joel
885c7d26e5
feat: handle choose select
2025-09-03 11:05:15 +08:00
-LAN-
c3820f55f4
chore: translate Chinese comments to English in ClickZetta Volume storage module ( #25037 )
2025-09-03 10:57:58 +08:00