mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
docs: tiny fix on docs verbiage (#2124)
Changed `RecursiveCharaterTextSplitter` => `RecursiveCharacterTextSplitter`. GH's diff doesn't handle the long string well.
This commit is contained in:
parent
8441cbfc03
commit
b5449a866d
File diff suppressed because one or more lines are too long
@ -5,7 +5,7 @@
|
||||
"id": "072eee66",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"# RecursiveCharaterTextSplitter\n",
|
||||
"# RecursiveCharacterTextSplitter\n",
|
||||
"This text splitter is the recommended one for generic text. It is parameterized by a list of characters. It tries to split on them in order until the chunks are small enough. The default list is `[\"\\n\\n\", \"\\n\", \" \", \"\"]`. This has the effect of trying to keep all paragraphs (and then sentences, and then words) together as long as possible, as those would generically seem to be the strongest semantically related pieces of text.\n",
|
||||
"\n",
|
||||
"\n",
|
||||
|
Loading…
Reference in New Issue
Block a user