mirror of
https://github.com/langgenius/dify.git
synced 2026-03-10 03:00:20 +08:00
The transformation from classic dataset to knowledge pipeline represents an irreversible write operation that permanently alters the dataset structure. To prevent unauthorized modifications, this change implements strict privilege validation in `RagPipelineTransformApi`. Only users with editor privileges or dataset operator roles are authorized to execute this transformation, ensuring proper access control for this critical operation. |
||
|---|---|---|
| .. | ||
| datasource_auth.py | ||
| datasource_content_preview.py | ||
| rag_pipeline_datasets.py | ||
| rag_pipeline_draft_variable.py | ||
| rag_pipeline_import.py | ||
| rag_pipeline_workflow.py | ||
| rag_pipeline.py | ||