You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/frontend/src/locales/en/translation.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,11 @@
84
84
"minimumRerankerScore": "Minimum reranker score",
85
85
"retrieveCount": "Retrieve this many search results:",
86
86
"maxSubqueryCount": "Max subqueries",
87
+
"resultsMergeStrategy": "Results merge strategy",
88
+
"resultsMergeStrategyOptions": {
89
+
"interleaved": "Interleaved",
90
+
"descending": "Descending"
91
+
},
87
92
"includeCategory": "Include category",
88
93
"includeCategoryOptions": {
89
94
"all": "All"
@@ -144,6 +149,8 @@
144
149
"Sets the number of search results to retrieve from Azure AI search. More results may increase the likelihood of finding the correct answer, but may lead to the model getting 'lost in the middle'.",
145
150
"maxSubqueryCount":
146
151
"Sets the maximum number of subqueries to use for the agentic retrieval query plan.",
152
+
"resultsMergeStrategy":
153
+
"Sets the strategy for merging results from multiple subqueries. Interleaved picks the top results from each subquery in round robin order, while descending sorts all results by reranker score.",
147
154
"includeCategory":
148
155
"Specifies a category to include in the search results. There are no categories used in the default data set.",
0 commit comments