Update run.py
Browse files
run.py
CHANGED
|
@@ -50,7 +50,7 @@ def response(
|
|
| 50 |
addon=""
|
| 51 |
results=collection.query(
|
| 52 |
query_texts=[prompt],
|
| 53 |
-
n_results=
|
| 54 |
#where={"source": "google-docs"}
|
| 55 |
#where_document={"$contains":"search_string"}
|
| 56 |
)
|
|
|
|
| 50 |
addon=""
|
| 51 |
results=collection.query(
|
| 52 |
query_texts=[prompt],
|
| 53 |
+
n_results=60,
|
| 54 |
#where={"source": "google-docs"}
|
| 55 |
#where_document={"$contains":"search_string"}
|
| 56 |
)
|