Thiloid commited on
Commit
ecf9016
·
verified ·
1 Parent(s): ec1e4e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ def responsefull(
155
  #where_document={"$contains":"search_string"}
156
  )
157
  #print("REsults")
158
- #print(results)
159
  #print("_____")
160
  dists=["<br><small>(relevance: "+str(round((1-d)*100)/100)+";" for d in results['distances'][0]]
161
 
 
155
  #where_document={"$contains":"search_string"}
156
  )
157
  #print("REsults")
158
+ print(results)
159
  #print("_____")
160
  dists=["<br><small>(relevance: "+str(round((1-d)*100)/100)+";" for d in results['distances'][0]]
161