Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

LangChain

University of Kansas School of Business

LangChain is a modular toolkit for building LLM applications. Unlike LlamaIndex (which is opinionated about how RAG should work), LangChain gives you explicit control over each step: document loaders, text splitters, embeddings, vector stores, and chains.

This chapter covers: