К содержимому
learnspaceYOUR NEXT CHAPTER
ПРОСТРАНСТВО ОБУЧЕНИЯ
ГлавнаяКаталог курсовМоё обучениеCoursera

Знания без границ

Учитесь у лучших университетов и компаний мира.

Открыть Coursera
Интеграция
Пространство университета
Моё пространствоСтраница курса
↵
ЯЛичный кабинетСтудент
© 2026 LearnSpaceКаждый день — возможность узнать больше.Помощь
The Complete LangChain & LLMs Guide · LearnSpace
Назад в каталог
courseraАнализ данных

The Complete LangChain & LLMs Guide

Курс от Packt
Средний≈ 16.6 чАнглийский
О курсеНавыкиПрограммаПреподаватели

О курсе

This course features Coursera Coach! A smarter way to learn with interactive, real-time conversations that help you test your knowledge, challenge assumptions, and deepen your understanding as you progress through the course. Master the fundamentals and advanced capabilities of LangChain, LangGraph, and Large Language Models while building production-ready AI applications. You'll gain practical experience with prompt engineering, chains, agents, memory, embeddings, vector databases, Retrieval-Augmented Generation (RAG), and modern AI workflows. Through hands-on coding and real-world projects, you'll develop the confidence to design intelligent, scalable LLM-powered systems from the ground up. The course begins by helping you set up a professional Python development environment before introducing the foundations of LLMs and the LangChain ecosystem. You'll then explore prompt templates, output parsers, LangChain Expression Language (LCEL), runnable chains, memory management, document processing, embeddings, vector stores, and retrieval techniques. Each topic combines conceptual explanations with practical implementation to reinforce learning through experience. As you progress, you'll build increasingly sophisticated AI pipelines using RAG architectures, LangGraph workflows, conditional routing, human-in-the-loop systems, and multi-node agents. The course concludes with end-to-end projects, including a Smart Q&A Bot, an AI Research Assistant, and an image-to-text application with a Streamlit interface, giving you real-world experience developing intelligent applications. This course is ideal for Python developers, AI engineers, software developers, data professionals, and technology enthusiasts who want to build modern LLM applications. Learners should have basic Python programming knowledge and familiarity with APIs. The course is designed for an Intermediate audience seeking practical, industry-relevant AI development skills. By the end of the course, you will be able to build complete LangChain applications, develop RAG pipelines, implement LangGraph agents, manage conversational memory, integrate multiple LLM providers, optimize retrieval workflows, and deploy intelligent AI applications using modern best practices.

Навыки, которые вы освоите

Python Programming

Программа курса

15 модулей · 109 учебных материалов

01Introduction6 материалов

Introduction

Introduction to the Course 'The Complete LangChain & LLMs Guide'ЧтениеWelcomeВидеоFull Course ResourcesЧтениеIntroduction & Course Pre-requisitesВидео

Учитесь у экспертов

Packt - Course Instructors

Преподаватель курса

The Complete LangChain & LLMs Guide
В каталоге вашей программы

Инвестируйте в себя

Новые знания — в удобное для вас время.

Начать на Coursera

Обучение откроется на Coursera
в новой вкладке

Обучение на Coursera

≈ 16.6 ч

15 модулей

Язык: Английский

Субтитры: Арабский, Французский, Итальянский, Бразильский португальский, Корейский, Немецкий, Испанский, Японский, Казахский, Венгерский

Часть программы вашего университета
Connect with MeВидео
Introduction - AssessmentЗадание
02Development Environment Setup5 материалов

Development Environment Setup

Setup OpenAI API - API KeyВидеоInstall Python - Full InstructionsВидеоSetup VS Code and Python ExtensionsВидеоSetting Up Your Python and OpenAI Development EnvironmentDIALOGUEDevelopment Environment Setup - AssessmentЗадание
03LangChain and LLMs - Deep Dive7 материалов

LangChain and LLMs - Deep Dive

What's an LLMВидеоNew - LangChain EcosystemВидеоLangChain V1.0 Architecture - NewВидео LangChain Building Blocks - Components - Chains - AgentsВидеоMulti-Provider LLM Configuration - NewВидеоExploring Large Language Models and LangchainDIALOGUELangChain and LLMs - Deep Dive - AssessmentЗадание
04LangChain Prompts Template4 материалов

LangChain Prompts Template

Prompt Templates and Messages - Deep Dive - NewВидеоPrompt Templates - Hands-OnВидеоCreating Prompt Templates in PythonDIALOGUELangChain Prompts Template - AssessmentЗадание
05LangChain Parsers7 материалов

LangChain Parsers

Why Output ParsersВидеоOutput Parsers, Model Configuration - NewВидеоOutput Parsers Hands-OnВидео Pydantic Output Parser - IntroductionВидеоPydantic ParserВидеоWorking with Langchain Parsers and Output SchemasDIALOGUELangChain Parsers - AssessmentЗадание
06LCEL - LangChain Expression Language10 материалов

