Spaces:
Runtime error
Runtime error
JinHyeong99
commited on
Commit
Β·
7106d8f
1
Parent(s):
d09d143
app.py
CHANGED
@@ -54,7 +54,7 @@ def get_json_file(json_docs):
|
|
54 |
f.write(json_docs.getvalue()) # Json λ¬Έμμ λ΄μ©μ μμ νμΌμ μλλ€.
|
55 |
json_loader = JSONLoader(
|
56 |
file_path = temp_filepath,
|
57 |
-
jq_schema='
|
58 |
text_content=False
|
59 |
)
|
60 |
json_doc = json_loader.load()
|
|
|
54 |
f.write(json_docs.getvalue()) # Json λ¬Έμμ λ΄μ©μ μμ νμΌμ μλλ€.
|
55 |
json_loader = JSONLoader(
|
56 |
file_path = temp_filepath,
|
57 |
+
jq_schema='to_entries[]', # κ°μ²΄μ ν€-κ° μμ λ°°μ΄λ‘ λ³ν
|
58 |
text_content=False
|
59 |
)
|
60 |
json_doc = json_loader.load()
|