Karin0616 commited on
Commit
f038568
·
1 Parent(s): a695d7c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def get_json_file(docs):
55
  f.write(docs.getvalue())
56
  json_loader = JSONLoader(
57
  file_path=temp_filepath,
58
- jq_schema='.messages[].content',
59
  text_content=True)
60
  json_doc = json_loader.load()
61
 
 
55
  f.write(docs.getvalue())
56
  json_loader = JSONLoader(
57
  file_path=temp_filepath,
58
+ jq_schema='.',
59
  text_content=True)
60
  json_doc = json_loader.load()
61