fix typo in description of recursive character text splitter
This commit is contained in:
parent
aa0795c4ed
commit
3db4639d4e
|
|
@ -18,7 +18,7 @@ class RecursiveCharacterTextSplitter_TextSplitters implements INode {
|
|||
this.type = 'RecursiveCharacterTextSplitter'
|
||||
this.icon = 'textsplitter.svg'
|
||||
this.category = 'Text Splitters'
|
||||
this.description = `Split documents recursively by different characters - starting with "\n\n", then "\n", then " "`
|
||||
this.description = `Split documents recursively by different characters - starting with "\\n\\n", then "\\n", then " "`
|
||||
this.baseClasses = [this.type, ...getBaseClasses(RecursiveCharacterTextSplitter)]
|
||||
this.inputs = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue