Karin0616 commited on
Commit
db82aa4
·
1 Parent(s): 501e962
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=False)
60
  json_doc = json_loader.load()
61
  return json_doc
 
55
  f.write(docs.getvalue())
56
  json_loader = JSONLoader(
57
  file_path=temp_filepath,
58
+ jq_schema='.symbols_value',
59
  text_content=False)
60
  json_doc = json_loader.load()
61
  return json_doc