Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@
"\n",
"The problem with Level #1 is that we don't take into account the structure of our document at all. We simply split by a fix number of characters.\n",
"\n",
"The Recursive Character Text Splitter helps with this. With it, we'll specify a series of separatators which will be used to split our docs.\n",
"The Recursive Character Text Splitter helps with this. With it, we'll specify a series of separators which will be used to split our docs.\n",
"\n",
"You can see the default separators for LangChain [here](https://github.com/langchain-ai/langchain/blob/9ef2feb6747f5a69d186bd623b569ad722829a5e/libs/langchain/langchain/text_splitter.py#L842). Let's take a look at them one by one.\n",
"\n",
Expand Down