LangChain Memory and Chains

LCEL and Runnable Chains (Concepts) - NewВидеоLCEL Batch Execution - NewВидеоLCEL Streaming Responses - NewВидеоLCEL Schema Inspection - NewВидеоBasic and Parallel Chains - NewВидеоPassthrough Runnable - NewВидеоChain Branching - NewВидеоDebugging Chains - NewВидеоComposing and Debugging LangChain Chains with Runnables, Parallelism, and BranchingDIALOGUELCEL - LangChain Expression Language - AssessmentЗадание
07LangChain Memory9 материалов

LangChain Routers, Document Loading and Document Splitting

Memory in LangChain - Introduction - NewВидеоHands-On Memory in LangChainВидеоMultiple Sessions - NewВидеоMessage Trimming - NewВидеоWindowed Memory - NewВидеоSummary Memory - NewВидеоPersistent Memory - NewВидеоImplementing and Managing Memory in RAG ChatbotsDIALOGUELangChain Memory - AssessmentЗадание
08Document Loading and Splitting5 материалов

LangChain Embeddings and Vectorstores

Document Loaders Overview - NewВидеоDocument Splitting - Overview - NewВидеоMarkdown and Code Splitters - NewВидеоLoading and Splitting Documents with LangChainDIALOGUEDocument Loading and Splitting - AssessmentЗадание
09Embeddings and Vector Stores10 материалов

LangChain Agents - Deep Dive

Vectors and Embeddings Overview - NewВидеоOpenAI Embeddings - NewВидеоFree Embedding ModelsВидеоEmbedding Caching - NewВидеоChroma Setup and Similarity Search - NewВидеоMetadata Filtering - NewВидеоVector Store Persistence - NewВидеоVector Store as Retriever - NewВидеоWorking with Vector Stores and Embeddings in RAG SystemsDIALOGUEEmbeddings and Vector Stores - AssessmentЗадание
10RAG - Retrieval Augmented Generation - New11 материалов

[REAL-WORLD] App - PDF Extractor

RAG Architecture and Best PracticesВидеоBasic RAG PipelineВидеоRAG with FallbackВидеоRAG with Structured OutputsВидео Multi-Query RetrieverPreviewВидеоContextual CompressionPreviewВидеоHybrid SearchPreviewВидеоParent Document RetrieverВидеоCombining RAG StrategiesВидеоAdvanced RAG Retrieval Patterns and ArchitecturesDIALOGUERAG - Retrieval Augmented Generation - New - AssessmentЗадание
11LangGraph Fundamentals - New13 материалов

[REAL-WORLD] App - Newsletter Generator

LangGraph Introduction - Why Agents ChangedВидеоSetup the Search Function with Serper API Key and TestingВидеоReducers and Accumulating StateВидеоMessage State - Chat PatternВидеоMulti-Node PipelinesВидеоEdges and Conditional EdgesВидеоRouting PatternsВидеоCycles and LoopsВидео Human-in-the-LoopВидеоHuman in the Loop - Hands-OnВидеоHuman in the Loop - Hands-On 2ВидеоDesigning and Evaluating Agentic Workflows with LangGraphDIALOGUELangGraph Fundamentals - New - AssessmentЗадание
12[Project] Smart Q&A Bot5 материалов

[REAL-WORLD] App - Multi-document Chatbot

Project OverviewВидеоSmart Q&A Bot - Project IntroВидеоSmart Q&A Bot - ImplementationВидеоBuilding a Production Q&A Bot with LangChain and LangSmithDIALOGUE[Project] Smart Q&A Bot Chatbot - AssessmentЗадание
13[Project] AI Research Assistant6 материалов

[REAL-WORLD] App - Image to Text

AI Research Assistant - Part 1ВидеоAI Research Assistant - Part 2ВидеоAI Research Assistant - Part 3ВидеоAI Research Assistant - Part 4ВидеоDesigning an AI Research Assistant with RAG and MemoryDIALOGUE[Project] AI Research Assistant - AssessmentЗадание
14[Real-World] App - Image to Text - Legacy7 материалов
Image to Recipe App - DemoPreviewВидеоSetup HuggingFace Token & Generating Text from an ImageВидеоText to SpeechВидеоGenerating Recipes from Image - Image CaptioningВидеоAdding a Frontend with Streamlit - Text to Recipe Application - Final ResultВидеоBuilding an Image-to-Recipe App with Hugging Face and StreamlitDIALOGUE[Real-World] App - Image to Text - Legacy - AssessmentЗадание
15Next Steps4 материалов

Next Steps

Next StepsВидеоConclusion to the Course 'The Complete LangChain & LLMs Guide'ЧтениеFull Course Practice AssessmentЗаданиеFull Course AssessmentЗадание