
In this course you'll master RAG a cutting edge AI technique. This course is tailored to help you to build practical RAG application from simple to advance chatbot. Along with that you will understand fundamental of NLP and RAG.
Lets build our foundation with fundamentals of RAG. Through Generative AI LLMs, we can get answers of all queries then why RAG is so important in AI field? We will look into the without RAG world and challenges and what is RAG.
Lets understand RAG process. The process will be converted into python code in hands on section.
This is a short lecture on definition and applications of NLP.
Lets deep dive into NLP processes like POS (Parts of Speech), NER, Chunking, BoW, TF-IDF and Embedding with examples.
Tokenization is important process to understand for RAG. In this lecture, we will understand tokenization with example.
Natural Language Processing, or NLP, has come a long way in helping machines understand and generate human language. But how do we evaluate the effectiveness of different NLP approaches? Let’s take a journey through the evolution of NLP models, from simple rule-based systems to advanced Transformer models
We have seen Rule based and RNN model. In this module we will cover Transformer model.
This slide will guide you through the essential steps to set up your development environment. We'll cover everything from installing VS Code and Python to setting up necessary tools and API keys.
Hands on coding to create a simple chatbot. Slowly in subsequent modules we will add RAG.
Let's dive into how Vector RAG works. We'll break down each step in the process, starting from the ingestion of knowledge data, all the way to how the system provides a response to a user query using similarity search
Hands-on python coding to build a chatbot with Vector RAG.
Now that we’ve explored the basics of Vector RAG, let’s take it a step further by diving into Graph RAG, an advanced approach that leverages the power of graph databases and graph-based data structures to enhance the retrieval-augmented generation process.
Hands-on implementation of RAG chatbot with Neo4j. Create graph and display graph in chatbot.
Lets implement hybrid search technique of Graph RAG.
Compare vector RAG and graph RAG to see how embeddings and semantic similarity drive retrieval in vector databases, versus knowledge graphs and graph traversal in graph databases.
Self-reflective RAG or Adaptive RAG is advance RAG technique to improve response of user query. With multiple level of checking into every layer will improve RAG response. Lets understand the flow of Adaptive RAG.
Hands on of self reflective RAG. Will build a chatbot with the flow of adaptive RAG.
We'll explore reranking in RAG using Cohere and ContextualCompressionRetriever, dive into the flow and benefits, and implement a Streamlit chatbot for hands-on experience.
Describe the use case architecture for a stream-based question answering pipeline on AWS, routing user queries through Lambda to Bedrock's retrieve and generate API, with knowledge base access.
Set up a knowledge base by uploading a document to an S3 bucket, linking the data source, and configuring a vector store with OpenSearch serverless and cost considerations.
In this course, you will learn how to master Retrieval-Augmented Generation (RAG), a cutting-edge AI technique that combines retrieval-based methods with generative models. This course is designed for developers, data scientists, and AI enthusiasts, quality engineers, Students who want to build practical applications using RAG, ranging from simple vector RAG chatbot to advanced chatbot with Graph RAG and Self Reflective RAG. You'll explore the theoretical foundations, practical implementations, and real-world use cases of RAG. By the end of this course, you will have the skills to create RAG-based AI applications.
After completing the course, you will be able to create chatbot with multiple RAG techniques using Streamlit, LangChain, LangGraph, Groq API and many more. Along with that you will also learn fundamentals and concepts.
Course Objectives
Understand the fundamental concepts of RAG and NLP.
Understand concepts of NLP with examples like tokenization, chunking, TF-IDF, embedding.
Understand evaluation of NLP models from rule based to transformer model.
Understand transformer model and components with examples.
Environment setup for hands on implementation.
Build first chatbot with Streamlit and Langchain.
Build a vector RAG with Streamlit chatbot with Groq API.
Understand Graph RAG and implement Graph RAG with Neo4j.
Understand Self Reflective or Adaptive RAG and implement with LangGraph.
Real world use cases of RAG.
Re-ranking RAG technique
Agentic RAG or Agent based RAG. AutoGen RAG.
Create RAG application with AWS Bedrock Knowledge Base , BOTO3, Streamlit, Lamda, S3
Check your understanding with Quizzes.
Lets deep dive into world of RAG to understand it.