Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ print(f"\n成功載入 {len(documents)} 個網址或檔案")
|
|
65 |
|
66 |
text_splitter = RecursiveCharacterTextSplitter(
|
67 |
chunk_size=512,
|
68 |
-
chunk_overlap=
|
69 |
length_function=len,
|
70 |
is_separator_regex=False,
|
71 |
separators=["\n\n\n","\n\n", "\n", "。"]
|
|
|
65 |
|
66 |
text_splitter = RecursiveCharacterTextSplitter(
|
67 |
chunk_size=512,
|
68 |
+
chunk_overlap=50,
|
69 |
length_function=len,
|
70 |
is_separator_regex=False,
|
71 |
separators=["\n\n\n","\n\n", "\n", "。"]
|