An open API service indexing awesome lists of open source software.

https://github.com/googtech/langchain-tutorials

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

langchain langchain-python tutorials v3

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.