Commit Graph
477 Commits
Author SHA1 Message Date
NFish b38286f06a Merge branch 'main' into e-300 2025-05-15 10:34:44 +08:00
-LAN-andGitHub f0137be719 fix(vector_service): Fixes type hinting and removes unnecessary ignores (#19574)
Signed-off-by: -LAN- <[email protected]>
2025-05-13 11:29:02 +08:00
c76d763639 add endpoint of get feedbacks (#18697)
Co-authored-by: lizb <[email protected]>
2025-05-13 10:35:14 +08:00
085bd1aa93 chore: model.query change to db.session.query (#19551)
Co-authored-by: QuantumGhost <[email protected]>
2025-05-13 09:13:12 +08:00
非法操作andGitHub 14cd71ed0a chore: all model.query replace to db.session.query (#19521) 2025-05-12 15:19:41 +08:00
非法操作andGitHub b00f94df64 fix: replace all dataset.Model.query to db.session.query(Model) (#19509) 2025-05-12 13:52:33 +08:00
crazywoolaandGitHub b29087b680 fix: db.session.query(TenantAccountJoin) (#19482) 2025-05-10 04:43:56 -07:00
非法操作andGitHub 220db55e71 fix: TenantAccountJoin has no attribute 'query' (#19445) 2025-05-09 16:20:32 +08:00
-LAN-andGitHub 792b321a81 refactor(models): Use the SQLAlchemy base model. (#19435)
Signed-off-by: -LAN- <[email protected]>
2025-05-09 13:52:05 +08:00
WillandGitHub bfa652f2d0 fix: metadata filtering condition variable unassigned; fix External K… (#19208) 2025-05-07 14:52:09 +08:00
NFish 8d7c903def Merge branch 'fix/reopen-switch-workflow' into e-300 2025-05-07 14:46:56 +08:00
-LAN-andGitHub f23cf98317 refactor: Remove RepositoryFactory (#19176)
Signed-off-by: -LAN- <[email protected]>
2025-05-06 21:14:51 +08:00
Bowen LiangandGitHub 8537abfff8 chore: avoid repeated type ignore noqa by adding flask_restful and flask_login in mypy import exclusions (#19224) 2025-05-06 11:58:49 +08:00
NFish 0301bd3ac1 Merge branch 'main' into e-300 2025-05-06 10:13:49 +08:00
kenwoodjwandGitHub 8bf3f5ea78 fix(api): resolve external knowledge API error due to excessive URL validation (#19003)
The `validators.url` method from the `validators==0.21.0` library enforces a
URL length limit of less than 90 characters, which led to failures in external
knowledge API requests for long URLs.

This PR addresses the issue by replacing `validators.url` with 
`urllib.parse.urlparse`, effectively removing the restrictive URL length check.

Additionally, the unused `validators` dependency has been removed.

Fixes #18981.

Signed-off-by: kenwoodjw <[email protected]>
2025-04-29 22:32:38 +08:00
QuantumGhostandGitHub bd1bbfee4b Enhance Code Consistency Across Repository with .editorconfig (#19023) 2025-04-29 18:04:33 +08:00
+8 2480abb792 Refactor/merge v1 (#19069)
Signed-off-by: -LAN- <[email protected]>
Co-authored-by: Hash Brown <[email protected]>
Co-authored-by: crazywoola <[email protected]>
Co-authored-by: GareArc <[email protected]>
Co-authored-by: Byron.wang <[email protected]>
Co-authored-by: Joel <[email protected]>
Co-authored-by: -LAN- <[email protected]>
Co-authored-by: Garfield Dai <[email protected]>
Co-authored-by: KVOJJJin <[email protected]>
Co-authored-by: Alexi.F <[email protected]>
Co-authored-by: Xiyuan Chen <[email protected]>
Co-authored-by: kautsar_masuara <[email protected]>
Co-authored-by: achmad-kautsar <[email protected]>
Co-authored-by: Xin Zhang <[email protected]>
Co-authored-by: kelvintsim <[email protected]>
Co-authored-by: zxhlyh <[email protected]>
Co-authored-by: Zixuan Cheng <[email protected]>
2025-04-29 15:27:27 +08:00
-LAN-andGitHub d9aa2b155a refactor: Refactors repository imports structure (#18901)
Signed-off-by: -LAN- <[email protected]>
2025-04-27 17:29:03 +08:00
YeuolyandGitHub abafa68647 refactor: rename plugin manager to plugin client and rename path from manager to impl (#18876) 2025-04-27 14:22:25 +08:00
+101 0a20210a59 feat: Add W&B Weave Tracing Integration (#14262)
Signed-off-by: Yuichiro Utsumi <[email protected]>
Signed-off-by: -LAN- <[email protected]>
Signed-off-by: yihong0618 <[email protected]>
Signed-off-by: kenwoodjw <[email protected]>
Signed-off-by: ChengZi <[email protected]>
Signed-off-by: cl <[email protected]>
Co-authored-by: Yu Chun Chang <[email protected]>
Co-authored-by: Kyle Chang <[email protected]>
Co-authored-by: Lick-liu <[email protected]>
Co-authored-by: crazywoola <[email protected]>
Co-authored-by: Yuichiro Utsumi <[email protected]>
Co-authored-by: NFish <[email protected]>
Co-authored-by: Yeuoly <[email protected]>
Co-authored-by: Wu Tianwei <[email protected]>
Co-authored-by: DDDDD12138 <[email protected]>
Co-authored-by: Jyong <[email protected]>
Co-authored-by: -LAN- <[email protected]>
Co-authored-by: Novice <[email protected]>
Co-authored-by: yihong <[email protected]>
Co-authored-by: Kalo Chin <[email protected]>
Co-authored-by: zxhlyh <[email protected]>
Co-authored-by: jiangbo721 <[email protected]>
Co-authored-by: 刘江波 <[email protected]>
Co-authored-by: Lam <[email protected]>
Co-authored-by: crazywoola <[email protected]>
Co-authored-by: Mars <[email protected]>
Co-authored-by: mars <[email protected]>
Co-authored-by: Joe <[email protected]>
Co-authored-by: Rafael Carvalho <[email protected]>
Co-authored-by: Joel <[email protected]>
Co-authored-by: 非法操作 <[email protected]>
Co-authored-by: kenwoodjw <[email protected]>
Co-authored-by: codingjaguar <[email protected]>
Co-authored-by: ChengZi <[email protected]>
Co-authored-by: Fei He <[email protected]>
Co-authored-by: Arcaner <[email protected]>
Co-authored-by: Xiyuan Chen <[email protected]>
Co-authored-by: KVOJJJin <[email protected]>
Co-authored-by: XiaoBa <[email protected]>
Co-authored-by: Xiaoba Yu <[email protected]>
Co-authored-by: zhangyuhang <[email protected]>
Co-authored-by: yuhang2.zhang <[email protected]>
Co-authored-by: 诗浓 <[email protected]>
Co-authored-by: RookieAgent <[email protected]>
Co-authored-by: sho-takano-dev <[email protected]>
Co-authored-by: 過世秋風 <[email protected]>
Co-authored-by: Yi Feng <[email protected]>
Co-authored-by: QuantumGhost <[email protected]>
Co-authored-by: Yongtao Huang <[email protected]>
Co-authored-by: ShadowJobs <[email protected]>
Co-authored-by: LinYing <[email protected]>
Co-authored-by: Benjamin <[email protected]>
Co-authored-by: LiuBodong <[email protected]>
Co-authored-by: huangzhuo1949 <[email protected]>
Co-authored-by: huangzhuo <[email protected]>
Co-authored-by: csurong <[email protected]>
Co-authored-by: 傻笑zz <[email protected]>
Co-authored-by: L8ng <[email protected]>
Co-authored-by: Bowen Liang <[email protected]>
Co-authored-by: Novice Lee <[email protected]>
Co-authored-by: GuanMu <[email protected]>
Co-authored-by: LittleFish-15 <[email protected]>
Co-authored-by: 诗浓 <[email protected]>
Co-authored-by: luckylhb90 <[email protected]>
Co-authored-by: hobo.l <[email protected]>
Co-authored-by: Gen Sato <[email protected]>
Co-authored-by: twwu <[email protected]>
Co-authored-by: StoneFancyX <[email protected]>
Co-authored-by: StoneFancyX <[email protected]>
Co-authored-by: Naoki KOBAYASHI <[email protected]>
Co-authored-by: kurokobo <[email protected]>
Co-authored-by: cyflhn <[email protected]>
Co-authored-by: Yingchun Lai <[email protected]>
Co-authored-by: jimmyfen <[email protected]>
Co-authored-by: Xuetao Song <[email protected]>
Co-authored-by: Panpan <[email protected]>
Co-authored-by: wyy-holding <[email protected]>
Co-authored-by: リイノ Lin <[email protected]>
Co-authored-by: Ning <[email protected]>
Co-authored-by: Linh Nguyen <[email protected]>
Co-authored-by: Junjie.M <[email protected]>
Co-authored-by: Ron <[email protected]>
Co-authored-by: Novice <[email protected]>
Co-authored-by: NanoNova <[email protected]>
Co-authored-by: JaydenZhou <[email protected]>
Co-authored-by: dotdotdot <[email protected]>
Co-authored-by: Good Wood <[email protected]>
Co-authored-by: Ryosei Karaki <[email protected]>
Co-authored-by: chenhuan0728 <[email protected]>
Co-authored-by: chenhuan <huan.chen0728@foxmail>
Co-authored-by: lenbo <[email protected]>
Co-authored-by: Jiang <[email protected]>
Co-authored-by: jiangzhijie <[email protected]>
Co-authored-by: Yongtao Huang <[email protected]>
Co-authored-by: zhangkun-21 <[email protected]>
Co-authored-by: hsiong <[email protected]>
Co-authored-by: 李远军 <[email protected]>
Co-authored-by: yourchanges <[email protected]>
Co-authored-by: David <[email protected]>
Co-authored-by: liuzhenghua <[email protected]>
Co-authored-by: taokuizu <[email protected]>
Co-authored-by: Hanqing Zhao <[email protected]>
Co-authored-by: JimintheBox <[email protected]>
Co-authored-by: wlleiiwang <[email protected]>
Co-authored-by: wlleiiwang <[email protected]>
Co-authored-by: Alex <[email protected]>
Co-authored-by: yuanlong <[email protected]>
Co-authored-by: wanttobeamaster <[email protected]>
Co-authored-by: xiaozhiqing.xzq <[email protected]>
Co-authored-by: Chenhe Gu <[email protected]>
Co-authored-by: tyounami <[email protected]>
Co-authored-by: bo.zhao <[email protected]>
Co-authored-by: ClSlaid <[email protected]>
Co-authored-by: adru <[email protected]>
Co-authored-by: horochx <[email protected]>
2025-04-26 04:28:30 -07:00
YeuolyandGitHub f6305858a5 fix(plugin_service): Add marketplace enabled check before plugin operations (#18806) 2025-04-26 08:02:53 +08:00
-LAN-andGitHub 09a5f8da1d feat(app_dsl_service): Refines version compatibility logic (#18798)
Signed-off-by: -LAN- <[email protected]>
2025-04-25 18:42:39 +08:00
Alex ChimandGitHub 12836f9db9 Resolves #18536 Retreive conversation variables (#18581) 2025-04-25 11:52:25 +08:00
-LAN-andGitHub e9aedc701c chore: Updates version numbers for upcoming release (#18550)
Signed-off-by: -LAN- <[email protected]>
2025-04-23 16:26:55 +08:00
6b7dfee88b fix: Validates session factory type in repository (#18497)
Signed-off-by: -LAN- <[email protected]>
Co-authored-by: Copilot <[email protected]>
2025-04-22 16:04:06 +08:00
非法操作andGitHub 18e4f42c3c fix draft run node exception (#18520) 2025-04-22 13:02:38 +08:00
-LAN-andGitHub 2543162dec fix: cannot delete workflow version if other version is published as a tool (#18486)
Signed-off-by: -LAN- <[email protected]>
2025-04-21 17:58:22 +08:00
-LAN-andGitHub 44a2eca449 refactor: Refactors workflow node execution handling (#18382)
Signed-off-by: -LAN- <[email protected]>
2025-04-18 20:06:24 +08:00
Xiyuan ChenandGitHub 4247a6b807 fix: reset_password security issue (#18363) 2025-04-18 05:06:09 -04:00
caa179a1d3 If the DSL version is less than 0.1.5, it causes errors in an intranet environment. (#18273)
Co-authored-by: warlocgao <[email protected]>
2025-04-17 15:25:31 +08:00
e912928cce fix: create child chunk (#18209)
Co-authored-by: devxing <[email protected]>
2025-04-16 19:56:21 +08:00
诗浓andGitHub 4166f73d9d fix: page/limit param not effective (#18196) 2025-04-16 17:26:47 +08:00
95283b4dd3 Feat/change split length method (#18097)
Co-authored-by: JzoNg <[email protected]>
2025-04-16 12:28:22 +08:00
YeuolyandGitHub 2134a76517 feat: add minimum dify version requirement to plugins (#18022) 2025-04-14 20:09:22 +08:00
JasonfishandGitHub 1f722cde22 fix(api): Some params were ignored when creating empty Datasets through API (#17932) 2025-04-14 10:24:01 +08:00
Yongtao HuangandGitHub 5d72003ebb Remove dead code (#17899) 2025-04-11 20:33:52 +08:00
-LAN-andGitHub 08a693a0a0 fix: published workflow(tool) can be deleted. (#17900)
Signed-off-by: -LAN- <[email protected]>
2025-04-11 19:39:09 +08:00
0e0220bdbf fix: return null url when upload local file (#17752)
Co-authored-by: achmad-kautsar <[email protected]>
2025-04-10 18:05:18 +08:00
YeuolyandGitHub 33324ee23d refactor: add API endpoint to list latest plugin versions and query it in a asynchronous way (#17695) 2025-04-09 17:49:27 +08:00
f1e4d5ed6c Fix Performance Issues: (#17083)
Co-authored-by: Wang Han <[email protected]>
2025-04-09 11:22:53 +08:00
b5498a373a Accelerate migration (#17088)
Co-authored-by: Wang Han <[email protected]>
2025-04-09 10:12:16 +08:00
07ed728605 fix: segment keywords bug (#17599)
Co-authored-by: huangzhuo <[email protected]>
2025-04-08 13:57:07 +08:00
f54905e685 feat: Integrate WaterCrawl.dev as a new knowledge base provider (#16396)
Co-authored-by: crazywoola <[email protected]>
2025-04-07 12:43:23 +08:00
crazywoolaandGitHub 3e698074e7 Fix/17466 cannot create a knowledge base by adding files (#17470) 2025-04-06 00:03:05 +08:00
Dongyu LiandGitHub 2e9997110a Fix/dsl kb encrypt (#17353) 2025-04-03 17:29:34 +08:00
bravomarkandGitHub 5aa82629dd fix: #15548 Resolve errors in SQL queries caused by SELECT fields not appearing in the GROUP BY clause. (#17408) 2025-04-03 16:48:50 +08:00
PerfectoandGitHub 16c722d1d8 fix: move hardcoded text to language settings (#16990) (#17133) 2025-04-02 22:35:51 +08:00
JyongandGitHub 627a9e2ce1 SaaS: batch upload limit check for sandbox plan (#17264) 2025-04-01 16:45:31 +08:00
Xiyuan ChenandGitHub 9c4be5d098 Feat/education api (#17168) 2025-04-01 02:45:34 -04:00
liuzhenghuaandGitHub d5b48a0aa3 fix: keywords field not persist in segements api (#17151) 2025-04-01 11:20:32 +08:00