Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Practical step-by-step LangChain guides
https://github.com/tirendazacademy/langchain-tutorials

chatbot gradio langchain langchain-agent langchain-python llms ollama rag streamlit

Last synced: 6 days ago
JSON representation

Practical step-by-step LangChain guides

Awesome Lists containing this project

README

        

# Welcome to LangChain Tutorials

This repo contains quick step-by-step guides to building an end-to-end language model application with [LangChain](https://python.langchain.com/en/latest/index.html).

## YouTube Videos
- [What is LangChain](https://youtu.be/xLDadqb3BQQ)
- [Getting started with LangChain](https://youtu.be/91W52Wl4wG8)
- [RAG with Ollama and LangChain](https://youtu.be/BLR1FgFqbRo)
- [RAG with Chat History](https://youtu.be/fvq1LoMI0co)
- [Build a ChatGPT clone](https://youtu.be/npsQMJk7IH4)
- [Data Analysis with Agents](https://youtu.be/Nzh0XcO_XuM)
- [LangChain Pandas DataFrame Agent](https://youtu.be/fh6C_4yz5-M)
- [LangChain SQL Agent](https://youtu.be/JXiBzpw7dAE)

## Blog Post
- [Getting Started with LangChain for Beginners](https://medium.com/gitconnected/getting-started-with-langchain-for-beginners-f3841119e357)