KNOWLEDGE, EMBEDDINGS & RAG • 126 / 397
Teach models to look up relevant information before answering.
Document Loader
A document loader reads source content from files, websites, databases or other systems for ingestion.
Think of it like
Think of Document Loader like a library system: instead of memorizing every book, find the right shelf and bring only the useful pages to the desk.
Real life
Search engines and recommendation systems use ideas related to Document Loader.
SRE lens
A loader can import Markdown runbooks from Git or pages from an internal wiki.
Remember thisA document loader reads source content from files, websites, databases or other systems for ingestion.