Rams901 commited on
Commit
8b0c846
1 Parent(s): b26b437

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,7 +83,7 @@ def qa_retrieve_art(query,):
83
 
84
  tier_1 = thoughts['tier 1']
85
 
86
- reference = tier_1[['_id', 'url', 'author', 'title', 'content', 'score']].to_dict('records')
87
 
88
  return {'Reference': reference}
89
 
 
83
 
84
  tier_1 = thoughts['tier 1']
85
 
86
+ reference = tier_1[['_id', 'url', 'author', 'title', 'chunks', 'score']].to_dict('records')
87
 
88
  return {'Reference': reference}
89