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