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