mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-06-26 22:19:57 +00:00
Fix: Update customer service template with query references to RewriteQuestion (#8252)
### What problem does this PR solve? - Add query references to "RewriteQuestion:AllNightsSniff" in multiple components - Set "selected" to false for retrieval node ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
parent
6b58b67d12
commit
0c0188b688
@ -52,7 +52,10 @@
|
||||
"parameters": [],
|
||||
"presence_penalty": 0.4,
|
||||
"prompt": "",
|
||||
"query": [],
|
||||
"query": [{
|
||||
"type": "reference",
|
||||
"component_id": "RewriteQuestion:AllNightsSniff"
|
||||
}],
|
||||
"temperature": 0.1,
|
||||
"top_p": 0.3
|
||||
}
|
||||
@ -195,14 +198,13 @@
|
||||
"message_history_window_size": 22,
|
||||
"output": null,
|
||||
"output_var_name": "output",
|
||||
"query": [],
|
||||
"rerank_id": "",
|
||||
"similarity_threshold": 0.2,
|
||||
"top_k": 1024,
|
||||
"top_n": 6,
|
||||
"query": [{
|
||||
"type": "reference",
|
||||
"component_id": "answer:0"
|
||||
"component_id": "RewriteQuestion:AllNightsSniff"
|
||||
}],
|
||||
"use_kg": false
|
||||
}
|
||||
@ -553,7 +555,11 @@
|
||||
"temperature": 0.1,
|
||||
"temperatureEnabled": true,
|
||||
"topPEnabled": true,
|
||||
"top_p": 0.3
|
||||
"top_p": 0.3,
|
||||
"query": [{
|
||||
"type": "reference",
|
||||
"component_id": "RewriteQuestion:AllNightsSniff"
|
||||
}]
|
||||
},
|
||||
"label": "Categorize",
|
||||
"name": "Question Categorize"
|
||||
@ -630,7 +636,11 @@
|
||||
"keywords_similarity_weight": 0.3,
|
||||
"similarity_threshold": 0.2,
|
||||
"top_k": 1024,
|
||||
"top_n": 6
|
||||
"top_n": 6,
|
||||
"query": [{
|
||||
"type": "reference",
|
||||
"component_id": "RewriteQuestion:AllNightsSniff"
|
||||
}]
|
||||
},
|
||||
"label": "Retrieval",
|
||||
"name": "Search product info"
|
||||
@ -650,7 +660,7 @@
|
||||
"x": 674.4543037737495,
|
||||
"y": 855.3858500356805
|
||||
},
|
||||
"selected": true,
|
||||
"selected": false,
|
||||
"sourcePosition": "right",
|
||||
"targetPosition": "left",
|
||||
"type": "retrievalNode",
|
||||
|
Loading…
x
Reference in New Issue
Block a user