expand text file supported file types

This commit is contained in:
Henry
2023-10-31 16:32:33 +00:00
parent 06552416bb
commit 039d8d26be
5 changed files with 46 additions and 11 deletions
@@ -43,6 +43,7 @@ class RecursiveCharacterTextSplitter_TextSplitters implements INode {
rows: 4,
description: 'Array of custom separators to determine when to split the text, will override the default separators',
placeholder: `["|", "##", ">", "-"]`,
additionalParams: true,
optional: true
}
]