This commit is contained in:
jyong
2025-05-30 17:28:09 +08:00
parent 11cf23e5fc
commit 3fb02a7933

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,
}