mirror of
https://github.com/langgenius/dify.git
synced 2026-05-02 16:38:04 +08:00
r2
This commit is contained in:
@ -90,6 +90,7 @@ from .datasets.rag_pipeline import (
|
||||
datasource_content_preview,
|
||||
rag_pipeline,
|
||||
rag_pipeline_datasets,
|
||||
rag_pipeline_draft_variable,
|
||||
rag_pipeline_import,
|
||||
rag_pipeline_workflow,
|
||||
)
|
||||
|
||||
@ -53,6 +53,7 @@ class RagPipelineImportApi(Resource):
|
||||
yaml_content=args.get("yaml_content"),
|
||||
yaml_url=args.get("yaml_url"),
|
||||
pipeline_id=args.get("pipeline_id"),
|
||||
dataset_name=args.get("name"),
|
||||
)
|
||||
session.commit()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user