mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
r2
This commit is contained in:
@ -604,6 +604,8 @@ class PipelineGenerator(BaseAppGenerator):
|
||||
name = datasource_info["page"]["page_name"]
|
||||
elif datasource_type == "website_crawl":
|
||||
name = datasource_info["title"]
|
||||
elif datasource_type == "online_drive":
|
||||
name = datasource_info["key"]
|
||||
else:
|
||||
raise ValueError(f"Unsupported datasource type: {datasource_type}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user