Forbu14 commited on
Commit
6e6bb0c
1 Parent(s): 05b5290

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ def chat(
212
  sources = retrieve_with_summaries(
213
  reformulated_query,
214
  retriever,
215
- k_total=10,
216
  k_summary=3,
217
  as_dict=True,
218
  threshold=threshold,
 
212
  sources = retrieve_with_summaries(
213
  reformulated_query,
214
  retriever,
215
+ k_total=5,
216
  k_summary=3,
217
  as_dict=True,
218
  threshold=threshold,