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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -83,6 +83,7 @@
83
83
"minimumSearchScore": "Minimum search score",
84
84
"minimumRerankerScore": "Minimum reranker score",
85
85
"retrieveCount": "Retrieve this many search results:",
86
+
"maxSubqueryCount": "Max subqueries",
86
87
"includeCategory": "Include category",
87
88
"includeCategoryOptions": {
88
89
"all": "All"
@@ -141,6 +142,8 @@
141
142
"Sets a minimum score for search results coming back from the semantic reranker. The score always ranges between 0-4. The higher the score, the more semantically relevant the result is to the question.",
142
143
"retrieveNumber":
143
144
"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
+
"maxSubqueryCount":
146
+
"Sets the maximum number of subqueries to use for the agentic retrieval query plan.",
144
147
"includeCategory":
145
148
"Specifies a category to include in the search results. There are no categories used in the default data set.",
0 commit comments