Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = []
|