Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -212,7 +212,7 @@ def chat(
|
|
| 212 |
sources = retrieve_with_summaries(
|
| 213 |
reformulated_query,
|
| 214 |
retriever,
|
| 215 |
-
k_total=
|
| 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,
|