How To Guides#
There are a lot of different document loaders that LangChain supports. Below are how-to guides for working with them
File Loader: A walkthrough of how to use Unstructured to load files of arbitrary types (pdfs, txt, html, etc).
Directory Loader: A walkthrough of how to use Unstructured load files from a given directory.
Notion: A walkthrough of how to load data for an arbitrary Notion DB.
ReadTheDocs: A walkthrough of how to load data for documentation generated by ReadTheDocs.
HTML: A walkthrough of how to load data from an html file.
PDF: A walkthrough of how to load data from a PDF file.
PowerPoint: A walkthrough of how to load data from a powerpoint file.
Email: A walkthrough of how to load data from an email (.eml) file.
GoogleDrive: A walkthrough of how to load data from Google drive.
Microsoft Word: A walkthrough of how to load data from Microsoft Word files.
Obsidian: A walkthrough of how to load data from an Obsidian file dump.
Roam: A walkthrough of how to load data from a Roam file export.
EverNote: A walkthrough of how to load data from a EverNote (.enex) file.
YouTube: A walkthrough of how to load the transcript from a YouTube video.
Hacker News: A walkthrough of how to load a Hacker News page.
GitBook: A walkthrough of how to load a GitBook page.
s3 File: A walkthrough of how to load a file from s3.
s3 Directory: A walkthrough of how to load all files in a directory from s3.
GCS File: A walkthrough of how to load a file from Google Cloud Storage (GCS).
GCS Directory: A walkthrough of how to load all files in a directory from Google Cloud Storage (GCS).
Web Base: A walkthrough of how to load all text data from webpages.
IMSDb: A walkthrough of how to load all text data from IMSDb webpage.
AZLyrics: A walkthrough of how to load all text data from AZLyrics webpage.
College Confidential: A walkthrough of how to load all text data from College Confidential webpage.
Gutenberg: A walkthrough of how to load data from a Gutenberg ebook text.
Airbyte Json: A walkthrough of how to load data from a local Airbyte JSON file.
Online PDF: A walkthrough of how to load data from an online PDF.
CoNLL-U: A walkthrough of how to load data from a ConLL-U file.
iFixit: A walkthrough of how to search and load data like guides, technical Q&A’s, and device wikis from iFixit.com