mirror of https://github.com/langgenius/dify.git
pipeline name
This commit is contained in:
parent
918958743f
commit
da9b38f642
|
|
@ -274,7 +274,7 @@ class RagPipelineDslService:
|
|||
dependencies=check_dependencies_pending_data,
|
||||
)
|
||||
# create dataset
|
||||
name = dataset_name or pipeline.name
|
||||
name = pipeline.name or "Untitled"
|
||||
description = pipeline.description
|
||||
if icon_info:
|
||||
icon_type = icon_info.icon_type
|
||||
|
|
|
|||
Loading…
Reference in New Issue