nyoo827 commited on
Commit
dba217e
β€’
1 Parent(s): bfe5a0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def get_json_file(json_docs):
52
  with open(temp_filepath, "wb") as f: # μž„μ‹œ νŒŒμΌμ„ λ°”μ΄λ„ˆλ¦¬ μ“°κΈ° λͺ¨λ“œλ‘œ μ—½λ‹ˆλ‹€.
53
  f.write(json_docs.getvalue())
54
  json_loader = JSONLoader(
55
- file_path='./example_data/facebook_chat.json',
56
  jq_schema='.messages[].content',
57
  text_content=False)
58
  data = loader.load()
 
52
  with open(temp_filepath, "wb") as f: # μž„μ‹œ νŒŒμΌμ„ λ°”μ΄λ„ˆλ¦¬ μ“°κΈ° λͺ¨λ“œλ‘œ μ—½λ‹ˆλ‹€.
53
  f.write(json_docs.getvalue())
54
  json_loader = JSONLoader(
55
+ file_path='./example_data/config.json',
56
  jq_schema='.messages[].content',
57
  text_content=False)
58
  data = loader.load()