CorrectRoad
618981f1ae
fix: fix duplicate app lose custom image ( #19775 )
2025-05-20 16:44:51 +08:00
NFish
d186daa131
E-300 ( #19726 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Hash Brown <hi@xzd.me>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: GareArc <chen4851@purdue.edu>
Co-authored-by: Byron.wang <byron@dify.ai>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
Co-authored-by: KVOJJJin <jzongcode@gmail.com>
Co-authored-by: Alexi.F <654973939@qq.com>
Co-authored-by: Xiyuan Chen <52963600+GareArc@users.noreply.github.com>
Co-authored-by: kautsar_masuara <61046989+izon-masuara@users.noreply.github.com>
Co-authored-by: achmad-kautsar <achmad.kautsar@insignia.co.id>
Co-authored-by: Xin Zhang <sjhpzx@gmail.com>
Co-authored-by: kelvintsim <83445753+kelvintsim@users.noreply.github.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: Zixuan Cheng <61724187+Theysua@users.noreply.github.com>
2025-05-20 12:07:50 +08:00
heyszt
11146b6bae
fix create_tracing_app_config error ( #19884 )
2025-05-19 10:09:21 +08:00
-LAN-
7d0106b220
fix: correct type mismatch in WorkflowService node execution handling ( #19846 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-05-17 12:31:27 +08:00
-LAN-
4977bb21ec
feat(workflow): domain model for workflow node execution ( #19430 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-05-17 00:56:16 +08:00
Emmanuel Ferdman
582b721160
Resolve Python Logger library warnings ( #19791 )
...
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2025-05-16 14:31:54 +08:00
-LAN-
937d151187
chore: Updates version numbers to 1.4.0 and related services ( #19731 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-05-15 16:03:16 +08:00
-LAN-
f0137be719
fix(vector_service): Fixes type hinting and removes unnecessary ignores ( #19574 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-05-13 11:29:02 +08:00
Ganondorf
c76d763639
add endpoint of get feedbacks ( #18697 )
...
Co-authored-by: lizb <lizb@sugon.com>
2025-05-13 10:35:14 +08:00
非法操作
085bd1aa93
chore: model.query change to db.session.query ( #19551 )
...
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
2025-05-13 09:13:12 +08:00
非法操作
14cd71ed0a
chore: all model.query replace to db.session.query ( #19521 )
2025-05-12 15:19:41 +08:00
非法操作
b00f94df64
fix: replace all dataset.Model.query to db.session.query(Model) ( #19509 )
2025-05-12 13:52:33 +08:00
crazywoola
b29087b680
fix: db.session.query(TenantAccountJoin) ( #19482 )
2025-05-10 04:43:56 -07:00
非法操作
220db55e71
fix: TenantAccountJoin has no attribute 'query' ( #19445 )
2025-05-09 16:20:32 +08:00
-LAN-
792b321a81
refactor(models): Use the SQLAlchemy base model. ( #19435 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-05-09 13:52:05 +08:00
Will
bfa652f2d0
fix: metadata filtering condition variable unassigned; fix External K… ( #19208 )
2025-05-07 14:52:09 +08:00
-LAN-
f23cf98317
refactor: Remove RepositoryFactory ( #19176 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-05-06 21:14:51 +08:00
Bowen Liang
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
kenwoodjw
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 <blackxin55+@gmail.com>
2025-04-29 22:32:38 +08:00
QuantumGhost
bd1bbfee4b
Enhance Code Consistency Across Repository with `.editorconfig` ( #19023 )
2025-04-29 18:04:33 +08:00
-LAN-
d9aa2b155a
refactor: Refactors repository imports structure ( #18901 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-04-27 17:29:03 +08:00
Yeuoly
abafa68647
refactor: rename plugin manager to plugin client and rename path from manager to impl ( #18876 )
2025-04-27 14:22:25 +08:00
Bharat Ramanathan
0a20210a59
feat: Add W&B Weave Tracing Integration ( #14262 )
...
Signed-off-by: Yuichiro Utsumi <utsumi.yuichiro@fujitsu.com>
Signed-off-by: -LAN- <laipz8200@outlook.com>
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
Signed-off-by: ChengZi <chen.zhang@zilliz.com>
Signed-off-by: cl <cailue@apache.org>
Co-authored-by: Yu Chun Chang <changyuchun159630@gmail.com>
Co-authored-by: Kyle Chang <kylechang@91app.com>
Co-authored-by: Lick-liu <51771897+Lick-liu@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: Yuichiro Utsumi <81412151+utsumi-fj@users.noreply.github.com>
Co-authored-by: NFish <douxc512@gmail.com>
Co-authored-by: Yeuoly <45712896+Yeuoly@users.noreply.github.com>
Co-authored-by: Wu Tianwei <30284043+WTW0313@users.noreply.github.com>
Co-authored-by: DDDDD12138 <43703884+DDDDD12138@users.noreply.github.com>
Co-authored-by: Jyong <76649700+JohnJyong@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Novice <857526207@qq.com>
Co-authored-by: yihong <zouzou0208@gmail.com>
Co-authored-by: Kalo Chin <91766386+fdb02983rhy@users.noreply.github.com>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: jiangbo721 <365065261@qq.com>
Co-authored-by: 刘江波 <jiangbo721@163.com>
Co-authored-by: Lam <scau_ljw@126.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: Mars <524574386@qq.com>
Co-authored-by: mars <linjx2@by-health.com>
Co-authored-by: Joe <79627742+ZhouhaoJiang@users.noreply.github.com>
Co-authored-by: Rafael Carvalho <r.carvalho@me.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: 非法操作 <hjlarry@163.com>
Co-authored-by: kenwoodjw <blackxin55+@gmail.com>
Co-authored-by: codingjaguar <codingjaguar@gmail.com>
Co-authored-by: ChengZi <chen.zhang@zilliz.com>
Co-authored-by: Fei He <droxer.he@gmail.com>
Co-authored-by: Arcaner <52057416+lrhan321@users.noreply.github.com>
Co-authored-by: Xiyuan Chen <52963600+GareArc@users.noreply.github.com>
Co-authored-by: KVOJJJin <jzongcode@gmail.com>
Co-authored-by: XiaoBa <94062266+XiaoBa-Yu@users.noreply.github.com>
Co-authored-by: Xiaoba Yu <xb1823725853@gmail.com>
Co-authored-by: zhangyuhang <2827528315@qq.com>
Co-authored-by: yuhang2.zhang <yuhang2.zhang@ly.com>
Co-authored-by: 诗浓 <nyaashino@gmail.com>
Co-authored-by: RookieAgent <42060616+Sakura4036@users.noreply.github.com>
Co-authored-by: sho-takano-dev <shota.takano.dev@gmail.com>
Co-authored-by: 過世秋風 <1040926235@qq.com>
Co-authored-by: Yi Feng <66539215+bigyifeng@users.noreply.github.com>
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
Co-authored-by: Yongtao Huang <99629139+hyongtao-db@users.noreply.github.com>
Co-authored-by: ShadowJobs <794878115@qq.com>
Co-authored-by: LinYing <linying@momenta.ai>
Co-authored-by: Benjamin <benjaminx@gmail.com>
Co-authored-by: LiuBodong <liubodong2010@126.com>
Co-authored-by: huangzhuo1949 <167434202+huangzhuo1949@users.noreply.github.com>
Co-authored-by: huangzhuo <huangzhuo1@xiaomi.com>
Co-authored-by: csurong <csurong1@gmail.com>
Co-authored-by: 傻笑zz <43721571+shaxiaozz@users.noreply.github.com>
Co-authored-by: L8ng <straydragonl@foxmail.com>
Co-authored-by: Bowen Liang <liangbowen@gf.com.cn>
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
Co-authored-by: GuanMu <ballmanjq@gmail.com>
Co-authored-by: LittleFish-15 <58618983+LittleFish-15@users.noreply.github.com>
Co-authored-by: 诗浓 <844670992@qq.com>
Co-authored-by: luckylhb90 <luckylhb90@gmail.com>
Co-authored-by: hobo.l <hobo.l@binance.com>
Co-authored-by: Gen Sato <52241300+halogen22@users.noreply.github.com>
Co-authored-by: twwu <twwu@dify.ai>
Co-authored-by: StoneFancyX <53338920+StoneFancyX@users.noreply.github.com>
Co-authored-by: StoneFancyX <kindbin@qq.com>
Co-authored-by: Naoki KOBAYASHI <naotama@gmail.com>
Co-authored-by: kurokobo <kuro664@gmail.com>
Co-authored-by: cyflhn <cyflhn@163.com>
Co-authored-by: Yingchun Lai <laiyingchun@apache.org>
Co-authored-by: jimmyfen <757343258@qq.com>
Co-authored-by: Xuetao Song <xuetaomagicsong@gmail.com>
Co-authored-by: Panpan <wurui.dev@gmail.com>
Co-authored-by: wyy-holding <59436937+wyy-holding@users.noreply.github.com>
Co-authored-by: リイノ Lin <sorphwer@gmail.com>
Co-authored-by: Ning <accelerator314@gmail.com>
Co-authored-by: Linh Nguyen <55907715+batman0911@users.noreply.github.com>
Co-authored-by: Junjie.M <118170653@qq.com>
Co-authored-by: Ron <svcvit@gmail.com>
Co-authored-by: Novice <novice12185727@gmail.com>
Co-authored-by: NanoNova <kid1412621@gmail.com>
Co-authored-by: JaydenZhou <380774082@qq.com>
Co-authored-by: dotdotdot <823150982@qq.com>
Co-authored-by: Good Wood <slm_1990@126.com>
Co-authored-by: Ryosei Karaki <38310693+karamaru-alpha@users.noreply.github.com>
Co-authored-by: chenhuan0728 <54611342+chenhuan0728@users.noreply.github.com>
Co-authored-by: chenhuan <huan.chen0728@foxmail>
Co-authored-by: lenbo <islenbo@qq.com>
Co-authored-by: Jiang <65766008+AlwaysBluer@users.noreply.github.com>
Co-authored-by: jiangzhijie <jiangzhijie.jzj@alibaba-inc.com>
Co-authored-by: Yongtao Huang <yongtaoh2022@gmail.com>
Co-authored-by: zhangkun-21 <sephiroth0932@gmail.com>
Co-authored-by: hsiong <37357447+hsiong@users.noreply.github.com>
Co-authored-by: 李远军 <4842@9ji.com>
Co-authored-by: yourchanges <yourchanges@gmail.com>
Co-authored-by: David <guyuezhuying@126.com>
Co-authored-by: liuzhenghua <1090179900@qq.com>
Co-authored-by: taokuizu <taokuizu@qq.com>
Co-authored-by: Hanqing Zhao <sherry9277@gmail.com>
Co-authored-by: JimintheBox <gjwlals111@gmail.com>
Co-authored-by: wlleiiwang <1025164922@qq.com>
Co-authored-by: wlleiiwang <wlleiiwang@tencent.com>
Co-authored-by: Alex <32982705+AlexYuan997@users.noreply.github.com>
Co-authored-by: yuanlong <yuanlong@boco.com.cn>
Co-authored-by: wanttobeamaster <45583625+wanttobeamaster@users.noreply.github.com>
Co-authored-by: xiaozhiqing.xzq <xiaozhiqing.xzq@alibaba-inc.com>
Co-authored-by: Chenhe Gu <guchenhe@gmail.com>
Co-authored-by: tyounami <vkbo@qq.com>
Co-authored-by: bo.zhao <bo.zhao@iglooinsure.com>
Co-authored-by: ClSlaid <cailue@apache.org>
Co-authored-by: adru <106513264+adpanru@users.noreply.github.com>
Co-authored-by: horochx <32632779+horochx@users.noreply.github.com>
2025-04-26 04:28:30 -07:00
Yeuoly
f6305858a5
fix(plugin_service): Add marketplace enabled check before plugin operations ( #18806 )
2025-04-26 08:02:53 +08:00
-LAN-
09a5f8da1d
feat(app_dsl_service): Refines version compatibility logic ( #18798 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-04-25 18:42:39 +08:00
Alex Chim
12836f9db9
Resolves #18536 Retreive conversation variables ( #18581 )
2025-04-25 11:52:25 +08:00
-LAN-
e9aedc701c
chore: Updates version numbers for upcoming release ( #18550 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-04-23 16:26:55 +08:00
-LAN-
6b7dfee88b
fix: Validates session factory type in repository ( #18497 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-22 16:04:06 +08:00
非法操作
18e4f42c3c
fix draft run node exception ( #18520 )
2025-04-22 13:02:38 +08:00
-LAN-
2543162dec
fix: cannot delete workflow version if other version is published as a tool ( #18486 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-04-21 17:58:22 +08:00
-LAN-
44a2eca449
refactor: Refactors workflow node execution handling ( #18382 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-04-18 20:06:24 +08:00
Xiyuan Chen
4247a6b807
fix: reset_password security issue ( #18363 )
2025-04-18 05:06:09 -04:00
moonpanda
caa179a1d3
If the DSL version is less than 0.1.5, it causes errors in an intranet environment. ( #18273 )
...
Co-authored-by: warlocgao <warlocgao@tencent.com>
2025-04-17 15:25:31 +08:00
devxing
e912928cce
fix: create child chunk ( #18209 )
...
Co-authored-by: devxing <devxing@gmail.com>
2025-04-16 19:56:21 +08:00
诗浓
4166f73d9d
fix: page/limit param not effective ( #18196 )
2025-04-16 17:26:47 +08:00
Jyong
95283b4dd3
Feat/change split length method ( #18097 )
...
Co-authored-by: JzoNg <jzongcode@gmail.com>
2025-04-16 12:28:22 +08:00
Yeuoly
2134a76517
feat: add minimum dify version requirement to plugins ( #18022 )
2025-04-14 20:09:22 +08:00
Jasonfish
1f722cde22
fix(api): Some params were ignored when creating empty Datasets through API ( #17932 )
2025-04-14 10:24:01 +08:00
Yongtao Huang
5d72003ebb
Remove dead code ( #17899 )
2025-04-11 20:33:52 +08:00
-LAN-
08a693a0a0
fix: published workflow(tool) can be deleted. ( #17900 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-04-11 19:39:09 +08:00
kautsar_masuara
0e0220bdbf
fix: return null url when upload local file ( #17752 )
...
Co-authored-by: achmad-kautsar <achmad.kautsar@insignia.co.id>
2025-04-10 18:05:18 +08:00
Yeuoly
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
Han
f1e4d5ed6c
Fix Performance Issues: ( #17083 )
...
Co-authored-by: Wang Han <wanghan@zhejianglab.org>
2025-04-09 11:22:53 +08:00
Han
b5498a373a
Accelerate migration ( #17088 )
...
Co-authored-by: Wang Han <wanghan@zhejianglab.org>
2025-04-09 10:12:16 +08:00
huangzhuo1949
07ed728605
fix: segment keywords bug ( #17599 )
...
Co-authored-by: huangzhuo <huangzhuo1@xiaomi.com>
2025-04-08 13:57:07 +08:00
Amir Mohsen Asaran
f54905e685
feat: Integrate WaterCrawl.dev as a new knowledge base provider ( #16396 )
...
Co-authored-by: crazywoola <427733928@qq.com>
2025-04-07 12:43:23 +08:00
crazywoola
3e698074e7
Fix/17466 cannot create a knowledge base by adding files ( #17470 )
2025-04-06 00:03:05 +08:00
Dongyu Li
2e9997110a
Fix/dsl kb encrypt ( #17353 )
2025-04-03 17:29:34 +08:00
bravomark
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
Perfecto
16c722d1d8
fix: move hardcoded text to language settings ( #16990 ) ( #17133 )
2025-04-02 22:35:51 +08:00
Jyong
627a9e2ce1
SaaS: batch upload limit check for sandbox plan ( #17264 )
2025-04-01 16:45:31 +08:00
Xiyuan Chen
9c4be5d098
Feat/education api ( #17168 )
2025-04-01 02:45:34 -04:00
liuzhenghua
d5b48a0aa3
fix: keywords field not persist in segements api ( #17151 )
2025-04-01 11:20:32 +08:00
非法操作
44f911a0a8
chore: docstring not match the function parameter ( #17162 )
2025-03-31 13:19:15 +08:00
jiangbo721
aa4c6874f1
fix: When a WorkSpaceNotAllowedCreateError occurs, may account is not defined ( #11144 )
...
Co-authored-by: 刘江波 <jiangbo721@163.com>
2025-03-30 13:16:07 +08:00
jiangbo721
a1aa325ce3
Chore/code format and Repair commit_id 3254018d more deleted codes and Fix naming error ambiguity between workflow_run_id and workflow_id ( #17075 )
...
Co-authored-by: 刘江波 <jiangbo721@163.com>
2025-03-29 14:15:53 +08:00
GuanMu
d65da600e5
fix: enhance filename validation and extraction in FileService #16867 ( #16869 )
2025-03-27 16:46:10 +08:00
Yongtao Huang
98f2e2c729
Fix wrong allowed extensions ( #16893 )
2025-03-27 15:42:12 +08:00
Jyong
78f2ec8f32
mark weight type as optional ( #16701 )
2025-03-25 14:19:26 +08:00
GuanMu
360986f38d
Feat add childchunk api ( #16094 )
2025-03-24 20:58:28 +08:00
jiangbo721
f31e3313b0
feat: Make the logic of APP filtering and creation the same ( #16079 )
...
Co-authored-by: 刘江波 <jiangbo721@163.com>
2025-03-23 09:40:15 +08:00
Yingchun Lai
f6ac98a37d
fix: fix the app max_active_requests been overwritten bug ( #16513 )
2025-03-23 09:34:23 +08:00
Yeuoly
1907d2a90a
fix: optimize query for expired workflow runs by adding date filter and limiting results ( #16491 )
2025-03-22 11:17:21 +08:00
Yeuoly
bfc0d606dc
feat: cleanup free tenants expired data like messages/conversations/workflow_runs/workflow_node_executions ( #16490 )
2025-03-21 21:30:35 +08:00
Linh Nguyen
8996c1da29
fix removing member without permission ( #16332 )
...
Co-authored-by: crazywoola <427733928@qq.com>
2025-03-20 17:17:54 +08:00
Jyong
3e84c77bbb
fix enable dataset metadata built-in field when dataset is empty ( #16290 )
2025-03-20 14:38:32 +08:00
Jyong
2c9af712a2
Fix/create document by api with metadata ( #16307 )
...
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
2025-03-20 14:33:32 +08:00
Yeuoly
c07af5a1a3
feat: tenant app invocations limiter ( #16221 )
2025-03-19 17:24:02 +08:00
Jyong
e7572066a4
fix Weight rerank mode info missed when create dataset ( #16190 )
2025-03-19 15:10:00 +08:00
jiangbo721
e0cf55f5e9
fix: code lint ( #16164 )
...
Co-authored-by: 刘江波 <jiangbo721@163.com>
2025-03-19 11:23:51 +08:00
jiangbo721
97eadb867c
chore: use ConversationService.get_conversation instead of AgentChatA… ( #16136 )
...
Co-authored-by: 刘江波 <jiangbo721@163.com>
2025-03-19 11:16:23 +08:00
Jyong
abeaea4f79
Support knowledge metadata filter ( #15982 )
2025-03-18 16:42:19 +08:00
-LAN-
cefec44070
feat: add app_mode field to app import and model definitions ( #15729 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: twwu <twwu@dify.ai>
2025-03-18 11:12:25 +08:00
Bowen Liang
9e782d4c1e
chore: bump ruff to 0.11.0 and fix linting violations ( #15953 )
2025-03-17 16:13:11 +08:00
L8ng
98a4b3e78b
fix: typo when assign doc_metadata when non-empty ( #15975 )
2025-03-17 14:14:07 +08:00
zhangyuhang
59f5a82261
fix: Resolve errors in SQL queries caused by SELECT fields not appearing in the GROUP BY clause. ( #15659 )
...
Co-authored-by: yuhang2.zhang <yuhang2.zhang@ly.com>
2025-03-13 16:06:42 +08:00
Jyong
d37490adc3
fix dataset reranking mode miss ( #15643 )
2025-03-12 18:44:10 +08:00
Yeuoly
2b1facc7a6
fix: set marketplace feature to false in feature_service.py ( #15578 )
2025-03-12 14:13:41 +08:00
jiangbo721
0415cc209d
chore: use TenantAccountRole instead of TenantAccountJoinRole ( #15514 )
...
Co-authored-by: 刘江波 <jiangbo721@163.com>
2025-03-12 12:56:30 +08:00
crazywoola
258736f505
chore: remove unused parameter ( #15558 )
2025-03-12 12:09:39 +08:00
kenwoodjw
adda049265
fix kb permission ( #15199 )
...
Signed-off-by: kenwoodjw <blackxin55@gmail.com>
Signed-off-by: kenwoodjw <blackxin55+@gmail.com>
2025-03-10 23:47:45 +08:00
Jyong
9b2a9260ef
Feat/new saas billing ( #14996 )
2025-03-10 19:50:11 +08:00
KVOJJJin
78d460a6d1
Feat: time period filter for workflow logs ( #14271 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2025-03-10 14:02:58 +08:00
-LAN-
3254018ddb
feat(workflow_service): workflow version control api. ( #14860 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-03-10 13:34:31 +08:00
kurokobo
f2b7df94d7
fix: return absolute path as the icon url if CONSOLE_API_URL is empty ( #15279 )
2025-03-10 13:15:06 +08:00
Xiyuan Chen
9b9d14c2c4
Feat/compliance ( #14982 )
2025-03-07 14:56:38 -05:00
Wood
2c17bb2c36
Feature/newnew workflow loop node ( #14863 )
...
Co-authored-by: arkunzz <4873204@qq.com>
2025-03-05 17:41:15 +08:00
Yeuoly
cef49da576
feat: Add caching mechanism for latest plugin version retrieval ( #14968 )
2025-03-05 13:47:06 +08:00
nickname
93a5ffb037
bugfix: db insert error when notion page_name too long ( #14316 )
2025-02-26 09:38:18 +08:00
Yeuoly
8c9e34133c
Fix/disable autoflush in list tools ( #14301 )
2025-02-25 14:52:08 +08:00
Yeuoly
490b6d092e
Fix/plugin race condition ( #14253 )
2025-02-25 12:20:47 +08:00
Yeuoly
23888398d1
refactor: Simplify plugin and provider ID generation logic and deduplicate plugin_ids ( #14041 )
2025-02-19 20:05:01 +08:00
Yeuoly
bfbc5eb91e
fix: Prevent plugin installation with non-existent plugin IDs ( #14038 )
2025-02-19 19:37:09 +08:00
taokuizu
dc942db52f
chore: remove duplicate import statements ( #13959 )
2025-02-19 09:14:32 +08:00
Yeuoly
4dae0e514e
fix: ignore plugin already exists ( #13888 )
2025-02-18 13:22:39 +08:00
Yeuoly
403e2d58b9
Introduce Plugins ( #13836 )
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Signed-off-by: -LAN- <laipz8200@outlook.com>
Signed-off-by: xhe <xw897002528@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: takatost <takatost@gmail.com>
Co-authored-by: kurokobo <kuro664@gmail.com>
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
Co-authored-by: zxhlyh <jasonapring2015@outlook.com>
Co-authored-by: AkaraChen <akarachen@outlook.com>
Co-authored-by: Yi <yxiaoisme@gmail.com>
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: twwu <twwu@dify.ai>
Co-authored-by: Hiroshi Fujita <fujita-h@users.noreply.github.com>
Co-authored-by: AkaraChen <85140972+AkaraChen@users.noreply.github.com>
Co-authored-by: NFish <douxc512@gmail.com>
Co-authored-by: Wu Tianwei <30284043+WTW0313@users.noreply.github.com>
Co-authored-by: 非法操作 <hjlarry@163.com>
Co-authored-by: Novice <857526207@qq.com>
Co-authored-by: Hiroki Nagai <82458324+nagaihiroki-git@users.noreply.github.com>
Co-authored-by: Gen Sato <52241300+halogen22@users.noreply.github.com>
Co-authored-by: eux <euxuuu@gmail.com>
Co-authored-by: huangzhuo1949 <167434202+huangzhuo1949@users.noreply.github.com>
Co-authored-by: huangzhuo <huangzhuo1@xiaomi.com>
Co-authored-by: lotsik <lotsik@mail.ru>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: Jyong <76649700+JohnJyong@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: gakkiyomi <gakkiyomi@aliyun.com>
Co-authored-by: CN-P5 <heibai2006@gmail.com>
Co-authored-by: CN-P5 <heibai2006@qq.com>
Co-authored-by: Chuehnone <1897025+chuehnone@users.noreply.github.com>
Co-authored-by: yihong <zouzou0208@gmail.com>
Co-authored-by: Kevin9703 <51311316+Kevin9703@users.noreply.github.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Boris Feld <lothiraldan@gmail.com>
Co-authored-by: mbo <himabo@gmail.com>
Co-authored-by: mabo <mabo@aeyes.ai>
Co-authored-by: Warren Chen <warren.chen830@gmail.com>
Co-authored-by: JzoNgKVO <27049666+JzoNgKVO@users.noreply.github.com>
Co-authored-by: jiandanfeng <chenjh3@wangsu.com>
Co-authored-by: zhu-an <70234959+xhdd123321@users.noreply.github.com>
Co-authored-by: zhaoqingyu.1075 <zhaoqingyu.1075@bytedance.com>
Co-authored-by: 海狸大師 <86974027+yenslife@users.noreply.github.com>
Co-authored-by: Xu Song <xusong.vip@gmail.com>
Co-authored-by: rayshaw001 <396301947@163.com>
Co-authored-by: Ding Jiatong <dingjiatong@gmail.com>
Co-authored-by: Bowen Liang <liangbowen@gf.com.cn>
Co-authored-by: JasonVV <jasonwangiii@outlook.com>
Co-authored-by: le0zh <newlight@qq.com>
Co-authored-by: zhuxinliang <zhuxinliang@didiglobal.com>
Co-authored-by: k-zaku <zaku99@outlook.jp>
Co-authored-by: luckylhb90 <luckylhb90@gmail.com>
Co-authored-by: hobo.l <hobo.l@binance.com>
Co-authored-by: jiangbo721 <365065261@qq.com>
Co-authored-by: 刘江波 <jiangbo721@163.com>
Co-authored-by: Shun Miyazawa <34241526+miya@users.noreply.github.com>
Co-authored-by: EricPan <30651140+Egfly@users.noreply.github.com>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: sino <sino2322@gmail.com>
Co-authored-by: Jhvcc <37662342+Jhvcc@users.noreply.github.com>
Co-authored-by: lowell <lowell.hu@zkteco.in>
Co-authored-by: Boris Polonsky <BorisPolonsky@users.noreply.github.com>
Co-authored-by: Ademílson Tonato <ademilsonft@outlook.com>
Co-authored-by: Ademílson Tonato <ademilson.tonato@refurbed.com>
Co-authored-by: IWAI, Masaharu <iwaim.sub@gmail.com>
Co-authored-by: Yueh-Po Peng (Yabi) <94939112+y10ab1@users.noreply.github.com>
Co-authored-by: Jason <ggbbddjm@gmail.com>
Co-authored-by: Xin Zhang <sjhpzx@gmail.com>
Co-authored-by: yjc980121 <3898524+yjc980121@users.noreply.github.com>
Co-authored-by: heyszt <36215648+hieheihei@users.noreply.github.com>
Co-authored-by: Abdullah AlOsaimi <osaimiacc@gmail.com>
Co-authored-by: Abdullah AlOsaimi <189027247+osaimi@users.noreply.github.com>
Co-authored-by: Yingchun Lai <laiyingchun@apache.org>
Co-authored-by: Hash Brown <hi@xzd.me>
Co-authored-by: zuodongxu <192560071+zuodongxu@users.noreply.github.com>
Co-authored-by: Masashi Tomooka <tmokmss@users.noreply.github.com>
Co-authored-by: aplio <ryo.091219@gmail.com>
Co-authored-by: Obada Khalili <54270856+obadakhalili@users.noreply.github.com>
Co-authored-by: Nam Vu <zuzoovn@gmail.com>
Co-authored-by: Kei YAMAZAKI <1715090+kei-yamazaki@users.noreply.github.com>
Co-authored-by: TechnoHouse <13776377+deephbz@users.noreply.github.com>
Co-authored-by: Riddhimaan-Senapati <114703025+Riddhimaan-Senapati@users.noreply.github.com>
Co-authored-by: MaFee921 <31881301+2284730142@users.noreply.github.com>
Co-authored-by: te-chan <t-nakanome@sakura-is.co.jp>
Co-authored-by: HQidea <HQidea@users.noreply.github.com>
Co-authored-by: Joshbly <36315710+Joshbly@users.noreply.github.com>
Co-authored-by: xhe <xw897002528@gmail.com>
Co-authored-by: weiwenyan-dev <154779315+weiwenyan-dev@users.noreply.github.com>
Co-authored-by: ex_wenyan.wei <ex_wenyan.wei@tcl.com>
Co-authored-by: engchina <12236799+engchina@users.noreply.github.com>
Co-authored-by: engchina <atjapan2015@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 呆萌闷油瓶 <253605712@qq.com>
Co-authored-by: Kemal <kemalmeler@outlook.com>
Co-authored-by: Lazy_Frog <4590648+lazyFrogLOL@users.noreply.github.com>
Co-authored-by: Yi Xiao <54782454+YIXIAO0@users.noreply.github.com>
Co-authored-by: Steven sun <98230804+Tuyohai@users.noreply.github.com>
Co-authored-by: steven <sunzwj@digitalchina.com>
Co-authored-by: Kalo Chin <91766386+fdb02983rhy@users.noreply.github.com>
Co-authored-by: Katy Tao <34019945+KatyTao@users.noreply.github.com>
Co-authored-by: depy <42985524+h4ckdepy@users.noreply.github.com>
Co-authored-by: 胡春东 <gycm520@gmail.com>
Co-authored-by: Junjie.M <118170653@qq.com>
Co-authored-by: MuYu <mr.muzea@gmail.com>
Co-authored-by: Naoki Takashima <39912547+takatea@users.noreply.github.com>
Co-authored-by: Summer-Gu <37869445+gubinjie@users.noreply.github.com>
Co-authored-by: Fei He <droxer.he@gmail.com>
Co-authored-by: ybalbert001 <120714773+ybalbert001@users.noreply.github.com>
Co-authored-by: Yuanbo Li <ybalbert@amazon.com>
Co-authored-by: douxc <7553076+douxc@users.noreply.github.com>
Co-authored-by: liuzhenghua <1090179900@qq.com>
Co-authored-by: Wu Jiayang <62842862+Wu-Jiayang@users.noreply.github.com>
Co-authored-by: Your Name <you@example.com>
Co-authored-by: kimjion <45935338+kimjion@users.noreply.github.com>
Co-authored-by: AugNSo <song.tiankai@icloud.com>
Co-authored-by: llinvokerl <38915183+llinvokerl@users.noreply.github.com>
Co-authored-by: liusurong.lsr <liusurong.lsr@alibaba-inc.com>
Co-authored-by: Vasu Negi <vasu-negi@users.noreply.github.com>
Co-authored-by: Hundredwz <1808096180@qq.com>
Co-authored-by: Xiyuan Chen <52963600+GareArc@users.noreply.github.com>
2025-02-17 17:05:13 +08:00
Xiyuan Chen
4229d0f9a7
Revert "Feat/compliance" ( #13798 )
2025-02-16 20:58:25 -05:00
Xiyuan Chen
ed7d7a74ea
Feat/compliance ( #13548 )
2025-02-16 20:31:52 -05:00
Hundredwz
284707c3a8
perf(message): optimize message loading and reduce SQL queries ( #13720 )
2025-02-15 12:19:01 +08:00
liuzhenghua
47a64610ca
Fix the issue of repeated escaping of quotes in hit test ( #13477 )
2025-02-11 09:58:31 +08:00
Xin Zhang
982bca5d40
fix: add rate limiting to prevent brute force on password reset ( #13292 )
2025-02-08 10:28:31 +08:00
aplio
d73d191f99
feature. add feat to modify metadata via dataset api ( #13116 )
2025-02-02 15:27:12 +08:00
Ademílson Tonato
d0a21086bd
refactor: Update Firecrawl API parameters and default settings ( #13082 )
2025-01-29 11:21:05 +08:00
Ademílson Tonato
6024d8a42d
refactor: Update Firecrawl to use v1 API ( #12574 )
...
Co-authored-by: Ademílson Tonato <ademilson.tonato@refurbed.com>
2025-01-23 11:14:48 +08:00
Jyong
162a8c4393
fix update segment keyword with same content ( #12908 )
2025-01-21 19:19:32 +08:00
Bowen Liang
166221d784
chore(lint): fix quotes for f-string formatting by bumping ruff to 0.9.x ( #12702 )
2025-01-21 10:12:29 +08:00
kurokobo
3defd24087
feat: allow updating chunk settings for the existing documents ( #12833 )
2025-01-21 09:25:40 +08:00
Boris Feld
69d58fbb50
Add new integration with Opik Tracking tool ( #11501 )
2025-01-13 17:41:44 +08:00
-LAN-
cb34991663
fix: add type hints for App model and improve error handling in audio services ( #12677 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-01-13 15:55:16 +08:00
-LAN-
c700364e1c
fix: Update variable handling in VariableAssignerNode and clean up app_dsl_service ( #12672 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-01-13 15:54:26 +08:00
Jyong
9a6b1dc3a1
Revert "Feat/new saas billing" ( #12673 )
2025-01-13 15:17:43 +08:00
CN-P5
cd257b91c5
Fix pandas indexing method for knowledge base imports ( #12637 ) ( #12638 )
...
Co-authored-by: CN-P5 <heibai2006@qq.com>
2025-01-13 09:06:59 +08:00
Jyong
d8f57bf899
Feat/new saas billing ( #12591 )
2025-01-12 14:50:46 +08:00
Jyong
14ee51aead
Feat/add knowledge include all filter ( #12537 )
2025-01-09 20:21:25 +08:00
Jyong
bee32d960a
fix #12453 #12482 ( #12495 )
2025-01-08 18:26:05 +08:00
Jyong
fd2bfff023
remove knowledge admin role ( #12450 )
2025-01-07 21:30:23 +08:00
-LAN-
0eeacdc80c
refactor: enhance API token validation with session locking and last used timestamp update ( #12426 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-01-07 18:04:41 +08:00
Jyong
9c317b64c3
sandbox doesn't provide auto disable log ( #12388 )
2025-01-06 15:57:13 +08:00
eux
1fa66405c5
feat: support configuration of refresh token expiration by environment variable ( #12335 )
2025-01-04 11:56:44 +08:00
zhu-an
a5fb59b17f
fix: Encode Chinese characters with Unicode before querying to match the Unicode encoded Chinese characters in the db ( #12337 )
...
Co-authored-by: zhaoqingyu.1075 <zhaoqingyu.1075@bytedance.com>
2025-01-03 19:12:48 +08:00
Shun Miyazawa
2b1a32fd9c
feat: Add filter to show only apps created by the user ( #11968 )
2025-01-03 15:38:36 +08:00
-LAN-
375aa38f5d
fix: improve content decoding in AppDslService ( #12304 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-01-02 16:54:46 +08:00
-LAN-
0e6317678f
Fix code scanning alert no. 111: Incomplete URL substring sanitization ( #12305 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-01-02 16:52:43 +08:00
Xiyuan Chen
74d3320519
feat: account delete ( #11829 )
...
Co-authored-by: NFish <douxc512@gmail.com>
2024-12-30 11:33:42 +08:00
非法操作
ead4b34127
fix: test run custom tool raise error ( #12178 )
2024-12-28 17:51:22 +08:00
Warren Chen
901028f1e8
[feat] Support Multi-Version Workflows ( #11990 )
...
Co-authored-by: hobo.l <hobo.l@binance.com>
Co-authored-by: crazywoola <427733928@qq.com>
2024-12-27 21:05:06 +08:00
yihong
a3293b154e
fix: type is wrong issue ( #12165 )
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-12-27 18:33:53 +08:00
Jyong
f4f2567105
owner and admin have all permission of knowledge base ( #12157 )
2024-12-27 17:09:13 +08:00
-LAN-
be7877f526
fix: enhance file upload error handling and update base error class ( #12132 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-26 23:31:29 +08:00
-LAN-
e765d8e69e
fix: validate imported_version type in AppDslService ( #12135 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-26 23:26:55 +08:00
-LAN-
4bd8df1fd3
fix: update MessageService.create_feedback to use keyword arguments f… ( #12134 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-26 23:26:44 +08:00
Jyong
84ac004772
py lint ( #12102 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-12-26 00:16:35 +08:00
-LAN-
822af70dce
fix(workflow_service): assign UUID to workflow_node_execution id and update optional fields in WorkflowRun and WorkflowNodeExecution models ( #12096 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-25 21:34:53 +08:00
Jyong
9231fdbf4c
Feat/support parent child chunk ( #12092 )
2024-12-25 19:49:07 +08:00
-LAN-
017d7538ae
fix(billing_service): change retry condition to handle specific reque… ( #12091 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
2024-12-25 18:40:27 +08:00
-LAN-
a1c78ad9d4
fix(audio_service): validate message_id format using UUID ( #12087 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-25 18:36:52 +08:00
yihong
7da4fb68da
fix: can not find model bug ( #12051 )
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-12-25 08:42:52 +08:00
yihong
7a24c957bd
fix: i18n error ( #12052 )
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-12-24 23:14:51 +08:00
eux
49bc602fb2
fix: --name option for the create-tenant command does not take effect ( #11993 )
2024-12-24 21:58:05 +08:00
yihong
56e15d09a9
feat: mypy for all type check ( #10921 )
2024-12-24 18:38:51 +08:00
-LAN-
e88ea71aef
chore/bump version to 0.14.2 ( #12017 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-23 19:15:48 +08:00
-LAN-
425cc1ea85
Fix/add retry mechanism to billing service request handling ( #12006 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-23 17:53:25 +08:00
Novice
c1aa55f3ea
fix: remove the unused retry index field ( #11903 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-12-23 14:32:11 +08:00
VoidIsVoid
02a7ae15f9
fix: fix update external dataset error in dataset list ( #11989 )
2024-12-23 13:53:05 +08:00
liuhaoran
6b49889041
fix: messagefeedbackapi support content ( #11716 )
...
Signed-off-by: weiyang <24080293@smb956101.com>
Co-authored-by: weiyang <24080293@smb956101.com>
2024-12-22 10:45:55 +08:00
-LAN-
2ad2a402fb
fix(app_dsl_service): handle missing app mode with a ValueError ( #11945 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-22 10:40:12 +08:00
-LAN-
3d07a94bd7
fix: refactor conversation pagination to use SQLAlchemy session manag… ( #11956 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-22 10:39:29 +08:00
-LAN-
606aadb891
refactor: update builtin tool provider methods to use session management ( #11938 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-21 21:21:09 +08:00
Novice
7abc7fa573
Feat: Retry on node execution errors ( #11871 )
...
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
2024-12-20 14:14:06 +08:00
Shun Miyazawa
f7415e1ca4
feat: Disable the "Forgot your password?" button when the mail server setup is incomplete ( #11653 )
2024-12-18 15:20:41 +08:00
Charlie.Wei
5e2926a207
Fix explore app icon ( #11742 )
...
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2024-12-17 17:42:44 +08:00
Kazuhisa Wada
e20161b3de
make login lockout duration configurable ( #11699 )
2024-12-16 19:05:27 +08:00
liuzhenghua
d05f189049
Fix: RateLimit requests were not released when a streaming generation exception occurred ( #11540 )
2024-12-11 19:16:35 +08:00
Novice
79a710ce98
Feat: continue on error ( #11458 )
...
Co-authored-by: Novice Lee <novicelee@NovicedeMacBook-Pro.local>
Co-authored-by: Novice Lee <novicelee@NoviPro.local>
2024-12-11 14:22:42 +08:00
yihong
50b76dd5a2
fix: better error message for url add external knowledge ( #11537 )
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-12-11 09:55:48 +08:00
zhaobingshuang
5c166b3f40
fix: tags could not be saved when the Workflow Tool was created ( #11481 )
...
Co-authored-by: zhaobs <zhaobs@cailian.net>
2024-12-09 14:38:02 +08:00
-LAN-
7a962b9f03
chore: bump version to 0.13.0 ( #11284 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-03 16:01:12 +08:00
Yi Xiao
e135ffc2c1
Feat: upgrade variable assigner ( #11285 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-12-03 13:56:40 +08:00
Bowen Liang
e79eac688a
chore(lint): sort __all__ definitions ( #11243 )
2024-12-03 13:26:33 +08:00
Hiroshi Fujita
1d8385f7ac
Sync INDEXING_MAX_SEGMENTATION_TOKENS_LENGTH between API and Web ( #11230 )
2024-12-02 15:29:25 +08:00
Garfield Dai
dbc10e0feb
fix: license str parser. ( #11248 )
2024-12-02 11:38:18 +08:00
-LAN-
c34bdb74e6
Fix/type-error ( #11240 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-02 10:24:21 +08:00
jiangbo721
9049dd7725
fix: code linting ( #11143 )
...
Co-authored-by: 刘江波 <jiangbo721@163.com>
2024-11-27 23:44:51 +08:00
yihong
2927493cf3
fix: better way to handle github dsl url close #11113 ( #11125 )
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-11-26 19:39:55 +08:00
-LAN-
c032574491
fix: timezone not imported in conversation service. ( #11076 )
2024-11-25 20:53:55 +08:00
-LAN-
3eb51d85da
fix(workflow_entry): Support receive File and FileList in single step run. ( #10947 )
...
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: JzoNg <jzongcode@gmail.com>
2024-11-25 12:46:50 +08:00
Bowen Liang
6c8e208ef3
chore: bump minimum supported Python version to 3.11 ( #10386 )
2024-11-24 13:28:46 +08:00
-LAN-
556de444e8
chore(app_dsl_service): Downgrade DSL Version ( #10979 )
2024-11-22 16:36:16 +08:00
-LAN-
5172f0bf39
feat: Check and compare the DSL version before import an app ( #10969 )
...
Co-authored-by: Yi <yxiaoisme@gmail.com>
2024-11-22 15:05:04 +08:00
yihong
0067b16d1e
fix: refactor all 'or []' and 'or {}' logic to make code more clear ( #10883 )
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-11-21 10:34:43 +08:00
Garfield Dai
c49efc0c22
Feat/account not found ( #10804 )
2024-11-18 16:14:39 +08:00
Garfield Dai
c2ce2f88c7
feat: add license. ( #10403 )
2024-11-15 17:59:36 +08:00
Bowen Liang
51db59622c
chore(lint): cleanup repeated cause exception in logging.exception replaced by helpful message ( #10425 )
2024-11-15 15:41:40 +08:00
jarvis2f
5ff02b469f
fix:position error when creating segments ( #10706 )
2024-11-14 21:25:15 +08:00
-LAN-
16b9665033
refactor(api): improve handling of `tools` field and cleanup variable usage ( #10553 )
2024-11-12 00:08:04 +08:00
smyhw
f19c18dc14
Fixes `you have not added provider None` ( #10501 )
2024-11-11 21:50:32 +08:00
-LAN-
25ca0278dd
refactor(core): Remove extra_config from File. ( #10203 )
2024-11-08 18:13:24 +08:00
Jyong
4f1a56f0f0
update document and segment word count ( #10449 )
2024-11-08 17:32:27 +08:00
Jyong
888d7e6422
fix segment enable service api ( #10445 )
2024-11-08 17:09:05 +08:00
Benjamin
6e23903c63
Conversation delete issue ( #10423 )
2024-11-07 21:13:23 +08:00
Bowen Liang
574c4a264f
chore(lint): Use logging.exception instead of logging.error ( #10415 )
2024-11-07 21:13:02 +08:00
Benjamin
a5558f8fcc
fix(conversation-service): return success response after conversation… ( #10416 )
2024-11-07 18:07:05 +08:00
Bowen Liang
d45d90e8ae
chore: lazy import sagemaker ( #10342 )
2024-11-06 12:45:22 +08:00
-LAN-
7f583ec1ac
chore: update version to 0.11.0 across all relevant files ( #10278 )
2024-11-05 17:53:56 +08:00
Cling_o3
ab127ba92e
[fix] fix the bug that modify document name not effective ( #10154 )
2024-11-01 18:59:15 +08:00
-LAN-
9ac2bb30f4
Feat/add-remote-file-upload-api ( #9906 )
2024-11-01 15:51:22 +08:00
-LAN-
951308b5f3
refactor(service): handle unsupported DSL version with warning ( #10151 )
2024-11-01 15:04:54 +08:00
Jyong
0154a26e0b
fix issue: update document segment setting failed ( #10107 )
2024-10-31 15:51:33 +08:00
-LAN-
e5397c5ec2
feat(app_dsl_service): enhance error handling and DSL version management ( #10108 )
2024-10-31 15:16:34 +08:00
非法操作
e36f5cb366
chore: save uploaded file extension as lower case ( #10111 )
2024-10-31 15:16:25 +08:00
非法操作
eb69896355
fix: allow external knowledge api use simple host ( #9966 )
2024-10-29 10:33:15 +08:00
Jyong
badf9baf9b
Fix/external api update ( #9955 )
2024-10-28 18:37:35 +08:00
Jyong
af68084895
add document lock for multi-thread ( #9873 )
2024-10-28 13:52:35 +08:00
Joe
9633c5dab6
fix: enterprise create workspace ( #9921 )
2024-10-28 11:48:16 +08:00
G81192
a17f169e01
fix users had already joined a workspace, but the system still first … ( #9834 )
...
Co-authored-by: yong.zhang <yong.zhang@yesno.com.cn>
2024-10-25 23:04:00 +08:00
yuanboao
4693080ce0
Marking the last piece of data on each page is a duplicate issue, which can be solved by adding the id field to the order by rig and using a unique field ( #9799 )
...
Signed-off-by: root <root@localhost.localdomain>
Co-authored-by: root <root@localhost.localdomain>
2024-10-25 15:34:58 +08:00
Jyong
18106a4fc6
add tidb on qdrant type ( #9831 )
...
Co-authored-by: Zhaofeng Miao <522856232@qq.com>
2024-10-25 13:57:03 +08:00
郭伟伟
90769ac709
feat: create_empty_dataset api add the description parameter and update api docs ( #9824 )
2024-10-25 10:50:15 +08:00
-LAN-
67016feb96
feat(api): enhance file preview handling ( #9674 )
2024-10-23 13:12:34 +08:00
Joe
22bdfb7e56
Feat/optimize login ( #9642 )
2024-10-23 10:59:30 +08:00
Joe
bc43efba75
fix: remove url join ( #9635 )
2024-10-22 15:56:53 +08:00
-LAN-
5f12c17355
fix(core): use CreatedByRole enum for role consistency ( #9607 )
2024-10-22 13:03:50 +08:00
Byron.wang
37fea072bc
enhance: use urllib join instead of fstring ( #9549 )
2024-10-21 19:04:28 +08:00
-LAN-
8d8a8fe295
feat(file-upload): add support for optional file source parameter ( #9554 )
2024-10-21 17:46:24 +08:00
-LAN-
e61752bd3a
feat/enhance the multi-modal support ( #8818 )
2024-10-21 10:43:49 +08:00
Joe
4fd2743efa
Feat/new login ( #8120 )
...
Co-authored-by: douxc <douxc512@gmail.com>
Co-authored-by: Garfield Dai <dai.hai@foxmail.com>
2024-10-21 10:03:40 +08:00
zhuhao
cd7ab6231f
refactor: Add an enumeration type and use the factory pattern to obtain the corresponding class ( #9356 )
2024-10-15 12:51:13 +08:00
zhuhao
7a405b86c9
refactor: Refactor the service of retrieval the recommend app ( #9302 )
2024-10-14 13:26:21 +08:00
-LAN-
f73751843f
Feat/implement-refresh-tokens ( #9233 )
2024-10-12 23:46:30 +08:00
Jyong
42b02b3a5f
Fix/agent external knowledge retrieval ( #9241 )
2024-10-11 19:21:03 +08:00
AkisAya
d7b8e071dd
fix:#9222 create or update custum tools error ( #9228 )
2024-10-11 17:12:30 +08:00
Joe
1e7ef46e9c
fix: update inner api proxies ( #9174 )
2024-10-11 11:35:01 +08:00
crazywoola
e0c8189f1a
feat: add NotFound error for dataset service ( #9215 )
2024-10-11 11:28:09 +08:00
Bowen Liang
b279d19040
chore: avoid star imports usage ( #9123 )
2024-10-09 21:12:50 +08:00
Bowen Liang
240b66d737
chore: avoid implicit optional in type annotations of method ( #8727 )
2024-10-09 14:36:43 +08:00
Jyong
625e4c4c72
fix multiple retrieval in knowledge node ( #8942 )
2024-09-30 23:07:04 +08:00
Jyong
3069b5cf57
original dataset update remove unuseful parameters ( #8939 )
2024-09-30 22:01:32 +08:00
Jyong
a651b73db0
original dataset update issue ( #8935 )
2024-09-30 21:17:12 +08:00
Jyong
9d221a5e19
external knowledge api ( #8913 )
...
Co-authored-by: Yi <yxiaoisme@gmail.com>
2024-09-30 15:38:43 +08:00
Zhaofeng Miao
369e1e6f58
feat(website-crawl): add jina reader as additional alternative for website crawling ( #8761 )
2024-09-30 09:57:19 +08:00
Vikey Chen
4f69adc8ab
fix: document_create_args_validate ( #8569 )
2024-09-23 18:45:10 +08:00
Shota Totsuka
03fdf5e7f8
chore: Enable Japanese descriptions for Tools ( #8646 )
2024-09-23 09:06:01 +08:00
Hash Brown
8c51d06222
feat: regenerate in `Chat`, `agent` and `Chatflow` app ( #7661 )
2024-09-22 03:15:11 +08:00
Bowen Liang
a1104ab97e
chore: refurish python code by applying Pylint linter rules ( #8322 )
2024-09-13 22:42:08 +08:00
Joe
84ac5ccc8f
fix: add before send to remove langfuse defaultErrorResponse ( #8361 )
2024-09-13 16:08:08 +08:00
Bowen Liang
6613b8f2e0
chore: fix unnecessary string concatation in single line ( #8311 )
2024-09-13 14:24:49 +08:00
Jyong
49cee773c5
fixed score threshold is none ( #8342 )
2024-09-13 10:21:58 +08:00
Bowen Liang
40fb4d16ef
chore: refurbish Python code by applying refurb linter rules ( #8296 )
2024-09-12 15:50:49 +08:00
Bowen Liang
c69f5b07ba
chore: apply ruff E501 line-too-long linter rule ( #8275 )
...
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-09-12 14:00:36 +08:00
Bowen Liang
0f14873255
chore: cleanup ruff flake8-simplify linter rules ( #8286 )
...
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-09-12 12:55:45 +08:00
Bowen Liang
292220c596
chore: apply pep8-naming rules for naming convention ( #8261 )
2024-09-11 16:40:52 +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
Jyong
85ff82a694
code merge error ( #8183 )
...
Co-authored-by: crazywoola <427733928@qq.com>
2024-09-10 12:52:50 +08:00
Charlie.Wei
feefeb44d7
fix LangSmith project config error ( #7996 )
2024-09-08 13:25:27 +08:00
Nam Vu
2d7954c7da
Fix variable typo ( #8084 )
2024-09-08 13:14:11 +08:00
KVOJJJin
14af87527f
Feat:remove estimation of embedding cost ( #7950 )
...
Co-authored-by: jyong <718720800@qq.com>
2024-09-04 14:41:47 +08:00
kurokobo
80aa7c4019
feat: allow users to use the app icon as the answer icon ( #7888 )
...
Co-authored-by: crazywoola <427733928@qq.com>
2024-09-02 20:00:41 +08:00
Zhi
ceb2b150ff
enhance: include workspace name in create-tenant command ( #7834 )
2024-08-30 15:53:50 +08:00
Jyong
8e311cc45c
fixed permission is None ( #7788 )
2024-08-29 12:46:42 +08:00
crazywoola
3a071b8db9
fix: datasets permission is missing ( #7751 )
2024-08-28 15:36:11 +08:00
kurokobo
bc3a8e0ca2
feat: store created_by and updated_by for apps, modelconfigs, and sites ( #7613 )
2024-08-28 08:47:30 +08:00
Charlie.Wei
e7afee1176
Langfuse view button ( #7684 )
2024-08-27 11:25:56 +08:00
Jyong
1473083a41
catch openai rate limit error ( #7658 )
2024-08-26 19:36:44 +08:00
Bowen Liang
17fd773a30
chore(api/services): apply ruff reformatting ( #7599 )
...
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-08-26 13:43:57 +08:00
Joe
741c548f3c
feat: web sso ( #7135 )
2024-08-25 18:47:02 +08:00
Charlie.Wei
9864b35465
langfuser add view button ( #7571 )
2024-08-23 15:53:49 +08:00
crazywoola
2c427e04be
Feat/7134 use dataset api create a dataset with permission ( #7508 )
2024-08-21 20:25:45 +08:00
Xiyuan Chen
4e7b6aec3a
feat: support pinning, including, and excluding for model providers and tools ( #7419 )
...
Co-authored-by: GareArc <chen4851@purude.edu>
2024-08-21 11:16:43 +08:00
KinWang
e35e251863
feat: Sort conversations by updated_at desc ( #7348 )
...
Co-authored-by: wangpj <wangpj@hundsunc.om>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-08-20 17:55:44 +08:00
-LAN-
5e42e90abc
fix(api/services/workflow/workflow_converter.py): Add NoneType checkers & format file. ( #7446 )
2024-08-20 17:51:49 +08:00
Hash Brown
fbf31b5d52
feat: custom app icon ( #7196 )
...
Co-authored-by: crazywoola <427733928@qq.com>
2024-08-19 09:16:33 +08:00
-LAN-
5350b1d938
fix(api/services/workflow/workflow_converter.py): Add converrsation variable to workflow. ( #7257 )
2024-08-17 10:30:12 +08:00
crazywoola
4d4af00399
fix: keywords ( #7357 )
2024-08-16 20:43:55 +08:00
Nam Vu
dbc1ae45de
chore: update docstrings ( #7343 )
2024-08-16 14:19:01 +08:00
-LAN-
2d89b7d0a9
fix(api/services/app_dsl_service.py): Add conversation variables. ( #7304 )
2024-08-15 16:46:48 +08:00
-LAN-
5b77ef01d4
chore(api/services/app_dsl_service.py): Bump DSL version to 0.1.1 ( #7235 )
2024-08-13 18:20:41 +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
Joe
425174e82f
feat: update ops trace ( #7102 )
2024-08-09 15:22:16 +08:00
Joe
7201b56a6d
fix: workflow log run time error ( #7130 )
2024-08-09 14:46:31 +08:00
majian
5542ee4d0d
workflow logs support workflow run id filter ( #6833 )
2024-08-08 14:54:02 +08:00
-LAN-
536c43257b
refactor(*): Update hard-code '[__HIDDEN__]' to the constant. ( #7048 )
2024-08-07 17:30:56 +08:00
Jyong
80c94f02e9
add vector field for other vectordb ( #7051 )
2024-08-07 17:14:03 +08:00
Sangmin Ahn
7f81a86e9e
chore: show non-English characters in exported DSL files ( #7042 )
2024-08-07 14:03:15 +08:00
Jyong
28d4e5b045
Fix/reranking mode is null ( #7012 )
2024-08-06 19:12:04 +08:00
Sangmin Ahn
dd676866aa
chore: exclude .txt extenstion in create_by_text API ( #6956 )
2024-08-05 15:52:07 +08:00
Jyong
048bc4c06e
fix update dataset failed when embedding model is not exist ( #6920 )
2024-08-02 20:30:22 +08:00
takatost
05141ede16
chore: optimize asynchronous deletion performance of app related data ( #6634 )
2024-07-24 18:15:03 +08:00
Jyong
e4bb943fe5
Feat/delete single dataset retrival ( #6570 )
2024-07-24 12:50:11 +08:00
takatost
1690788827
fix: name 'current_app' is not defined in recommended_app_service ( #6574 )
2024-07-23 16:48:21 +08:00
Sangmin Ahn
093b8ca475
fix: escape double quotation marks in the vector DB search query ( #6506 )
2024-07-23 15:02:25 +08:00
-LAN-
cd7fa8027a
fix(api/core/model_manager.py): Avoid mutation during iteration. ( #6536 )
2024-07-22 22:58:22 +08:00
-LAN-
617847e3c0
fix(api/services/app_generate_service.py): Remove wrong type hints. ( #6535 )
2024-07-22 22:58:07 +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
Jyong
57729823a0
fix wrong method using ( #6459 )
2024-07-19 13:48:13 +08:00
Songyawn
218930c897
fix tool icon get failed ( #6375 )
...
Co-authored-by: songyawen <songyawen@zkme.xyz>
2024-07-18 18:55:48 +08:00
Jyong
f55876bcc5
fix web import url is too long ( #6402 )
2024-07-18 01:14:36 +08:00
FamousMai
20f73cb756
fix: default model set wrong(#6327) ( #6332 )
...
Co-authored-by: maiyouming <maiyouming@yafex.cn>
2024-07-17 14:14:12 +08:00
Jyong
0de224b153
fix wrong using of RetrievalMethod Enum ( #6345 )
2024-07-16 19:09:04 +08:00
Jyong
d320d1468d
Feat/delete file when clean document ( #5882 )
2024-07-15 19:57:05 +08:00
takatost
46a5294d94
feat(backend): support import DSL from URL ( #6287 )
2024-07-15 16:23:40 +08:00
Waffle
7b225a5ab0
refactor(services/tasks): Swtich to dify_config witch Pydantic ( #6203 )
2024-07-12 12:25:38 +08:00
dufei
109de52fe2
Fix: When editing an Agent, selecting custom tools does not allow filtering by labels. ( #6197 )
...
Co-authored-by: dufei <du_fei@venusgroup.com.cn>
2024-07-12 09:02:25 +08:00
liuzhenghua
9622fbb62f
feat: app rate limit ( #5844 )
...
Co-authored-by: liuzhenghua-jk <liuzhenghua-jk@360shuke.com>
Co-authored-by: takatost <takatost@gmail.com>
2024-07-10 21:31:35 +08:00
Joe
ce930f19b9
fix dataset operator ( #6064 )
...
Co-authored-by: JzoNg <jzongcode@gmail.com>
2024-07-09 17:47:54 +08:00
chenxu9741
6ef401a9f0
feat:add tts-streaming config and future ( #5492 )
2024-07-09 11:33:58 +08:00
takatost
68b1d063f7
chore: remove tsne unused code ( #6077 )
2024-07-08 21:25:19 +08:00
crazywoola
3ec80f9dda
Fix/6034 get random order of categories in explore and workflow is missing in zh hant ( #6043 )
2024-07-07 17:06:47 +08:00
takatost
79df8825c8
Revert "feat: knowledge admin role" ( #6018 )
2024-07-05 21:31:34 +08:00
xielong
00b4cc3cd4
feat: implement forgot password feature ( #5534 )
2024-07-05 13:38:51 +08:00
Joe
5d9ad430af
feat: knowledge admin role ( #5965 )
...
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: jyong <718720800@qq.com>
2024-07-04 16:21:40 +08:00
Jyong
0944ca9d91
Fix/remove tsne position test ( #5858 )
...
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
2024-07-02 17:57:42 +08:00
Jyong
af308b99a3
sync delete app table record when delete app ( #5819 )
2024-07-02 08:48:29 +08:00
Jyong
71bcf75d9a
Feat/add delete knowledge confirm ( #5810 )
2024-07-01 17:06:51 +08:00
Charles Zhou
cb09dbef66
feat: correctly delete applications using Celery workers ( #5787 )
2024-07-01 14:21:17 +08:00
takatost
906857b28a
fix: couldn't log in or resetup after a failed setup ( #5739 )
2024-06-29 17:07:21 +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
ec1d3ddee2
feat: support importing and overwriting workflow DSL ( #5511 )
...
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
2024-06-25 15:46:12 +08:00
kurokobo
c5d64baba4
fix: correct typos ( #5510 )
2024-06-22 23:01:02 +08:00
-LAN-
1336b844fd
feat(api/auth): switch-to-stateful-authentication ( #5438 )
2024-06-21 12:39:07 +08:00
Bowen Liang
c923684edd
chore: extract retrival method literal values into enum ( #5060 )
2024-06-19 16:05:27 +08:00
Jyong
07387e9586
add the filename length limit ( #5326 )
2024-06-17 20:36:54 +08:00
Jyong
ba5f8afaa8
Feat/firecrawl data source ( #5232 )
...
Co-authored-by: Nicolas <nicolascamara29@gmail.com>
Co-authored-by: chenhe <guchenhe@gmail.com>
Co-authored-by: takatost <takatost@gmail.com>
2024-06-15 02:46:02 +08:00
Summer-Gu
7f98c2ea3f
refactor: Delete the dataset to verify whether it is in use ( #5112 )
2024-06-14 03:25:38 +08:00
takatost
5ec7d85629
fix: issues by pydantic2 upgrade ( #5171 )
2024-06-14 02:28:28 +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
takatost
5986841e27
fix: issue where an error occurs when invoking TTS without selecting a voice ( #5046 )
2024-06-09 20:28:24 +08:00
takatost
d1dbbc1e33
feat: backend model load balancing support ( #4927 )
2024-06-05 00:13:04 +08:00
Jyong
4e3b0c5aea
support rename document ( #4915 )
2024-06-04 20:07:40 +08:00
Bowen Liang
b234710af9
chore: fix invalid escape sequences by applying W605 rule ( #4851 )
2024-06-02 10:02:37 +08:00
Yeuoly
e852a21634
Feat/workflow phase2 ( #4687 )
2024-05-27 22:01:11 +08:00
Benjamin
46bd53a929
chore: sort categories in recommended app service response ( #4498 )
2024-05-19 22:44:29 +08:00
Bowen Liang
04ad46dd31
chore: skip unnecessary key checks prior to accessing a dictionary ( #4497 )
2024-05-19 18:30:45 +08:00
Patryk Garstecki
aa13d14019
Feat/chat custom disclaimer ( #4306 )
2024-05-18 10:52:48 +08:00
Garfield Dai
dd94931116
Remove useless code ( #4416 )
2024-05-15 16:14:49 +08:00
Yeuoly
182dadd433
chore: remove model as tool ( #4409 )
2024-05-15 12:25:04 +08:00
takatost
8f3042e5b3
feat: Add draft hash check in workflow ( #4251 )
2024-05-10 14:48:29 +08:00
Jyong
591b993685
fix dataset segment update api not effect issue ( #4151 )
2024-05-07 17:47:20 +08:00
羊羽
13292ff73e
🦄 refactor(dataset svc): delete check none ( #4101 )
...
Co-authored-by: baxiang <baxiang@lixiang.com>
2024-05-06 11:45:26 +08:00
Yeuoly
67902b5da7
fix: agent log timezone ( #4076 )
2024-05-04 16:17:15 +08:00
Charlie.Wei
f62b2b5b45
optimize the knowledge failed documents query ( #3870 )
...
Co-authored-by: luowei <glpat-EjySCyNjWiLqAED-YmwM>
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2024-04-26 11:47:23 +08:00
Garfield Dai
9cbb8ddd7f
fix: billing tenant account role. ( #3850 )
2024-04-25 21:55:08 +08:00
Bowen Liang
c54fcfb45d
extract enum type for tenant account role ( #3788 )
2024-04-25 18:20:08 +08:00
Jyong
f257f2c396
Knowledge optimization ( #3755 )
...
Co-authored-by: crazywoola <427733928@qq.com>
Co-authored-by: JzoNg <jzongcode@gmail.com>
2024-04-24 15:02:29 +08:00
Yeuoly
3480f1c59e
refactor: tool parameter cache ( #3703 )
2024-04-23 15:22:42 +08:00
Yeuoly
2c50fab3dd
fix: skip dataset icon ( #3696 )
2024-04-23 12:41:41 +08:00
xin.gao
71cc0074ef
fix: delete tool parameters cache when sync draft workflow for run workflow use new parameter change in draft workflow ( #3637 )
2024-04-22 11:12:00 +08:00
Bowen Liang
d9b821cecc
chore: apply ruff rules on tests and app.py ( #3605 )
2024-04-18 20:24:05 +08:00
Garfield Dai
4481906be2
Feat/enterprise sso ( #3602 )
2024-04-18 17:33:32 +08:00
LIU HONGWEI
c227f3d985
feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling ( #3408 ) ( #3416 )
2024-04-12 16:22:24 +08:00
chenxu9741
ad65c891e7
add xls file suport ( #3321 )
2024-04-12 14:53:44 +08:00
LiuVaayne
b00466f025
feat:api Add support for extracting EPUB files in ExtractProcessor ( #3254 )
...
Co-authored-by: crazywoola <427733928@qq.com>
2024-04-12 11:25:02 +08:00
Jyong
1f302990c6
add segment with keyword issue ( #3351 )
...
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
2024-04-11 16:57:02 +08:00
Jyong
37024afe9c
fix issue: user’s keywords do not affect when add segment ( #3349 )
2024-04-11 16:34:52 +08:00
takatost
f599f41336
fix: empty conversation list of explore chatbot ( #3235 )
2024-04-09 17:04:48 +08:00
takatost
d2259f20cb
fix: app export dsl not include desc ( #3167 )
2024-04-08 21:30:18 +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
Leo Q
fc5ed17fe9
provide a bit more info in logs when parsing api schema error ( #3026 )
2024-03-30 14:44:50 +08:00
Jyong
669c8c3cca
some optimization for admin api key, create tenant and reset-encrypt-key-pair command ( #3013 )
...
Co-authored-by: jyong <jyong@dify.ai>
2024-03-28 17:02:52 +08:00
Yeuoly
95b74c211d
Feat/support tool credentials bool schema ( #2875 )
2024-03-18 16:55:26 +08:00
Yeuoly
ce58f0607b
Feat/tool secret parameter ( #2760 )
2024-03-08 20:31:13 +08:00
yoogo
bd26c933d2
fix: valid password on reset-password page ( #2753 )
2024-03-08 18:44:49 +08:00
Yeuoly
40c646cf7a
Feat/model as tool ( #2744 )
2024-03-08 15:22:55 +08:00
Yeuoly
27e678480e
Feat: AIPPT & DynamicToolParamter ( #2725 )
2024-03-07 15:04:42 +08:00
Yeuoly
36686d7425
fix: test custom tool already exists without decrypting credentials ( #2668 )
2024-03-04 14:16:47 +08:00
Garfield Dai
8e66b96221
Feat: Add documents limitation ( #2662 )
2024-03-03 12:45:06 +08:00
takatost
1a677da792
fix: custom tool max tool ( #2641 )
2024-03-01 16:43:47 +08:00
Bowen Liang
801d135390
generalize the generation of new collection name by dataset id ( #2620 )
2024-02-29 12:47:10 +08:00
takatost
dd961985f0
refactor: remove unused codes, move core/agent module into dataset retrieval feature ( #2614 )
2024-02-28 23:32:47 +08:00
crazywoola
c9257ab4bf
Fix/2559 upload powered by brand image not showing up ( #2602 )
2024-02-28 15:17:49 +08:00