sys2 commited on
Commit
8c7eb0f
1 Parent(s): 02421ad

First commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def get_json_file(json_docs):
59
  f.write(json_docs.getvalue())
60
 
61
  json_loader = JSONLoader(file_path= temp_filepath,
62
- jq_schema='.scans[].relationships',
63
  text_content=False)
64
  json_doc = json_loader.load()
65
  return json_doc
 
59
  f.write(json_docs.getvalue())
60
 
61
  json_loader = JSONLoader(file_path= temp_filepath,
62
+ jq_schema='.messages[].content',
63
  text_content=False)
64
  json_doc = json_loader.load()
65
  return json_doc