Spaces:
Running
Running
Aymeric Roucher
commited on
Commit
•
d830b97
1
Parent(s):
2c8408f
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,6 @@ def chunk(text, words, splitter_selection, slider_overlap):
|
|
65 |
text_splits = [split.page_content for split in splits]
|
66 |
elif splitter_selection == "Recursive Character Text Splitter":
|
67 |
text_splitter = RecursiveCharacterTextSplitter(
|
68 |
-
separator="",
|
69 |
chunk_size=words,
|
70 |
chunk_overlap=slider_overlap,
|
71 |
length_function=len,
|
|
|
65 |
text_splits = [split.page_content for split in splits]
|
66 |
elif splitter_selection == "Recursive Character Text Splitter":
|
67 |
text_splitter = RecursiveCharacterTextSplitter(
|
|
|
68 |
chunk_size=words,
|
69 |
chunk_overlap=slider_overlap,
|
70 |
length_function=len,
|