This commit is contained in:
jyong 2025-05-30 17:28:09 +08:00
parent 11cf23e5fc
commit 3fb02a7933
1 changed files with 1 additions and 0 deletions

View File

@ -542,6 +542,7 @@ class RagPipelineConfigApi(Resource):
@login_required
@account_initialization_required
def get(self, pipeline_id):
return {
"parallel_depth_limit": dify_config.WORKFLOW_PARALLEL_DEPTH_LIMIT,
}