Forbu14 commited on
Commit
05b5290
·
1 Parent(s): cceb559

reduce the number of articles conerned

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def retrieve_with_summaries(
136
  query,
137
  retriever,
138
  k_summary=3,
139
- k_total=10,
140
  source="ipcc",
141
  max_k=100,
142
  threshold=0.49,
 
136
  query,
137
  retriever,
138
  k_summary=3,
139
+ k_total=5,
140
  source="ipcc",
141
  max_k=100,
142
  threshold=0.49,