Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 437 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 437 Bytes

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.