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