broadfield-dev commited on
Commit
62a35cc
·
verified ·
1 Parent(s): 1d98448

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: