File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ There are two big issues to deal with in fetching:
55
55
### Text Splitting
56
56
One big issue with all of these methods is how to make sure you are working with pieces of text that are not too large.
57
57
This is important because most language models have a context length, and so you cannot (yet) just pass a
58
- large document in as context. Therefor , it is important to not only fetch relevant data but also make sure it is
58
+ large document in as context. Therefore , it is important to not only fetch relevant data but also make sure it is in
59
59
small enough chunks.
60
60
61
61
LangChain provides some utilities to help with splitting up larger pieces of data. This comes in the form of the TextSplitter class.
You can’t perform that action at this time.
0 commit comments