Tags
Language
Tags
January 2025
Su Mo Tu We Th Fr Sa
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
SpicyMags.xyz

LangChain- Develop LLM powered applications with LangChain

Posted By: lucky_aut
LangChain- Develop LLM powered applications with LangChain

LangChain- Develop LLM powered applications with LangChain
Last updated 1/2025
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 5.64 GB | Duration: 9h 39m

Learn LangChain by building FAST a real world generative ai LLM powered application LLM (Python, Latest Version 0.3.0)


What you'll learn
Become proficient in LangChain
Have 3 end to end working LangChain based generative AI applications
Prompt Engineering Theory: Chain of Thought, ReAct, Few Shot prompting and understand how LangChain is build under the hood
Understand how to navigate inside the LangChain opensource codebase
Large Language Models theory for software engineers
LangChain: Lots of chains Chains, Agents, DocumentLoader, TextSplitter, OutputParser, Memory
RAG, Vectorestores/ Vector Databasrs (Pinecone, FAISS)

Requirements
This is not a beginner course. Basic software engineering concepts are needed
I assume students will be familiar software engineering subjects such as: git, python, pipenv, environment variables, classes, testing and debugging
No Machine Learning experience is needed.

Description
COURSE WAS RE-RECORDED and supports- LangChain Version 0.3.0Welcome to first LangChain Udemy course - Unleashing the Power of LLM!This comprehensive course is designed to teach you how to QUICKLY harness the power the LangChain library for LLM applications. This course will equip you with the skills and knowledge necessary to develop cutting-edge LLM solutions for a diverse range of topics.Please note that this is not a course for beginners. This course assumes that you have a background in software engineering and are proficient in Python. I will be using Pycharm IDE but you can use any editor you'd like since we only use basic feature of the IDE like debugging and running scripts .In this course, you will embark on a journey from scratch to building a real-world LLM powered application using LangChain. We are going to do so by build 3 main applications:Ice Breaker- LangChain agent that given a name, searches in google to find Linkedin and twitter profiles, scrape the internet for information about a name you provide and generate a couple of personalized ice breakers to kick off a conversation with the person.Documentation Helper- Create chatbot over a python package documentation. (and over any other data you would like)A slim version of ChatGPT Code-Interpreter Prompt Engineering Theory SectionThe topics covered in this course include:LangChainLLM + GenAI HistoryLLMs: Few shots prompting, Chain of Thought, ReAct promptingChat ModelsOpen Source ModelsPrompts, PromptTemplates, langchainubOutput Parsers, Pydantic Output ParsersChains: create_retrieval_chain, create_stuff_documents_chainAgents, Custom Agents, Python Agents, CSV Agents, Agent RoutersOpenAI Functions, Tool CallingTools, ToolkitsMemoryVectorstores (Pinecone, FAISS)RAG (Retrieval Augmentation Generation)DocumentLoaders, TextSplittersStreamlit (for UI)LCELLangSmithIntro to LangGraphFireCrawlGIST of Cursor IDE Cursor ComposterCurser ChatThroughout the course, you will work on hands-on exercises and real-world projects to reinforce your understanding of the concepts and techniques covered. By the end of the course, you will be proficient in using LangChain to create powerful, efficient, and versatile LLM applications for a wide array of usages.This is not just a course, it's also a community. Along with lifetime access to the course, you'll get:Dedicated 1 on 1 troubleshooting support with meGithub links with additional AI resources, FAQ, troubleshooting guidesAccess to an exclusive Discord community to connect with other learners (5000+ members)No extra cost for continuous updates and improvements to the courseDISCLAIMERSPlease note that this is not a course for beginners. This course assumes that you have a background in software engineering and are proficient in Python. I will be using Pycharm IDE but you can use any editor you'd like since we only use basic feature of the IDE like debugging and running scripts.The first project of the course (Ice-Breaker) requires usage of 3rd party APIs-ProxyURL, SerpAPI, Twitter API which are generally paid services.All of those 3rd parties have a free tier we will use to create stub responses development and testing.