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
I tried hard, but lab does not work, either python or other related issue of kernal.
Waste of time
All he did was auto complete the code lol
39:35 Please also provide the vibe coding prompt you used
at 38:24 you said "We will see proper latest end to end resume addable AI agentic Projects later on"
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.
Analogy of RAG with Student is outstanding
15:18
I just want to know that what are the requirement for the person who wants to see this crash course. Plzz reply any one.
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 ?
How do we deploy multi agents in production on scale?
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 😊
Sir, in near future will you create a paid full course on data bricks?
Sir, in near future will you create a paid full course on data bricks?
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
❤
For deploying the project refer codebasics agentic ai deployment video - /watch?v=cTBGIKAckKE&t=1s
Why langgraph not used or taught, it is getting asked in job description
Please how do i enroll for your Gen AI and Agentic AI master classes. Your teaching is excellent
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