mirror of https://github.com/langgenius/dify.git
This commit is contained in:
parent
11cf23e5fc
commit
3fb02a7933
|
|
@ -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,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue