VOOZH about

URL: https://www.coursera.org/learn/packt-gen-ai-rag-application-development-using-langchain-7hz6e

⇱ Gen AI - RAG Application Development using LangChain | Coursera


Gen AI - RAG Application Development using LangChain

Keep adding new skills with 10,000+ programs for $239 (usually $399). Save now.

Gen AI - RAG Application Development using LangChain

Included with

Ask Coursera

Gain insight into a topic and learn the fundamentals.
Beginner level

Recommended experience

1 week to complete
at 10 hours a week
Flexible schedule
Learn at your own pace

Gain insight into a topic and learn the fundamentals.
Beginner level

Recommended experience

1 week to complete
at 10 hours a week
Flexible schedule
Learn at your own pace

What you'll learn

  • Gain expertise in LangChain and its various components to build AI applications

  • Learn to integrate vector databases and embeddings into language model applications

  • Master the concepts of Retrieval-Augmented Generation (RAG) for enhanced language processing

  • Develop conversational memory features to maintain context in multi-turn AI interactions

Details to know

Shareable certificate

Add to your LinkedIn profile

Recently updated!

February 2026

Assessments

5 assignments

Taught in English

There are 3 modules in this course

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. This comprehensive course will equip you with the skills to develop advanced language model applications using LangChain and Retrieval-Augmented Generation (RAG). Through hands-on projects and demonstrations, you will learn how to integrate large language models, prompt engineering, and vector databases into scalable AI-driven applications. Starting with the basics, the course progresses through fundamental concepts of LangChain and builds to complex RAG applications. The course begins by introducing core concepts such as LangChain, large language models, and the basics of prompts. It moves on to essential topics like agents, tools, and working with language embeddings, providing you with practical knowledge to construct powerful applications. You will then apply these skills to real-world projects, ranging from SQL data integration to building conversational chatbots and extracting information from invoices. With practical demonstrations and expert guidance, you will create sophisticated systems using LangChain and RAG techniques. By the end of the course, you will have developed hands-on projects that demonstrate your ability to build and deploy robust language model applications. You will gain proficiency in using advanced techniques like conversational memory, document parsing, and LangChain expression language, which are critical to modern AI applications. This course is designed for developers, data scientists, and AI enthusiasts eager to learn about language models and their real-world applications. Basic programming knowledge is required, and familiarity with Python will be beneficial. The difficulty level is intermediate, assuming the learner has some experience with AI concepts or software development. By the end of the course, you will be able to design and deploy Retrieval-Augmented Generation applications, utilize LangChain for AI application development, build and integrate vector databases, and optimize your applications using LangChain’s advanced tools.

In this module, we will introduce the course objectives and key topics, including large language models, the LangChain framework, and prompts. You will learn how to set up your development environment, install dependencies, and gain practical insights into using Google Gemini LLM. Finally, you'll dive into hands-on coding with a simple prompt chaining demo to start building your own applications.

What's included

8 videos1 reading1 assignment

8 videosTotal 157 minutes
  • Introduction to the Course13 minutes
  • Introduction to Large Language Models33 minutes
  • Introduction to LangChain Framework23 minutes
  • Introduction to Prompts25 minutes
  • Environment Setup18 minutes
  • Installing Dependencies18 minutes
  • Using Google Gemini LLM (instead of OpenAI GPT)5 minutes
  • Code Demo - Simple ways of forming a Prompt and using it to Chain with a Model21 minutes
1 readingTotal 10 minutes
  • Full Course Resources10 minutes
1 assignmentTotal 15 minutes
  • Introduction- Assessment15 minutes

In this module, we will cover key LangChain concepts, starting with prompt templates and agents to advanced topics like document loaders, output parsers, and vector databases. You’ll also build your first Retrieval-Augmented Generation (RAG) application, work with different chain types, and learn the LangChain Expression Language (LCEL) for query construction. By the end of this module, you'll have a solid understanding of LangChain and the ability to write and execute your own LangChain programs.

What's included

10 videos1 assignment

10 videosTotal 240 minutes
  • Getting Started with Prompt Template and Chat Prompt Template23 minutes
  • Working with Agents and Tools42 minutes
  • Agents and Tools - Advanced19 minutes
  • Document Loaders and Splitters44 minutes
  • Working with Output Parsers17 minutes
  • Language Embeddings and Vector Databases41 minutes
  • Our First RAG Application using a Vector DB16 minutes
  • Chain Types - Stuff, Map-Reduce and Refine18 minutes
  • LCEL - LangChain Expression Language5 minutes
  • Our First Langchain Program13 minutes
