twwu
04d01c8409
refactor(icons): remove unused Globe01 icon and related files
1 ay önce
jyong
7efe215d2b
fix file name
1 ay önce
Novice
25e3f4da04
fix(pipeline-tracing-log): datasource icon error
1 ay önce
Novice
68f4d4b97c
fix(rag-pipeline-dsl): dsl import session error
1 ay önce
twwu
c40dfe7060
fix(pipeline): correct API endpoint for stopping workflow runs
1 ay önce
jyong
647af6fc69
fix file name
1 ay önce
twwu
5114569017
refactor(document-picker): enhance chunking mode handling and improve parent mode label logic
1 ay önce
twwu
f811855f79
fix(workflow): ensure variable updates only occur for matching selectors in updateNodeVars
2 ay önce
twwu
c7510d3f54
refactor(panel): simplify outputSchema mapping for improved readability
2 ay önce
jyong
e3092837e4
fix file name
2 ay önce
twwu
46731dc8a1
Merge branch 'feat/rag-2' of https://github.com/langgenius/dify into feat/rag-2
2 ay önce
twwu
1214942eb7
refactor(datasets): rename 'markdown' to 'content' for consistency across components
2 ay önce
jyong
dd89c9aa21
fix preview and recommend plugins
2 ay önce
jyong
5ab3cd7213
fix preview and recommend plugins
2 ay önce
jyong
49d268d4a3
fix preview and recommend plugins
2 ay önce
Novice
aa670c8982
fix(datasource): add datasource icon in tracing panel
2 ay önce
Joel
c8d60f372d
fix: in pipeline not show the node config right
2 ay önce
twwu
c4f0691454
refactor(workflow): update fetchInspectVars calls to accept empty parameters
2 ay önce
jyong
451948d49c
Merge remote-tracking branch 'origin/feat/rag-2' into feat/rag-2
2 ay önce
jyong
fd3b55cc16
fix preview and recommend plugins
2 ay önce
QuantumGhost
0212f0de9f
fix(api): fix workflow execution
2 ay önce
twwu
9eb1c15906
Merge branch 'feat/rag-2' of https://github.com/langgenius/dify into feat/rag-2
2 ay önce
twwu
110211d966
refactor(uploader): replace YAML icon with pipeline icon and update label text
2 ay önce
Joel
08d6fcfd52
fix: large data markdown ui problems
2 ay önce
twwu
d755b2885e
refactor(workflow): enhance handleExportDSL function and clean up code structure
2 ay önce
twwu
b4c98daa8d
refactor(workflow): update RAG tool suggestions and improve filtering logic
2 ay önce
jyong
58e598dac8
Merge branch 'main' into feat/rag-2
2 ay önce
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
2 ay önce
Asuka Minato
462e764a3c
typevar example (#25064)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2 ay önce
github-actions[bot]
0e8a37dca8
chore: translate i18n files (#25061)
Co-authored-by: zxhlyh <16177003+zxhlyh@users.noreply.github.com>
2 ay önce
zyileven
bffbe54120
fix: Solve the problem of opening remarks appearing in the chat cont… (#25067)
2 ay önce
Joel
c422d732d2
fix: tool bool input can choose file
2 ay önce
Joel
df0fe49fcc
fix: one step run schema type file not support
2 ay önce
zxhlyh
97875d2b55
plugin dependencies select all
2 ay önce
-LAN-
8c97937cae
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
2 ay önce
非法操作
b673560b92
feat: improve multi model credentials (#25009)
Co-authored-by: Claude <noreply@anthropic.com>
2 ay önce
zxhlyh
9e125e2029
Refactor/model credential (#24994)
2 ay önce
-LAN-
b88146c443
chore: consolidate type checking in style workflow (#25053)
2 ay önce
-LAN-
c40cb7fd59
[Chore/Refactor] Update .gitignore to exclude pyrightconfig.json while preserving api/pyrightconfig.json (#25055)
2 ay önce
twwu
9a79d8941e
Merge branch 'feat/rag-2' of https://github.com/langgenius/dify into feat/rag-2
2 ay önce
twwu
9d3772f7d6
feat(workflow): add DisplayContent component for improved variable inspection and integrate schema type handling
2 ay önce
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.
2 ay önce
QuantumGhost
e761f38d26
fix(api): adjust gevent patching
2 ay önce
QuantumGhost
e2ff7fac77
fix(api): fix variable truncation related field not returned.
2 ay önce
jyong
617dc247f5
fix preview and recommend plugins
2 ay önce
-LAN-
f6acff4cce
chore: remove unused variables
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 ay önce
-LAN-
3fa48cb5cf
chore: remove ty-check from Python style check.
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 ay önce
-LAN-
b81745aed8
Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine
2 ay önce
-LAN-
9d5956cef8
[Chore/Refactor] Switch from MyPy to Basedpyright for type checking (#25047)
Signed-off-by: -LAN- <laipz8200@outlook.com>
2 ay önce
jyong
e1b6da21f4
fix preview and recommend plugins
2 ay önce