Thiloid commited on
Commit
cfc7235
1 Parent(s): a126020

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -50,7 +50,7 @@ def response(
50
  addon=""
51
  results=collection.query(
52
  query_texts=[prompt],
53
- n_results=10,
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
  )