mirror of
https://github.com/langgenius/dify.git
synced 2026-01-05 22:15:52 +00:00
pipeline name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user