LangChain Series for Beginners – Prompts, Structured Outputs & Chatbots

عدد الدروس : 32 عدد ساعات الدورة : 12:52:45 شهادة معتمدة : نعم التسجيل في الدورة للحصول على شهادة

للحصول على شهادة

  • 1- التسجيل
  • 2- مشاهدة الكورس كاملا
  • 3- متابعة نسبة اكتمال الكورس تدريجيا
  • 4- بعد الانتهاء تظهر الشهادة في الملف الشخصي الخاص بك
Learn LangChain step by step including chat history, prompt templates, structured outputs, and building reliable AI chatbot workflows.

قائمة الدروس

عن الدورة

This LangChain series is designed for beginners who want to build modern AI applications such as chatbots, LLM-based tools, and intelligent agents using structured and scalable workflows. The course breaks down complex concepts into simple, practical lessons.

The series starts with an introduction to LangChain and explains how it is used to build AI agents and chatbot systems. Learners are introduced to conversation memory and message history, which allow chatbots to maintain context and respond intelligently across multiple interactions.

A key focus of the course is prompt engineering using ChatPromptTemplate, where students learn how to build reusable and structured prompts for consistent AI outputs. The course also introduces MessagesPlaceholder, which helps manage dynamic conversation flows in chat applications.

Students will then explore structured outputs using TypedDict and Pydantic, enabling AI systems to return clean, validated, and predictable data formats. This is essential for building production-ready applications.

The series also covers output parsers such as StrOutputParser and PydanticOutputParser, helping learners transform raw AI responses into structured formats that can be used in real applications.

Finally, learners combine all concepts into multi-step AI workflows using chaining techniques, making it possible to build powerful and modular LLM-based systems.

By the end of this series, learners will be able to design structured, reliable, and production-ready AI applications using LangChain.