add more vars to text splitter (#5503)

searx_updates
Harrison Chase 12 months ago committed by GitHub
parent 562fdfc8f9
commit f0ea77b230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -443,6 +443,8 @@ class RecursiveCharacterTextSplitter(TextSplitter):
"\nfunction ",
"\nconst ",
"\nlet ",
"\nvar ",
"\nclass ",
# Split along control flow statements
"\nif ",
"\nfor ",

Loading…
Cancel
Save