Spaces:
Runtime error
Runtime error
JinHyeong99
commited on
Commit
Β·
fb65e88
1
Parent(s):
4419649
app.py
CHANGED
@@ -62,7 +62,9 @@ def get_json_file(json_docs):
|
|
62 |
)
|
63 |
json_doc = json_loader.load()
|
64 |
return json_doc
|
65 |
-
|
|
|
|
|
66 |
# λ¬Έμλ€μ μ²λ¦¬νμ¬ ν
μ€νΈ μ²ν¬λ‘ λλλ ν¨μμ
λλ€.
|
67 |
def get_text_chunks(documents):
|
68 |
text_splitter = RecursiveCharacterTextSplitter(
|
|
|
62 |
)
|
63 |
json_doc = json_loader.load()
|
64 |
return json_doc
|
65 |
+
|
66 |
+
|
67 |
+
|
68 |
# λ¬Έμλ€μ μ²λ¦¬νμ¬ ν
μ€νΈ μ²ν¬λ‘ λλλ ν¨μμ
λλ€.
|
69 |
def get_text_chunks(documents):
|
70 |
text_splitter = RecursiveCharacterTextSplitter(
|