Document Loaders
- Refer Here for official docs
- Interface
- category Refer Here
- Refer Here in this jupyter notebook for
- text loading
- pdf loading
- directory loading with txt files
- Exercise:
- I want to read a html page from a website as document
Chunking
-
Refer Here for splitters
-
RecursiveCharacterTextSplitter
-
refer the notebook for sample
-
Exercise:
- Findout a document loader for python code
- Findout which splitting is better for python code.
