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:
Chase Adams 2023-03-28 22:56:29 -07:00 committed by GitHub
parent 8441cbfc03
commit b5449a866d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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",