mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-23 20:23:59 +00:00
add more vars to text splitter (#5503)
This commit is contained in:
@@ -443,6 +443,8 @@ class RecursiveCharacterTextSplitter(TextSplitter):
|
||||
"\nfunction ",
|
||||
"\nconst ",
|
||||
"\nlet ",
|
||||
"\nvar ",
|
||||
"\nclass ",
|
||||
# Split along control flow statements
|
||||
"\nif ",
|
||||
"\nfor ",
|
||||
|
||||
Reference in New Issue
Block a user