Skip to content

daixba/langchain-tutorials

Repository files navigation

langchain-tutorials

This repo contains some examples help you understand and use LangChain.

  • 01 - LangChain Basis: Basic concept and usage of LLMs, chains, prompt, memory etc.

  • 02 - RAG: Use LangChain to build Retrieval Augmented Generation (RAG) using Vector Store.

  • 03 - Agents: Use LangChain Agents and Tools to make LLMs more powerful.