+40
5bbf685035
feat: fix i18n missing keys and merge upstream/main ( #24615 )
...
Signed-off-by: -LAN- <[email protected] >
Signed-off-by: kenwoodjw <[email protected] >
Signed-off-by: Yongtao Huang <[email protected] >
Signed-off-by: yihong0618 <[email protected] >
Signed-off-by: zhanluxianshen <[email protected] >
Co-authored-by: -LAN- <[email protected] >
Co-authored-by: GuanMu <[email protected] >
Co-authored-by: Davide Delbianco <[email protected] >
Co-authored-by: NeatGuyCoding <[email protected] >
Co-authored-by: kenwoodjw <[email protected] >
Co-authored-by: Yongtao Huang <[email protected] >
Co-authored-by: Yongtao Huang <[email protected] >
Co-authored-by: Qiang Lee <[email protected] >
Co-authored-by: 李强04 <[email protected] >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Asuka Minato <[email protected] >
Co-authored-by: Matri Qi <[email protected] >
Co-authored-by: huayaoyue6 <[email protected] >
Co-authored-by: Bowen Liang <[email protected] >
Co-authored-by: znn <[email protected] >
Co-authored-by: crazywoola <[email protected] >
Co-authored-by: crazywoola <[email protected] >
Co-authored-by: Copilot <[email protected] >
Co-authored-by: yihong <[email protected] >
Co-authored-by: Muke Wang <[email protected] >
Co-authored-by: wangmuke <[email protected] >
Co-authored-by: Wu Tianwei <[email protected] >
Co-authored-by: quicksand <[email protected] >
Co-authored-by: 非法操作 <[email protected] >
Co-authored-by: zxhlyh <[email protected] >
Co-authored-by: Eric Guo <[email protected] >
Co-authored-by: Zhedong Cen <[email protected] >
Co-authored-by: jiangbo721 <[email protected] >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: hjlarry <[email protected] >
Co-authored-by: lxsummer <[email protected] >
Co-authored-by: 湛露先生 <[email protected] >
Co-authored-by: Guangdong Liu <[email protected] >
Co-authored-by: QuantumGhost <[email protected] >
Co-authored-by: Claude <[email protected] >
Co-authored-by: Yessenia-d <[email protected] >
Co-authored-by: huangzhuo1949 <[email protected] >
Co-authored-by: huangzhuo <[email protected] >
Co-authored-by: 17hz <[email protected] >
Co-authored-by: Amy <[email protected] >
Co-authored-by: Joel <[email protected] >
Co-authored-by: Nite Knite <[email protected] >
Co-authored-by: Yeuoly <[email protected] >
Co-authored-by: Petrus Han <[email protected] >
Co-authored-by: iamjoel <[email protected] >
Co-authored-by: Kalo Chin <[email protected] >
Co-authored-by: Ujjwal Maurya <[email protected] >
Co-authored-by: Maries <[email protected] >
2025-08-27 15:07:28 +08:00
18f2e6f166
refactor: Use specific error types for workflow execution ( #24475 )
...
Co-authored-by: Claude <[email protected] >
2025-08-25 16:19:12 +08:00
a7b558b38b
feat/trigger: support specifying root node ( #24388 )
...
Co-authored-by: Claude <[email protected] >
2025-08-23 20:44:03 +08:00
6aed7e3ff4
feat/trigger universal entry ( #24358 )
...
Co-authored-by: Claude <[email protected] >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-08-23 20:18:08 +08:00
cfefe4f738
Feat: Education ( #24208 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-08-20 15:38:14 +08:00
Yongtao Huang and GitHub
6b5c2bea4d
Fix: correctly match http/https URLs in image upload file ( #24180 )
2025-08-19 22:44:22 +08:00
c0702aacac
Use typing.Literal to replace str places ( #24099 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-08-18 21:34:13 +08:00
QuantumGhost and GitHub
e600070a61
feat(api): auto-delete WorkflowDraftVariable when app is deleted ( #23737 )
...
This commit introduces a background task that automatically deletes `WorkflowDraftVariable` records when
their associated workflow apps are deleted.
Additionally, it adds a new cleanup script
`cleanup-orphaned-draft-variables` to remove existing orphaned draft variables from the database.
2025-08-13 11:13:08 +08:00
b3399642c5
feat: Add an asynchronous repository to improve workflow performance ( #20050 )
...
Co-authored-by: liangxin <[email protected] >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: liangxin <[email protected] >
2025-08-13 02:28:06 +08:00
NeatGuyCoding and GitHub
4a72fa6268
fix: Enhance doc_form null checking, exception handling, and rollback logic ( #23713 )
2025-08-11 13:53:40 +08:00
14e1c16cf2
Fix ClickZetta stability and reduce logging noise ( #23632 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-08-08 22:57:47 +08:00
62772e8871
fix: ensure vector database cleanup on dataset deletion regardless of document presence (affects all 33 vector databases) ( #23574 )
...
Co-authored-by: Claude <[email protected] >
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2025-08-08 09:18:43 +08:00
Asuka Minato and GitHub
58608f51da
replace db with sa to get typing support ( #23240 )
2025-08-02 23:54:23 +08:00
Asuka Minato and GitHub
79ea94483e
refine some orm types ( #22885 )
2025-07-31 18:43:04 +08:00
Yongtao Huang and GitHub
f17ca26b10
Fix: add missing db.session.close() to ensure proper session cleanup ( #23122 )
2025-07-30 10:34:24 +08:00
NeatGuyCoding and GitHub
cba5bd588c
minor fix: wrong position of retry_document_indexing_task time elapsed ( #23099 )
2025-07-29 20:54:37 +08:00
Jyong and GitHub
3248d728ac
fix retry document db session issue ( #23046 )
2025-07-28 15:56:49 +08:00
zhaobingshuang and GitHub
5c5f61b2aa
fix(dataset): CELERY_BROKER uses amqp rabbitmq. When adding document segments in batches and uploading large files, the status will always remain stuck at "In batch processing" #22709 ( #23038 )
2025-07-28 14:24:13 +08:00
Asuka Minato and GitHub
a189d293f8
make logging not use f-str, change others to f-str ( #22882 )
2025-07-25 10:32:48 +08:00
de611ab344
Feat: add notification for change email completed ( #22812 )
...
Co-authored-by: Yansong Zhang <[email protected] >
2025-07-24 14:16:39 +08:00
ef51678c73
orm filter -> where ( #22801 )
...
Signed-off-by: -LAN- <[email protected] >
Co-authored-by: -LAN- <[email protected] >
Co-authored-by: Claude <[email protected] >
2025-07-24 00:57:45 +08:00
eaae79a581
feat: plugin auto upgrade strategy ( #19758 )
...
Co-authored-by: Joel <[email protected] >
Co-authored-by: crazywoola <[email protected] >
Co-authored-by: Copilot <[email protected] >
Co-authored-by: Novice <[email protected] >
2025-07-23 15:33:39 +08:00
6d3e198c3c
Mapped column ( #22644 )
...
Co-authored-by: Copilot <[email protected] >
2025-07-23 00:39:59 +08:00
0f4809b9b8
refactor: centralize email internationalization handling ( #22752 )
...
Co-authored-by: Claude <[email protected] >
2025-07-23 00:26:00 +08:00
Aryan Raj and GitHub
ce794335e9
Fix/replace datetime patterns with naive utc now ( #22654 )
2025-07-20 11:05:53 +08:00
a4f421028c
Feat/change user email ( #22213 )
...
Co-authored-by: NFish <[email protected] >
Co-authored-by: JzoNg <[email protected] >
Co-authored-by: Garfield Dai <[email protected] >
2025-07-17 10:55:59 +08:00
6eb155ae69
feat(api/repo): Allow to config repository implementation ( #21458 )
...
Signed-off-by: -LAN- <[email protected] >
Co-authored-by: QuantumGhost <[email protected] >
2025-07-14 14:54:38 +08:00
535fff62f3
feat: add MCP support ( #20716 )
...
Co-authored-by: QuantumGhost <[email protected] >
2025-07-10 14:01:34 +08:00
wangsen3 and GitHub
b237113311
Update clean_document_task.py ( #22090 )
2025-07-10 09:18:50 +08:00
f6aa2498a3
document indexing not bound to a Session ( #21015 )
...
Co-authored-by: xuhaixing <[email protected] >
2025-06-14 17:44:35 +02:00
Dongyu Li and GitHub
92614765ff
Feat/queue monitor ( #20647 )
2025-06-04 19:56:34 +08:00
Jyong and GitHub
fb12a3033d
fix celery job not closed issue ( #19268 )
2025-05-30 14:42:47 +08:00
-LAN- and GitHub
f7fb10635f
refactor(workflow): Rename workflow node execution models ( #20458 )
...
Signed-off-by: -LAN- <[email protected] >
2025-05-30 04:56:37 +08:00
-LAN- and GitHub
275b042998
chore(remove_app_and_related_data_task): Revert _delete_app_workflow_node_executions ( #20278 )
...
Signed-off-by: -LAN- <[email protected] >
2025-05-27 14:58:08 +08:00
-LAN- and GitHub
3196dc2d61
refactor: Use typed SQLAlchemy base model and fix type errors ( #19980 )
...
Signed-off-by: -LAN- <[email protected] >
2025-05-21 15:38:03 +08:00
+8
d186daa131
E-300 ( #19726 )
...
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-05-20 12:07:50 +08:00
4977bb21ec
feat(workflow): domain model for workflow node execution ( #19430 )
...
Signed-off-by: -LAN- <[email protected] >
Co-authored-by: Copilot <[email protected] >
2025-05-17 00:56:16 +08:00
非法操作 and GitHub
14cd71ed0a
chore: all model.query replace to db.session.query ( #19521 )
2025-05-12 15:19:41 +08:00
非法操作 and GitHub
b00f94df64
fix: replace all dataset.Model.query to db.session.query(Model) ( #19509 )
2025-05-12 13:52:33 +08:00
-LAN- and GitHub
f23cf98317
refactor: Remove RepositoryFactory ( #19176 )
...
Signed-off-by: -LAN- <[email protected] >
2025-05-06 21:14:51 +08:00
-LAN- and GitHub
d9aa2b155a
refactor: Refactors repository imports structure ( #18901 )
...
Signed-off-by: -LAN- <[email protected] >
2025-04-27 17:29:03 +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
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
-LAN- and GitHub
44a2eca449
refactor: Refactors workflow node execution handling ( #18382 )
...
Signed-off-by: -LAN- <[email protected] >
2025-04-18 20:06:24 +08:00
Bowen Liang and GitHub
636a0ba37f
chore: skip document segments fetching with non-existed dataset of DatasetDocument in add_document_to_index_task task ( #17784 )
2025-04-10 17:12:48 +08:00
Jyong and GitHub
c8145ce581
deal db session in celery worker ( #17549 )
2025-04-07 20:31:26 +08:00
Jyong and GitHub
e1439c4a5b
deal dataset metadata and metadata binding ( #17544 )
2025-04-07 17:38:06 +08:00
Jyong and GitHub
48c2168dff
fix annotation failed when embedding model and dimension changed ( #17347 )
2025-04-03 13:03:22 +08:00
Jyong and GitHub
627a9e2ce1
SaaS: batch upload limit check for sandbox plan ( #17264 )
2025-04-01 16:45:31 +08:00
非法操作 and GitHub
44f911a0a8
chore: docstring not match the function parameter ( #17162 )
2025-03-31 13:19:15 +08:00