Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 1.66 KB

File metadata and controls

48 lines (41 loc) · 1.66 KB
description
LangChain Document Loader Nodes

Document Loaders


Document loaders allow you to load documents from different sources like PDF, TXT, CSV, Notion, Confluence etc. They are often used together with Vector Stores to be upserted as embeddings, which can then retrieved upon query.

Watch an intro on Document Loaders

{% embed url="https://youtu.be/kMtf9sNIcao" %}

Document Loader Nodes: