LangChain- Develop LLM powered applications with LangChain
Please rate the course
Course short description
Welcome 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
The topics covered in this course include:
- LangChain
- History
- LLMs: Few shots prompting, Chain of Thought, ReAct prompting
- Chat Models
- Prompts, PromptTemplates
- Output Parsers
- Chains: SequentialChain, LLMChain, RetrievalQA chain
- Agents, Custom Agents, Python Agents, CSV Agents, Agent Routers
- OpenAI Functions
- Tools, Toolkits
- Memory
- Vectorstores (Pinecone, FAISS)
- DocumentLoaders, TextSplitters
- Streamlit (for UI)