docs: tiny fix on docs verbiage (#2124)

Changed `RecursiveCharaterTextSplitter` =>
`RecursiveCharacterTextSplitter`. GH's diff doesn't handle the long
string well.
doc
Chase Adams 1 year ago committed by GitHub
parent 8441cbfc03
commit b5449a866d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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…
Cancel
Save