Spaces:
Running
Running
Aymeric Roucher
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
136 |
[
|
137 |
"LangChain's CharacterTextSplitter",
|
138 |
"Langchain's RecursiveCharacterTextSplitter - vanilla",
|
139 |
-
"Langchain's RecursiveCharacterTextSplitter - with '.'"
|
140 |
"Haystack's PreProcessor - Word level, no sentence boundaries",
|
141 |
"Haystack's PreProcessor - Word level, respect sentence boundaries",
|
142 |
],
|
|
|
136 |
[
|
137 |
"LangChain's CharacterTextSplitter",
|
138 |
"Langchain's RecursiveCharacterTextSplitter - vanilla",
|
139 |
+
"Langchain's RecursiveCharacterTextSplitter - with '.'",
|
140 |
"Haystack's PreProcessor - Word level, no sentence boundaries",
|
141 |
"Haystack's PreProcessor - Word level, respect sentence boundaries",
|
142 |
],
|