Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -168,6 +168,7 @@ def search_memory():
|
|
| 168 |
|
| 169 |
formatted_results = []
|
| 170 |
for hit in results:
|
|
|
|
| 171 |
if isinstance(hit, dict):
|
| 172 |
text = hit.get('text') or hit.get('content') or "No text"
|
| 173 |
else:
|
|
|
|
| 168 |
|
| 169 |
formatted_results = []
|
| 170 |
for hit in results:
|
| 171 |
+
print(hit)
|
| 172 |
if isinstance(hit, dict):
|
| 173 |
text = hit.get('text') or hit.get('content') or "No text"
|
| 174 |
else:
|