suwesh commited on
Commit
f48ca20
·
verified ·
1 Parent(s): c543e79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -41,6 +41,7 @@ distances, indices = index.search(query_matrix, k)
41
  result_texts = [thegrid[idx]['text'] for idx in indices[0]]
42
  for i, text in enumerate(result_texts):
43
  printres = f"Match {i+1}: {text}"
 
44
 
45
  searched_topics = []
46
  idcache = []
 
41
  result_texts = [thegrid[idx]['text'] for idx in indices[0]]
42
  for i, text in enumerate(result_texts):
43
  printres = f"Match {i+1}: {text}"
44
+
45
 
46
  searched_topics = []
47
  idcache = []