Joe
|
26e46d365c
|
fix: workflow trace user_id error (#6932)
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-04 03:28:50 +08:00 |
|
Vicky Guo
|
829472a1d7
|
switch to diffy_config with Pydantic in files, moderation and app (#6747)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2024-07-29 02:57:45 +08:00 |
|
-LAN-
|
5e6fc58db3
|
Feat/environment variables in workflow (#6515)
Co-authored-by: JzoNg <jzongcode@gmail.com>
|
2024-07-22 15:29:39 +08:00 |
|
guogeer
|
4fdcb30ff8
|
fix: custom tool input number fail (#6200)
Co-authored-by: jinqi.guo <jinqi.guo@ubtrobot.com>
|
2024-07-14 22:11:13 +08:00 |
|
chenxu9741
|
6ef401a9f0
|
feat:add tts-streaming config and future (#5492)
|
2024-07-09 11:33:58 +08:00 |
|
-LAN-
|
d7f75d17cc
|
Chore/remove-unused-code (#5917)
|
2024-07-04 18:18:26 +08:00 |
|
-LAN-
|
66a62e6c13
|
refactor(api/core/app/apps/base_app_generator.py): improve input validation and sanitization in BaseAppGenerator (#5866)
|
2024-07-02 18:58:07 +08:00 |
|
Bowen Liang
|
dcb72e0067
|
chore: apply flake8-comprehensions Ruff rules to improve collection comprehensions (#5652)
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2024-06-27 11:21:31 +08:00 |
|
Joe
|
4e2de638af
|
feat: add ops trace (#5483)
Co-authored-by: takatost <takatost@gmail.com>
|
2024-06-26 17:33:29 +08:00 |
|
takatost
|
4a031de0d9
|
feat: make Citations and Attributions display enable default (#5508)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
|
2024-06-24 13:03:49 +08:00 |
|
takatost
|
415022aa14
|
fix: pydantic2 error (#5172)
|
2024-06-14 03:05:04 +08:00 |
|
Bowen Liang
|
f976740b57
|
improve: mordernizing validation by migrating pydantic from 1.x to 2.x (#4592)
|
2024-06-14 01:05:37 +08:00 |
|
Yeuoly
|
0cccf9c67d
|
feat: introduce APP_MAX_EXECUTION_TIME (#5167)
|
2024-06-13 23:08:05 +08:00 |
|
Yeuoly
|
80a87f36ea
|
fix: missing iterator in task pipeline (#4948)
|
2024-06-05 15:10:20 +08:00 |
|
takatost
|
d1dbbc1e33
|
feat: backend model load balancing support (#4927)
|
2024-06-05 00:13:04 +08:00 |
|
Yeuoly
|
e852a21634
|
Feat/workflow phase2 (#4687)
|
2024-05-27 22:01:11 +08:00 |
|
Bowen Liang
|
04ad46dd31
|
chore: skip unnecessary key checks prior to accessing a dictionary (#4497)
|
2024-05-19 18:30:45 +08:00 |
|
takatost
|
d8926a2571
|
feat: hide node detail outputs in webapp & installed app in explore (#3954)
|
2024-05-11 13:40:11 +08:00 |
|
takatost
|
c2f0f958ef
|
fix: passing in 0 as a numeric variable will be converted to null (#4148)
|
2024-05-07 16:38:23 +08:00 |
|
takatost
|
b82a2d97ef
|
fix: db connections not being released during workflow execution (#3971)
|
2024-04-29 12:42:09 +08:00 |
|
takatost
|
ff67a6d338
|
feat: llm text stream support for workflow app (#3798)
Co-authored-by: JzoNg <jzongcode@gmail.com>
|
2024-04-28 17:37:00 +08:00 |
|
takatost
|
3da179f77b
|
feat: add conversation_id and user_id in chatflow/workflow system vars (#3771)
Co-authored-by: Joel <iamjoel007@gmail.com>
|
2024-04-24 17:20:01 +08:00 |
|
takatost
|
2ea8c73cd8
|
fix: type num of variable converted to str (#3758)
|
2024-04-24 15:07:56 +08:00 |
|
liuzhenghua
|
e02ee3bb2e
|
fix event/stream ping (#3553)
|
2024-04-17 18:28:24 +08:00 |
|
takatost
|
5b447d61a6
|
feat: refactor tongyi models (#3496)
|
2024-04-15 22:28:32 +08:00 |
|
takatost
|
12f1ce4794
|
feat: optimize the efficiency of generating chatbot conversation name (#3472)
|
2024-04-14 23:50:24 +08:00 |
|
Yeuoly
|
cea107b165
|
Refactor/react agent (#3355)
|
2024-04-11 18:34:17 +08:00 |
|
Jyong
|
b6de97ad53
|
Remove langchain dataset retrival agent logic (#3311)
|
2024-04-10 20:37:22 +08:00 |
|
Yeuoly
|
14bb0b02ac
|
Feat/Agent-Image-Processing (#3293)
Co-authored-by: Joel <iamjoel007@gmail.com>
|
2024-04-10 14:48:40 +08:00 |
|
takatost
|
7753ba2d37
|
FEAT: NEW WORKFLOW ENGINE (#3160)
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: jyong <jyong@dify.ai>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: jyong <718720800@qq.com>
|
2024-04-08 18:51:46 +08:00 |
|