Merge branch 'feat/r2' into deploy/rag-dev

This commit is contained in:
jyong 2025-06-06 15:20:06 +08:00
commit 04e4a1e3aa
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ class RagPipelineExportApi(Resource):
@login_required
@get_rag_pipeline
@account_initialization_required
@marshal_with(pipeline_import_check_dependencies_fields)
def get(self, pipeline: Pipeline):
if not current_user.is_editor:
raise Forbidden()