0:00
2:23:53
2:23:53

Agentic AI Crash Course using LangChain | LangChain Crash Course

Education

A complete crash course on agentic ai using langchain. This is also a course on generative AI. In this video, we will discuss theoratical foundations of generative AI and agentic AI. Langchain will be used for hands on programming. We will then build two projects (1) shopping agent (2) telecom RAG chatbot using langchain, chromadb, llama vision model, Qwen, gemini LLMs, streamlit, sqlite, huggingface and sentence transformers. Download the resources here: https://codebasics.io/resources/agentic-ai-crash-course No code agents: https://codebasics.io/ - Check "Our Live Cohorts" section Langgraph tutorial: https://youtu.be/CnXdddeZ4tQ Customer care support: https://youtu.be/Jekzc6BM5_w Workflow automation: https://youtu.be/QBI5bmbgL38 Check out OpenRouter: https://openrouter.plug.dev/6QpCcgh Codebasics AI Pro keeps you ahead of it: weekly tool tests, live build sessions, and AI you can actually apply at work: https://codebasics.io/ai-learning-for-professionals ⭐️ Timestamps ⭐️ 0:00:00 Intro 0:01:53 What is Gen AI 0:03:10 Traditional AI 0:05:41 Transformer Architecture 0:11:13 LLM Parameters 0:13:28 LLM Analogy Based Explanation 0:18:41 API Key Setup 0:21:01 Simple LLM call using LangChain 0:41:50 RAG Theory 0:47:52 Vector DB - Hands On 0:53:50 Rag - Hands On 1:02:54 AI Agent Intro 1:03:31 What is an AI Agent 1:10:18 ReAct Loop 1:10:49 AI Agent Hands on 1:21:28 Multi-Agent system 1:21:48 Multi-Model Agent theory 1:23:31 Multi-modal agent – hands on 1:29:28 Evaluation 1:34:07 Guardrails 1:36:41 Project 1 – Shopping Agent 2:06:57 Project 2 – Telecom RAG 2:22:46 No Code Agents Do you want to learn technology from me? Check https://codebasics.io/?utm_source=description&utm_medium=yt&utm_campaign=description&utm_id=description for my affordable video courses. Need help building software or data analytics/AI solutions? My company https://www.atliq.com/ can help. Click on the Contact button on that website. 🎥 Codebasics Hindi channel: https://www.youtube.com/channel/UCTmFBhuhMibVoSfYom1uXEg #️⃣ Social Media #️⃣ 🧑‍🤝‍🧑 Discord for Community Support: https://discord.gg/r42Kbuk 📸 Codebasics' Instagram: https://www.instagram.com/codebasicshub/ 📝 Codebasics' Linkedin : https://www.linkedin.com/company/codebasics/ 📱 Dhaval's X handle : https://x.com/dpcodebasics ------ 📝 Dhaval's Linkedin : https://www.linkedin.com/in/dhavalsays/ 📝 Hem's Linkedin: https://www.linkedin.com/in/hemvad/ 📽️ Hem's Instagram for daily tips: https://www.instagram.com/hemvadivel/ 📸 Dhaval's Personal Instagram: https://www.instagram.com/dhavalcodebasics 🔗 Patreon: https://www.patreon.com/codebasics?fan_landing=true

ADVERTISEMENT

Comments 55

Sign in to join the conversation

Sign in
keith.mitchell
keith.mitchell 2 weeks, 2 days ago

I tried hard, but lab does not work, either python or other related issue of kernal.

A
aimée.foucher 2 weeks, 2 days ago

Waste of time

N
nermin.täsche 2 weeks, 2 days ago

All he did was auto complete the code lol

D
daniela_campos 2 weeks, 3 days ago

39:35 Please also provide the vibe coding prompt you used

F
frédérique_weiss 2 weeks, 3 days ago

at 38:24 you said "We will see proper latest end to end resume addable AI agentic Projects later on"

francisca_gonzález
francisca_gonzález 2 weeks, 4 days ago

25:30 god knows how your jupiter notebook is opened, mine didn't, by thw way I was writing and giving all the commands through command prompt inside VS Code only.

valentim_darocha
valentim_darocha 2 weeks, 5 days ago

Analogy of RAG with Student is outstanding

utkarsh.kalita
utkarsh.kalita 2 weeks, 5 days ago

15:18

V
victoire.lucas 2 weeks, 5 days ago

I just want to know that what are the requirement for the person who wants to see this crash course. Plzz reply any one.

jessedavenport853
jessedavenport853 2 weeks, 5 days ago

even langgraph is required a lot as per various job descriptions but langgraph is not used in these 2 projects. Now I may suffer due to this ? How to overcome and ensure I show off my langgraph skills even ?

D
danielleadams340 2 weeks, 5 days ago

How do we deploy multi agents in production on scale?

J
john.jensen 2 weeks, 6 days ago

Sir I am in 12th right now with commerce stream and literally I don't know about how AI works I don't know about there basic also but I know how to use Gemini and chatgpt but not all things about that, when I see old videos about the AI or another like website developing, web developer, the method that I am nothing I am zero I don't know any of them😂 sir please tell me that what's the best option for me as a average student pursuing a commerce pls sir 😊

S
suzannelloyd476 2 weeks, 6 days ago

Sir, in near future will you create a paid full course on data bricks?

severin.geisel
severin.geisel 2 weeks, 6 days ago

Sir, in near future will you create a paid full course on data bricks?

S
sallysimmons345 3 weeks ago

Good evening sir Im Vamsi I have a basic u series laptop 16gb ram,512gb memory,i5 7th gen processor can I run Deep learning models and can I build and run any agentic ai in my laptop if possible give tell me sir

C
charles_renard 3 weeks ago

M
maríadelcarmenuribe801 3 weeks ago

For deploying the project refer codebasics agentic ai deployment video - /watch?v=cTBGIKAckKE&t=1s

L
leon_williams 3 weeks ago

Why langgraph not used or taught, it is getting asked in job description

G
gabrieltempest28 3 weeks ago

Please how do i enroll for your Gen AI and Agentic AI master classes. Your teaching is excellent

B
beth.cisneros 3 weeks ago

Thanks for the tutorial. If we want to use LLM to search for a product by description, or organic status, or by max price, Does LLM have capability to search into sqlite database or we have to implement RAG based solution where we embed product db into embeddings & convert query string into embedding and search