🐛 fix(textsplitters.py): change default value of Separator field from "." to "\\n" to correctly split text by newline characters
This commit is contained in:
parent
8f9bfd2a7c
commit
02fc2004e1
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class TextSplittersFrontendNode(FrontendNode):
|
|||
field_type="str",
|
||||
required=True,
|
||||
show=True,
|
||||
value=".",
|
||||
value="\\n",
|
||||
name=name,
|
||||
display_name="Separator",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue