mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-12 21:59:03 +08:00
Fix DB assistant template error. (#4925)
### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
891ee85fa6
commit
50c99599f2
@ -58,10 +58,7 @@
|
||||
},
|
||||
"Generate:BlueShirtsLaugh": {
|
||||
"downstream": [
|
||||
"ExeSQL:QuietRosesRun",
|
||||
"Retrieval:SillyPartsCheer",
|
||||
"Retrieval:BrownStreetsRhyme",
|
||||
"Retrieval:OddSingersRefuse"
|
||||
"ExeSQL:QuietRosesRun"
|
||||
],
|
||||
"obj": {
|
||||
"component_name": "Generate",
|
||||
@ -77,10 +74,16 @@
|
||||
"top_p": 0.3
|
||||
}
|
||||
},
|
||||
"upstream": []
|
||||
"upstream": [
|
||||
"Retrieval:SillyPartsCheer",
|
||||
"Retrieval:BrownStreetsRhyme",
|
||||
"Retrieval:OddSingersRefuse"
|
||||
]
|
||||
},
|
||||
"Retrieval:BrownStreetsRhyme": {
|
||||
"downstream": [],
|
||||
"downstream": [
|
||||
"Generate:BlueShirtsLaugh"
|
||||
],
|
||||
"obj": {
|
||||
"component_name": "Retrieval",
|
||||
"inputs": [],
|
||||
@ -100,12 +103,13 @@
|
||||
}
|
||||
},
|
||||
"upstream": [
|
||||
"RewriteQuestion:WildIdeasTell",
|
||||
"Generate:BlueShirtsLaugh"
|
||||
"RewriteQuestion:WildIdeasTell"
|
||||
]
|
||||
},
|
||||
"Retrieval:OddSingersRefuse": {
|
||||
"downstream": [],
|
||||
"downstream": [
|
||||
"Generate:BlueShirtsLaugh"
|
||||
],
|
||||
"obj": {
|
||||
"component_name": "Retrieval",
|
||||
"inputs": [],
|
||||
@ -125,12 +129,13 @@
|
||||
}
|
||||
},
|
||||
"upstream": [
|
||||
"RewriteQuestion:WildIdeasTell",
|
||||
"Generate:BlueShirtsLaugh"
|
||||
"RewriteQuestion:WildIdeasTell"
|
||||
]
|
||||
},
|
||||
"Retrieval:SillyPartsCheer": {
|
||||
"downstream": [],
|
||||
"downstream": [
|
||||
"Generate:BlueShirtsLaugh"
|
||||
],
|
||||
"obj": {
|
||||
"component_name": "Retrieval",
|
||||
"inputs": [],
|
||||
@ -150,8 +155,7 @@
|
||||
}
|
||||
},
|
||||
"upstream": [
|
||||
"RewriteQuestion:WildIdeasTell",
|
||||
"Generate:BlueShirtsLaugh"
|
||||
"RewriteQuestion:WildIdeasTell"
|
||||
]
|
||||
},
|
||||
"RewriteQuestion:WildIdeasTell": {
|
||||
@ -302,43 +306,43 @@
|
||||
"zIndex": 1001
|
||||
},
|
||||
{
|
||||
"id": "xy-edge__Generate:BlueShirtsLaughb-Retrieval:SillyPartsCheerb",
|
||||
"id": "xy-edge__Retrieval:SillyPartsCheerb-Generate:BlueShirtsLaughb",
|
||||
"markerEnd": "logo",
|
||||
"source": "Generate:BlueShirtsLaugh",
|
||||
"source": "Retrieval:SillyPartsCheer",
|
||||
"sourceHandle": "b",
|
||||
"style": {
|
||||
"stroke": "rgb(202 197 245)",
|
||||
"strokeWidth": 2
|
||||
},
|
||||
"target": "Retrieval:SillyPartsCheer",
|
||||
"target": "Generate:BlueShirtsLaugh",
|
||||
"targetHandle": "b",
|
||||
"type": "buttonEdge",
|
||||
"zIndex": 1001
|
||||
},
|
||||
{
|
||||
"id": "xy-edge__Generate:BlueShirtsLaughb-Retrieval:BrownStreetsRhymeb",
|
||||
"id": "xy-edge__Retrieval:BrownStreetsRhymeb-Generate:BlueShirtsLaughb",
|
||||
"markerEnd": "logo",
|
||||
"source": "Generate:BlueShirtsLaugh",
|
||||
"source": "Retrieval:BrownStreetsRhyme",
|
||||
"sourceHandle": "b",
|
||||
"style": {
|
||||
"stroke": "rgb(202 197 245)",
|
||||
"strokeWidth": 2
|
||||
},
|
||||
"target": "Retrieval:BrownStreetsRhyme",
|
||||
"target": "Generate:BlueShirtsLaugh",
|
||||
"targetHandle": "b",
|
||||
"type": "buttonEdge",
|
||||
"zIndex": 1001
|
||||
},
|
||||
{
|
||||
"id": "xy-edge__Generate:BlueShirtsLaughb-Retrieval:OddSingersRefuseb",
|
||||
"id": "xy-edge__Retrieval:OddSingersRefuseb-Generate:BlueShirtsLaughb",
|
||||
"markerEnd": "logo",
|
||||
"source": "Generate:BlueShirtsLaugh",
|
||||
"source": "Retrieval:OddSingersRefuse",
|
||||
"sourceHandle": "b",
|
||||
"style": {
|
||||
"stroke": "rgb(202 197 245)",
|
||||
"strokeWidth": 2
|
||||
},
|
||||
"target": "Retrieval:OddSingersRefuse",
|
||||
"target": "Generate:BlueShirtsLaugh",
|
||||
"targetHandle": "b",
|
||||
"type": "buttonEdge",
|
||||
"zIndex": 1001
|
||||
|
Loading…
x
Reference in New Issue
Block a user