Update app.py
Browse files
app.py
CHANGED
@@ -60,6 +60,7 @@ def get_json_file(json_docs):
|
|
60 |
json_doc = json_loader.load()
|
61 |
return json_doc
|
62 |
|
|
|
63 |
# λ¬Έμλ€μ μ²λ¦¬νμ¬ ν
μ€νΈ μ²ν¬λ‘ λλλ ν¨μμ
λλ€.
|
64 |
def get_text_chunks(documents):
|
65 |
text_splitter = RecursiveCharacterTextSplitter(
|
|
|
60 |
json_doc = json_loader.load()
|
61 |
return json_doc
|
62 |
|
63 |
+
|
64 |
# λ¬Έμλ€μ μ²λ¦¬νμ¬ ν
μ€νΈ μ²ν¬λ‘ λλλ ν¨μμ
λλ€.
|
65 |
def get_text_chunks(documents):
|
66 |
text_splitter = RecursiveCharacterTextSplitter(
|