We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b93a5 commit 9f04690Copy full SHA for 9f04690
app/backend/approaches/chatreadretrieveread.py
@@ -261,6 +261,7 @@ async def run_agentic_retrieval_approach(
261
{
262
"reranker_threshold": minimum_reranker_score,
263
"max_docs_for_reranker": max_docs_for_reranker,
264
+ "results_merge_strategy": results_merge_strategy,
265
"filter": search_index_filter,
266
},
267
),
app/backend/approaches/retrievethenread.py
@@ -212,6 +212,7 @@ async def run_agentic_retrieval_approach(
212
213
214
215
216
217
218
0 commit comments