-LAN- and GitHub
8f15341f1e
fix(event_handlers): DB dead lock ( #21468 )
...
Signed-off-by: -LAN- <[email protected] >
2025-06-25 16:20:37 +08:00
QuantumGhost and GitHub
10b738a296
feat: Persist Variables for Enhanced Debugging Workflow ( #20699 )
...
This pull request introduces a feature aimed at improving the debugging experience during workflow editing. With the addition of variable persistence, the system will automatically retain the output variables from previously executed nodes. These persisted variables can then be reused when debugging subsequent nodes, eliminating the need for repetitive manual input.
By streamlining this aspect of the workflow, the feature minimizes user errors and significantly reduces debugging effort, offering a smoother and more efficient experience.
Key highlights of this change:
- Automatic persistence of output variables for executed nodes.
- Reuse of persisted variables to simplify input steps for nodes requiring them (e.g., `code`, `template`, `variable_assigner`).
- Enhanced debugging experience with reduced friction.
Closes #19735 .
2025-06-24 09:05:29 +08:00
7b9e01aa07
Feat/support sendgrid ( #21011 )
...
Co-authored-by: André de Matteo <[email protected] >
Co-authored-by: crazywoola <[email protected] >
2025-06-19 10:27:38 +08:00
LiuBo and GitHub
17fe62cf91
feat: add support for Matrixone database ( #20714 )
2025-06-19 10:20:12 +08:00
Bowen Liang and GitHub
0f3d4d0b6e
chore: bump mypy to 1.16 ( #20608 )
2025-06-11 01:01:33 +08:00
-LAN- and GitHub
957f5b212e
fix: Upgrade Flask-Cors ( #20577 )
...
Signed-off-by: -LAN- <[email protected] >
2025-06-03 16:35:34 +08:00
-LAN- and GitHub
f59fb94dae
feat(agent_node): ensure that the enum-checking syntax is compatible with Python 3.11. ( #20373 )
...
Signed-off-by: -LAN- <[email protected] >
2025-05-28 19:56:17 +08:00
Dongyu Li and GitHub
c57726a587
fix[cve]: update qdrant-client from 1.7.3 to 1.9.0 ( #20231 )
2025-05-27 11:08:26 +08:00
Boris Feld and GitHub
c939f04b1a
Add support for tracking conversation with Opik Tracer ( #20063 )
2025-05-22 16:11:50 +08:00
Boris Feld and GitHub
9afd7f6c87
chore: Update S3StorageConfig to match boto3 type hints ( #20072 )
2025-05-22 14:10:14 +08:00
Raina Otoni and GitHub
6a8ca8296b
chore: update redis dependency to version 6.1.0 in api/pyproject.toml ( #19885 )
2025-05-20 10:45:03 +08:00
crazywoola and GitHub
7ae529c3b0
Revert "chore: upgrade Redis from v6 to v7 in middlewares" ( #19960 )
2025-05-20 10:44:53 +08:00
Bowen Liang and GitHub
a18a6f50ab
chore: upgrade Redis from v6 to v7 in middlewares ( #19935 )
2025-05-20 09:36:21 +08:00
-LAN- and GitHub
10a724cc62
chore: Update dependencies in pyproject.toml ( #19598 )
...
Signed-off-by: -LAN- <[email protected] >
2025-05-13 16:12:17 +08:00
-LAN- and GitHub
f1e7099541
chore(pyproject.toml): Upgrade transformers and resend ( #19562 )
...
Signed-off-by: -LAN- <[email protected] >
2025-05-13 09:12:59 +08:00
Bowen Liang and GitHub
855e850ef3
feat: enable Redis client-side caching ( #19493 )
2025-05-12 09:34:25 +08:00
Yuichiro Utsumi and GitHub
c7a8885d9d
fix: fix pypdfium2 version to 4.30.0 ( #19443 )
...
Signed-off-by: Yuichiro Utsumi <[email protected] >
2025-05-09 16:23:20 +08:00
Bowen Liang and GitHub
cbc8ebd8f5
chore: bump pydantic to 2.11 and pydantic-settings to 2.9 ( #15049 )
2025-05-08 17:39:51 +08:00
Bowen Liang and GitHub
e352ab2bdd
chore: required pip and performance improvment in mypy checks ( #19225 )
2025-05-06 09:16:43 +08:00
Bowen Liang and GitHub
e2cae42115
chore: bump celery from 5.4 to 5.5 ( #19190 )
2025-05-03 20:07:04 +08:00
Bowen Liang and GitHub
12c96b93d9
immediately return initialed tiktokenizer instance and remove dead code in usage of tiktokenizer ( #17957 )
2025-04-30 16:07:20 +08:00
kenwoodjw and GitHub
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
-LAN- and GitHub
a54773fbff
refactor: switch to dynamic versioning in package configuration ( #19019 )
...
Signed-off-by: -LAN- <[email protected] >
2025-04-28 19:51:50 +08:00
-LAN- and GitHub
49678e4b48
chore: Bump version to 1.3.1 ( #18962 )
...
Signed-off-by: -LAN- <[email protected] >
2025-04-28 16:45:17 +08:00
crazywoola and GitHub
2c2af1d117
feat: add VTT data transform to Document extractor ( #18936 )
2025-04-28 13:45:15 +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
Junjie.M and GitHub
cd9e6609ad
fix: project version to 1.3.0 in package.json and uv.lock ( #18684 )
2025-04-24 17:16:41 +08:00
tmuife and GitHub
7b6523e54d
Update Oracle db connection library and change connection pool to single connection ( #18466 )
2025-04-21 17:56:57 +08:00
Novice and GitHub
da9269ca97
feat: structured output ( #17877 )
2025-04-18 16:33:53 +08:00
AichiB7A and GitHub
2a0d7533d7
[Unit Test] Generate coverage number for UT ( #18106 )
2025-04-16 11:55:37 +08:00
Bowen Liang and GitHub
9d7357058a
chore: merge lint dependency group into dev group of python packages ( #18088 )
2025-04-15 20:50:06 +08:00
12de1d175c
build: introduce uv as Python package manager ( #16317 )
...
Co-authored-by: QuantumGhost <[email protected] >
2025-04-15 16:16:49 +08:00
AichiB7A and GitHub
6c167038af
[Observability] Instrument with celery ( #18029 )
2025-04-15 11:35:34 +08:00
AichiB7A and GitHub
5f8d20b5b2
[Observability] Integrate OpenTelemetry ( #17627 )
2025-04-11 17:04:06 +08:00
Bowen Liang and GitHub
0a939feaa3
chore: remove non-existed extra msg for unstructured package ( #17670 )
2025-04-11 09:29:20 +08:00
Bowen Liang and GitHub
0b1259fc4a
chore: add script for running mypy type checks and speed up mypy checks in CI jobs ( #17489 )
2025-04-09 13:03:53 +08:00
7f70cadacb
feat: support Tablestore vector database ( #16601 )
...
Co-authored-by: xiaozhiqing.xzq <[email protected] >
2025-03-27 15:53:33 +08:00
a743d5dc71
feat: tencent vectordb: use grpc client and set upsert batch size ( #16016 )
...
Co-authored-by: wlleiiwang <[email protected] >
2025-03-27 12:20:16 +08:00
Jyong and GitHub
30792a1e1a
install pandoc ( #16825 )
2025-03-26 22:34:10 +08:00
Bowen Liang and GitHub
e0fc7f69dd
fix the major and minor version of stub types declaration with build date stripped ( #16709 )
2025-03-25 21:23:44 +08:00
Bowen Liang and GitHub
9e782d4c1e
chore: bump ruff to 0.11.0 and fix linting violations ( #15953 )
2025-03-17 16:13:11 +08:00
c960b364c9
chore: update opendal version ( #14343 )
...
Signed-off-by: yihong0618 <[email protected] >
Signed-off-by: -LAN- <[email protected] >
Co-authored-by: -LAN- <[email protected] >
2025-03-11 20:44:09 +08:00
-LAN- and GitHub
3254018ddb
feat(workflow_service): workflow version control api. ( #14860 )
...
Signed-off-by: -LAN- <[email protected] >
2025-03-10 13:34:31 +08:00
2968482199
downgrade boto3 to use s3 compatible storage. Fixes #15225 ( #15261 )
...
Co-authored-by: engchina <[email protected] >
2025-03-10 09:56:38 +08:00
Bowen Liang and GitHub
64e122c5f6
chore: Bump ruff to 0.9.9 ( #13356 )
2025-03-03 15:16:08 +08:00
非法操作 and GitHub
8d4136d864
fix: document extractor can't parse excel ( #14695 )
2025-03-03 10:35:47 +08:00
Warren Chen and GitHub
02dc835721
[chore] upgrade bedrock ( #14387 )
2025-02-26 16:51:20 +08:00
Bowen Liang and GitHub
363c46ace8
fix: add missing package xinference_client to pass vdb CI tests ( #13865 )
2025-02-17 23:37:49 +08:00
+110
403e2d58b9
Introduce Plugins ( #13836 )
...
Signed-off-by: yihong0618 <[email protected] >
Signed-off-by: -LAN- <[email protected] >
Signed-off-by: xhe <[email protected] >
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: takatost <[email protected] >
Co-authored-by: kurokobo <[email protected] >
Co-authored-by: Novice Lee <[email protected] >
Co-authored-by: zxhlyh <[email protected] >
Co-authored-by: AkaraChen <[email protected] >
Co-authored-by: Yi <[email protected] >
Co-authored-by: Joel <[email protected] >
Co-authored-by: JzoNg <[email protected] >
Co-authored-by: twwu <[email protected] >
Co-authored-by: Hiroshi Fujita <[email protected] >
Co-authored-by: AkaraChen <[email protected] >
Co-authored-by: NFish <[email protected] >
Co-authored-by: Wu Tianwei <[email protected] >
Co-authored-by: 非法操作 <[email protected] >
Co-authored-by: Novice <[email protected] >
Co-authored-by: Hiroki Nagai <[email protected] >
Co-authored-by: Gen Sato <[email protected] >
Co-authored-by: eux <[email protected] >
Co-authored-by: huangzhuo1949 <[email protected] >
Co-authored-by: huangzhuo <[email protected] >
Co-authored-by: lotsik <[email protected] >
Co-authored-by: crazywoola <[email protected] >
Co-authored-by: nite-knite <[email protected] >
Co-authored-by: Jyong <[email protected] >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: gakkiyomi <[email protected] >
Co-authored-by: CN-P5 <[email protected] >
Co-authored-by: CN-P5 <[email protected] >
Co-authored-by: Chuehnone <[email protected] >
Co-authored-by: yihong <[email protected] >
Co-authored-by: Kevin9703 <[email protected] >
Co-authored-by: -LAN- <[email protected] >
Co-authored-by: Boris Feld <[email protected] >
Co-authored-by: mbo <[email protected] >
Co-authored-by: mabo <[email protected] >
Co-authored-by: Warren Chen <[email protected] >
Co-authored-by: JzoNgKVO <[email protected] >
Co-authored-by: jiandanfeng <[email protected] >
Co-authored-by: zhu-an <[email protected] >
Co-authored-by: zhaoqingyu.1075 <[email protected] >
Co-authored-by: 海狸大師 <[email protected] >
Co-authored-by: Xu Song <[email protected] >
Co-authored-by: rayshaw001 <[email protected] >
Co-authored-by: Ding Jiatong <[email protected] >
Co-authored-by: Bowen Liang <[email protected] >
Co-authored-by: JasonVV <[email protected] >
Co-authored-by: le0zh <[email protected] >
Co-authored-by: zhuxinliang <[email protected] >
Co-authored-by: k-zaku <[email protected] >
Co-authored-by: luckylhb90 <[email protected] >
Co-authored-by: hobo.l <[email protected] >
Co-authored-by: jiangbo721 <[email protected] >
Co-authored-by: 刘江波 <[email protected] >
Co-authored-by: Shun Miyazawa <[email protected] >
Co-authored-by: EricPan <[email protected] >
Co-authored-by: crazywoola <[email protected] >
Co-authored-by: sino <[email protected] >
Co-authored-by: Jhvcc <[email protected] >
Co-authored-by: lowell <[email protected] >
Co-authored-by: Boris Polonsky <[email protected] >
Co-authored-by: Ademílson Tonato <[email protected] >
Co-authored-by: Ademílson Tonato <[email protected] >
Co-authored-by: IWAI, Masaharu <[email protected] >
Co-authored-by: Yueh-Po Peng (Yabi) <[email protected] >
Co-authored-by: Jason <[email protected] >
Co-authored-by: Xin Zhang <[email protected] >
Co-authored-by: yjc980121 <[email protected] >
Co-authored-by: heyszt <[email protected] >
Co-authored-by: Abdullah AlOsaimi <[email protected] >
Co-authored-by: Abdullah AlOsaimi <[email protected] >
Co-authored-by: Yingchun Lai <[email protected] >
Co-authored-by: Hash Brown <[email protected] >
Co-authored-by: zuodongxu <[email protected] >
Co-authored-by: Masashi Tomooka <[email protected] >
Co-authored-by: aplio <[email protected] >
Co-authored-by: Obada Khalili <[email protected] >
Co-authored-by: Nam Vu <[email protected] >
Co-authored-by: Kei YAMAZAKI <[email protected] >
Co-authored-by: TechnoHouse <[email protected] >
Co-authored-by: Riddhimaan-Senapati <[email protected] >
Co-authored-by: MaFee921 <[email protected] >
Co-authored-by: te-chan <[email protected] >
Co-authored-by: HQidea <[email protected] >
Co-authored-by: Joshbly <[email protected] >
Co-authored-by: xhe <[email protected] >
Co-authored-by: weiwenyan-dev <[email protected] >
Co-authored-by: ex_wenyan.wei <[email protected] >
Co-authored-by: engchina <[email protected] >
Co-authored-by: engchina <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 呆萌闷油瓶 <[email protected] >
Co-authored-by: Kemal <[email protected] >
Co-authored-by: Lazy_Frog <[email protected] >
Co-authored-by: Yi Xiao <[email protected] >
Co-authored-by: Steven sun <[email protected] >
Co-authored-by: steven <[email protected] >
Co-authored-by: Kalo Chin <[email protected] >
Co-authored-by: Katy Tao <[email protected] >
Co-authored-by: depy <[email protected] >
Co-authored-by: 胡春东 <[email protected] >
Co-authored-by: Junjie.M <[email protected] >
Co-authored-by: MuYu <[email protected] >
Co-authored-by: Naoki Takashima <[email protected] >
Co-authored-by: Summer-Gu <[email protected] >
Co-authored-by: Fei He <[email protected] >
Co-authored-by: ybalbert001 <[email protected] >
Co-authored-by: Yuanbo Li <[email protected] >
Co-authored-by: douxc <[email protected] >
Co-authored-by: liuzhenghua <[email protected] >
Co-authored-by: Wu Jiayang <[email protected] >
Co-authored-by: Your Name <[email protected] >
Co-authored-by: kimjion <[email protected] >
Co-authored-by: AugNSo <[email protected] >
Co-authored-by: llinvokerl <[email protected] >
Co-authored-by: liusurong.lsr <[email protected] >
Co-authored-by: Vasu Negi <[email protected] >
Co-authored-by: Hundredwz <[email protected] >
Co-authored-by: Xiyuan Chen <[email protected] >
2025-02-17 17:05:13 +08:00
-LAN- and GitHub
87763fc234
feat(model_providers): Support deepseek for Azure AI Foundry ( #13267 )
...
Signed-off-by: -LAN- <[email protected] >
2025-02-06 12:45:48 +08:00