LangChain Crashcourse (2024 Version) - Learn LangChain in 50 Minutes

preview_player
Показать описание
In this crashcourse you will learn the basics of LangChain - a Framework for building LLM based applications. If you want to learn more advanced topics afterwards: Here are promolinks to all of my udemy courses:

Timestamps:
0:00 Introduction
3:57 Setup of venv and installation of packages
5:45 OpenAI package vs LangChain
12:05 The LCEL Pipe operator
14:45 Stream, Invoke, Batch
16:00 Memory (Inmemory)
19:33 Memory (Redis)
20:40 RAG Theory
23:44 RAG Practice
34:22 Tool Calling
43:13 Agents
Рекомендации по теме
Комментарии
Автор

can you do video tutorial for codes that act (may be via function calling), instead of just returning data? for example, GUI navigation, web browsing etc

fintech
Автор

sir create same course with repect to js as well please

zainn
Автор

Solid content!

I have two questions;

1) Can we add memory in the RAG code that you showed in the video?

2) Can we use agents through LCEL syntax?

farhanafridi
Автор

How you get that crystal clear voice. What is your recording setup?

GulshanSaini
Автор

Thank you. I bought the course from udemy Advanced LangChain Techniques: Mastering RAG Applications in fact all udemy courses of yours I bought. Will this langchain will be updated in udemy please let me know.

karthikbsk
Автор

I have a problem with Agentic RAG

this error happen
USER_AGENT environment variable not set, consider setting it to identify your requests.


especially with streamlit

Mostafa_Sharaf__
Автор

Does changing the prompt return different answers? What will be a good prompt for a RAG app?

rifazjeoffrey
Автор

Hi, would all of these be included in your LangChain basics courses?

limjuroy