Commit Graph

184 Commits

Author SHA1 Message Date
Joel
b358ed3a5b fix: init workflow image crash 2024-10-11 14:31:14 +08:00
Hash Brown
3dfbc348e3
feat: improved SVG output UX (#8765) 2024-09-26 19:41:59 +08:00
非法操作
cb1942c242
chore: make url display in the middle of http node (#8741) 2024-09-25 11:27:17 +08:00
Nam Vu
bef83a4d2e
fix: typos and improve naming conventions: (#8687) 2024-09-23 21:32:58 +08:00
Hash Brown
11d09a92d0
fix: send message error when last sent message not succeeded (#8682) 2024-09-23 18:44:09 +08:00
Hash Brown
2d869d6831
fix: send message error when chatting with opening statement (#8627) 2024-09-22 16:41:40 +08:00
Hash Brown
8c51d06222
feat: regenerate in Chat, agent and Chatflow app (#7661)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2024-09-22 03:15:11 +08:00
Nam Vu
aa5b2db10a
chore: workflow BRANCH, PARALLEL i18n (#8452) 2024-09-15 17:13:39 +08:00
yanxiyue
de7bc22649
fix: sys_var startwith 'sys.' not 'sys' #8421 (#8422)
Co-authored-by: wuling <wuling@ke.com>
2024-09-14 15:16:12 +08:00
Pika
5b18e851d2
fix: when the variable does not exist, an error should be prompted (#8413)
Co-authored-by: Chen(MAC) <chenchen404@outlook.com>
2024-09-14 14:08:10 +08:00
Yi Xiao
8d2269f762
fix: copy and paste shortcut in the textarea of the workflow run panel (#8345) 2024-09-13 12:20:56 +08:00
Pika
a9c1f1a041
fix(workflow): fix var-selector not update when edges change (#8259)
Co-authored-by: Chen(MAC) <chenchen404@outlook.com>
2024-09-13 11:03:39 +08:00
Kevin9703
ec57922bb6
fix(workflow/hooks/use-shortcuts): resolve issue of copy shortcut not working in workflow debug and preview panel (#8249)
Co-authored-by: Yi <yxiaoisme@gmail.com>
2024-09-12 10:39:18 +08:00
DDDDD12138
fe8191b899
enhance: improve empty data display for detail panel (#8266) 2024-09-11 18:24:18 +08:00
zxhlyh
91942e37ff
fix: workflow parallel limit in ifelse node (#8242) 2024-09-11 11:30:33 +08:00
Joel
d1605952b0
fix: input chat input wrong padding (#8207) 2024-09-10 17:01:32 +08:00
takatost
dabfd74622
feat: Parallel Execution of Nodes in Workflows (#8192)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: Yi <yxiaoisme@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-09-10 15:23:16 +08:00
Nam Vu
2d7954c7da
Fix variable typo (#8084) 2024-09-08 13:14:11 +08:00
Nam Vu
031a0b576d
fix: i18n typo (#8077)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2024-09-07 16:59:38 +08:00
Yi Xiao
cdb08be951
fix: overflow issues in chat history (#8062)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2024-09-06 19:20:18 +08:00
Charlie.Wei
01858e1caf
ifEsle node add regex match (#8007) 2024-09-06 17:44:09 +08:00
Joel
7fdd964379
fix: frontend handle sometimes server not generate the wrong follow up data struct (#7916) 2024-09-03 14:09:46 +08:00
Hirotaka Miyagi
024d688b77
fix(RetrievalConfig): Fix score threshold assignment for zero value (#7865) 2024-09-01 14:57:50 +08:00
NFish
ad30668eb6
Sync Input component from feat/attachments branch (#7782) 2024-08-29 11:23:16 +08:00
YidaHu
3a67fc6c5a
feat: add support for array types in available variable list (#7715) 2024-08-28 17:30:13 +08:00
Yi Xiao
3be756eaed
feat: tooltip (#7634) 2024-08-26 13:00:02 +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
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
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
AIxGEEK
04131f86df
fix: inability-to-add-node-and-change-the-edge (#7303) 2024-08-15 17:26:11 +08:00
KVOJJJin
429e85f5d6
Fix: support hide env & conversation var in prompt editor (#7256) 2024-08-14 15:14:39 +08:00
Joel
9381c08c43
chore: not use step_boundary field (#7231) 2024-08-13 17:22:33 +08:00
KVOJJJin
935e72d449
Feat: conversation variable & variable assigner node (#7222)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-08-13 14:44:10 +08:00
zxhlyh
f9cf418f0f
Fix/workflow run single step (#7194) 2024-08-12 17:14:17 +08:00
zxhlyh
925f0d2e09
fix: workflow search blocks (#7097)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2024-08-08 15:33:02 +08:00
zxhlyh
1571a8afd4
fix: workflow delete node shortcut (#7076) 2024-08-08 10:42:08 +08:00
crazywoola
7f18c06b0a
fix: code-block-missing-checks (#7002) 2024-08-06 16:11:14 +08:00
Yi Xiao
0c22e4e3d1
Feat/new confirm (#6984)
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2024-08-06 14:31:13 +08:00
Vico Chu
1c043b8426
Chores: fix name typo (#6987) 2024-08-06 13:33:21 +08:00
quicksand
e4587b2151
chore: MAX_TREE_DEPTH spelling mistake (#6965) 2024-08-05 18:41:08 +08:00
crazywoola
79715345ef
fix: import workflow errors (#6937) 2024-08-04 14:34:39 +08:00
Kevin9703
4d0a6cc382
fix(nodes/knowledge-retrieval): workflow knowledge retrieval rerank model check (#6918) 2024-08-02 20:30:05 +08:00
zxhlyh
33dab4fe54
fix: multiple retrieval default weighted score (#6897) 2024-08-02 14:05:27 +08:00
zxhlyh
9ae88ede12
chore: n to 1 retrieval (#6839) 2024-08-01 13:45:18 +08:00