Commit Graph

199 Commits

Author SHA1 Message Date
StyleZhang
4f5dc82459 fix 2024-09-04 15:03:35 +08:00
Yi
5cb018e15d update the method to check if a node is in iteration 2024-09-04 14:59:30 +08:00
StyleZhang
4962b2c460 check node edge 2024-09-04 13:27:17 +08:00
Yi
cd42dbdae8 update the log for iteration nodes 2024-09-04 10:27:40 +08:00
Yi
6bee121ebe update log in web app 2024-09-03 17:27:32 +08:00
Yi
3431b19f9a update styling and iteration log 2024-09-03 11:46:04 +08:00
Yi
b28c7b1cda Merge branch 'feat/workflow-parallel-support' of github.com:langgenius/dify into feat/workflow-parallel-support 2024-09-03 10:35:15 +08:00
Yi
83343eefe6 update parallel log 2024-09-03 10:34:50 +08:00
StyleZhang
70aced0100 fix 2024-09-02 18:38:21 +08:00
takatost
35d9c59a29 Merge remote-tracking branch 'origin/feat/workflow-parallel-support' into feat/workflow-parallel-support 2024-09-02 17:56:16 +08:00
StyleZhang
7035f64ce3 fix: next step 2024-09-02 17:52:54 +08:00
takatost
81d09d471c Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
#	api/core/app/apps/advanced_chat/app_generator.py
#	api/core/app/apps/workflow/app_generator.py
2024-09-02 17:52:51 +08:00
StyleZhang
43240fcd41 fix 2024-09-02 14:50:05 +08:00
Yi
29b1ce781d fix: node end status 2024-09-01 22:00:54 +08:00
Hirotaka Miyagi
024d688b77
fix(RetrievalConfig): Fix score threshold assignment for zero value (#7865) 2024-09-01 14:57:50 +08:00
Yi
71a7d890cc fix styling 2024-08-30 23:31:05 +08:00
Yi
ee1587c939 fix: make the End node always nested in the root 2024-08-30 20:14:56 +08:00
Yi
d7c0ca852e feat: inner parallels will be added to its corresponding branch 2024-08-30 20:08:57 +08:00
Yi
e3295181d2 fix a typo 2024-08-30 18:01:13 +08:00
Yi
2b5b856126 solve the branch issue 2024-08-30 17:58:29 +08:00
Yi
e3ae529a55 update the onNodeFinished method for nodes being passed through more than once 2024-08-30 17:00:02 +08:00
Yi
708256ef1d Merge branch 'feat/workflow-parallel-support' of github.com:langgenius/dify into feat/workflow-parallel-support 2024-08-30 15:23:21 +08:00
StyleZhang
7c9081a8fc fix 2024-08-30 13:44:01 +08:00
Yi
1bde57e591 delete console logs 2024-08-29 17:54:26 +08:00
Yi
32a11cbb6a update the parallel workflow log for iteration and chatflow preview 2024-08-29 17:26:17 +08:00
Yi
3e257ae907 update the workflow parallel log 2024-08-29 16:38:51 +08:00
StyleZhang
f43596f226 fix: parallel branch limit 2024-08-29 11:31:34 +08:00
NFish
ad30668eb6
Sync Input component from feat/attachments branch (#7782) 2024-08-29 11:23:16 +08:00
takatost
6b6750b9ad Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
#	api/services/app_generate_service.py
2024-08-28 18:01:57 +08:00
StyleZhang
4418fa1d2b fix: bug 2024-08-28 17:40:50 +08:00
YidaHu
3a67fc6c5a
feat: add support for array types in available variable list (#7715) 2024-08-28 17:30:13 +08:00
StyleZhang
8ba5673606 feat: iteration support parallel 2024-08-28 16:00:17 +08:00
StyleZhang
4e3dc36e37 fix: workflow run edge status 2024-08-27 14:39:56 +08:00
StyleZhang
9c8144e463 feat: parallel hover 2024-08-26 17:49:11 +08:00
takatost
76bb8d1c1a Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
#	api/services/app_generate_service.py
#	api/services/workflow_service.py
2024-08-26 16:17:19 +08:00
StyleZhang
1016db160e feat: parallel hover 2024-08-26 16:09:22 +08:00
Yi Xiao
3be756eaed
feat: tooltip (#7634) 2024-08-26 13:00:02 +08:00
takatost
4771e85630 Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
#	api/tests/integration_tests/workflow/nodes/test_code.py
#	api/tests/unit_tests/core/workflow/nodes/test_answer.py
#	api/tests/unit_tests/core/workflow/nodes/test_if_else.py
#	api/tests/unit_tests/core/workflow/nodes/test_variable_assigner.py
2024-08-24 17:26:44 +08:00
Joel
fb75bd9790
chore: improve the check time of variable name in conversation and env var (#7572) 2024-08-23 15:08:34 +08:00
edo1z
0a7ab9a47d
fix: incorrect duplication when no target node is selected (#7539) 2024-08-23 13:16:15 +08:00
Yi Xiao
9618f86980
fix: workflow context menu popup issue (#7530) 2024-08-23 13:14:17 +08:00
Yi Xiao
a71fc18530
feat: set workflow zoom range for shortcut (#7563) 2024-08-23 13:11:55 +08:00
takatost
5b22d8f8b2 Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
#	api/core/workflow/nodes/llm/llm_node.py
#	api/core/workflow/nodes/question_classifier/question_classifier_node.py
2024-08-23 00:32:28 +08:00
takatost
35be41b337 Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
#	api/core/app/apps/advanced_chat/app_generator.py
#	api/core/app/apps/advanced_chat/generate_task_pipeline.py
#	api/core/app/apps/workflow/app_runner.py
#	api/core/app/apps/workflow/generate_task_pipeline.py
#	api/core/app/task_pipeline/workflow_cycle_state_manager.py
#	api/core/workflow/entities/variable_pool.py
#	api/core/workflow/nodes/code/code_node.py
#	api/core/workflow/nodes/llm/llm_node.py
#	api/core/workflow/nodes/start/start_node.py
#	api/core/workflow/nodes/variable_assigner/__init__.py
#	api/tests/integration_tests/workflow/nodes/test_llm.py
#	api/tests/integration_tests/workflow/nodes/test_parameter_extractor.py
#	api/tests/unit_tests/core/workflow/nodes/test_answer.py
#	api/tests/unit_tests/core/workflow/nodes/test_if_else.py
#	api/tests/unit_tests/core/workflow/nodes/test_variable_assigner.py
2024-08-21 16:59:23 +08:00
Yeuoly
784b11ce19
Chore/remove python dependencies selector (#7494) 2024-08-21 16:57:14 +08:00
Joel
c70d69322b
feat: support dialogue count in chatflow (#7440) 2024-08-20 18:28:39 +08:00
Yi Xiao
8b06105fa1
Feat: shortcut hook (#7385) 2024-08-19 18:11:11 +08:00
StyleZhang
1973f5003b feat: frontend support parallel 2024-08-16 16:55:08 +08:00
Joel
135dcfa3e5
fix: not show correct iteration times number in run history (#7318) 2024-08-15 21:02:41 +08:00
KVOJJJin
d07b2b9915
Fix: missing default value of type array object in conversation variable modal (#7309) 2024-08-15 17:28:12 +08:00