mirror of
https://github.com/langgenius/dify.git
synced 2026-02-28 13:36:26 +08:00
r2 transform
This commit is contained in:
@ -649,7 +649,7 @@ class RagPipelineDslService:
|
||||
"version": CURRENT_DSL_VERSION,
|
||||
"kind": "rag_pipeline",
|
||||
"rag_pipeline": {
|
||||
"name": pipeline.name,
|
||||
"name": dataset.name,
|
||||
"icon": icon_info.get("icon", "📙") if icon_info else "📙",
|
||||
"icon_type": icon_info.get("icon_type", "emoji") if icon_info else "emoji",
|
||||
"icon_background": icon_info.get("icon_background", "#FFEAD5") if icon_info else "#FFEAD5",
|
||||
|
||||
Reference in New Issue
Block a user