mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-31 10:23:18 +00:00
Improvement[Community] Improve Document Loaders and Splitters (#27568)
- Fix word spelling error - Add static method decorator - Fix language splitter Co-authored-by: Erick Friis <erick@langchain.dev>
This commit is contained in:
@@ -465,7 +465,7 @@ class RecursiveCharacterTextSplitter(TextSplitter):
|
||||
"\n\\\\begin{verse}",
|
||||
"\n\\\\begin{verbatim}",
|
||||
# Now split by math environments
|
||||
"\n\\\begin{align}",
|
||||
"\n\\\\begin{align}",
|
||||
"$$",
|
||||
"$",
|
||||
# Now split by the normal type of lines
|
||||
|
Reference in New Issue
Block a user