1 assignmentTotal 15 minutes
  • LangChain Fundamental Concepts - Assessment15 minutes

In this module, we will cover key LangChain concepts, including prompt templates, agents, and tools. You’ll explore language embeddings and vector databases, build a Retrieval-Augmented Generation (RAG) application, and learn to write your first LangChain program. By the end of this module, you'll have a comprehensive understanding of how to utilize LangChain for building advanced AI applications.

What's included

8 videos3 assignments

8 videosTotal 234 minutes
  • Working with SQL Data - RAG App12 minutes
  • RAG with Conversational Memory22 minutes
  • Create a CV Upload and CV Search Application22 minutes
  • Create a Website Query Conversational Chatbot - Project50 minutes
  • Analysis of Structured Data from a CSV/Excel using Natural Language27 minutes
  • Invoice Extraction RAG Application24 minutes
  • Traces and Evaluation with LangSmith59 minutes
  • Capstone Project18 minutes
3 assignmentsTotal 90 minutes
  • Full Course Practice Assessment15 minutes
  • RAG Applications and Projects - Assessment15 minutes
  • Full Course Assessment60 minutes

Instructor

Offered by

Why people choose Coursera for their career

👁 Image

Felipe M.

Learner since 2018
"To be able to take courses at my own pace and rhythm has been an amazing experience. I can learn whenever it fits my schedule and mood."
👁 Image

Jennifer J.

Learner since 2020
"I directly applied the concepts and skills I learned from my courses to an exciting new project at work."
👁 Image

Larry W.

Learner since 2021
"When I need courses on topics that my university doesn't offer, Coursera is one of the best places to go."
👁 Image

Chaitanya A.

"Learning isn't just about being better at your job: it's so much more than that. Coursera allows me to learn without limits."

Frequently asked questions

This course, Gen AI - RAG Application Development using LangChain, focuses on building advanced AI applications by using the LangChain framework in combination with large language models (LLMs). It is particularly relevant as it teaches students how to integrate Retrieval-Augmented Generation (RAG) techniques, which are crucial for improving the performance and accuracy of AI models by incorporating external knowledge bases. This makes it an essential skill in developing intelligent systems capable of handling complex real-world tasks, such as document analysis, conversational chatbots, and data extraction.

This course offers an in-depth exploration of LangChain, a popular framework for developing applications with large language models. It covers foundational concepts, including prompt design, agent integration, working with vector databases, and the development of Retrieval-Augmented Generation (RAG) applications. The course also walks students through the practical steps of building applications using real-world examples, from SQL data queries to invoice extraction. By the end of the course, learners will have the knowledge to create complex AI applications powered by language models.

After completing this course, you will be able to develop and deploy RAG-based applications using the LangChain framework. You will gain hands-on experience in creating chatbots, document processing applications, and systems that interact with databases and external knowledge sources. Additionally, you will understand how to optimize prompts and integrate memory for more efficient AI-powered solutions, preparing you to tackle real-world problems with LangChain and large language models.

This course assumes that you have a basic understanding of programming, particularly in Python, as well as an introductory knowledge of machine learning and artificial intelligence concepts. Familiarity with APIs and working with data would also be beneficial but is not strictly necessary. The course will guide you through setting up the environment and the tools you’ll need, making it accessible even to those relatively new to AI development.

This course is designed for developers, data scientists, and AI enthusiasts who want to explore the capabilities of large language models and the LangChain framework. It is especially suited for individuals interested in developing practical AI applications, such as chatbots, document analysis tools, and RAG systems. If you're looking to enhance your skills in language model-based development and application building, this course is for you.

The course consists of 8 hours of video content, which is structured to provide a comprehensive understanding of LangChain and RAG application development. Depending on your pace, you can complete the course in a few days to a week, with additional time for hands-on projects and practice.

Yes, you can preview the first video and view the syllabus before you enroll. You must purchase the course to access content not included in the preview.

If you decide to enroll in the course before the session start date, you will have access to all of the lecture videos and readings for the course. You’ll be able to submit assignments once the session starts.

Once you enroll and your session begins, you will have access to all videos and other resources, including reading items and the course discussion forum. You’ll be able to view and submit practice assessments, and complete required graded assignments to earn a grade and a Course Certificate.

If you complete the course successfully, your electronic Course Certificate will be added to your Accomplishments page - from there, you can print your Course Certificate or add it to your LinkedIn profile.

This course is currently available only to learners who have paid or received financial aid, when available.

Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.

Financial aid available,