Skip to content

GoogTech/langchain-tutorials

Repository files navigation

langchain-tutorials

🦜⛓️ langchain tutorials of v0.3 : https://python.langchain.com/docs/tutorials/

LangGraph Glossary

Open In Colab
It would be best for you to learn the basic knowledge about the LangGraph framework first.

Chatbots

Open In Colab
Project : Build a chatbot that incorporates memory.

Agents

Open In Colab
Project : Build an agent that interacts with external tools.

Retrieval Augmented Generation (RAG) Part 1

Open In Colab
Project : Build an application that uses your own documents to inform its responses.

Retrieval Augmented Generation (RAG) Part 2

Open In Colab
Project : Build a RAG application that incorporates a memory of its user interactions and multi-step retrieval.