mirror of
https://github.com/langgenius/dify.git
synced 2026-01-09 07:44:12 +00:00
r2
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user