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