Building Multimodal Search and RAG
Learn how to build multimodal search and RAG systems. RAG systems enhance an LLM by incorporating proprietary data into the prompt context. Typically, RAG applications use text documents, but, what if the desired context includes multimedia like images, audio, and video? This course covers the technical aspects of implementing RAG with multimodal data to accomplish this.
1. Learn how multimodal models are trained through contrastive learning and implement it on a real dataset.
2. Build any-to-any multimodal search to retrieve relevant context across different data types.
3. Learn how LLMs are trained to understand multimodal data through visual instruction tuning and use them on multiple image reasoning examples.
4. Implement an end-to-end multimodal RAG system that analyzes retrieved multimodal context to generate insightful answers.
5. Explore industry applications like visually analyzing invoices and flowcharts to output structured data.
6. Create a multi-vector recommender system that suggests relevant items by comparing their similarities across multiple modalities.
As AI systems increasingly need to process and reason over multiple data modalities, learning how to build such systems is an important skill for AI developers.
This course equips you with the key skills to embed, retrieve, and generate across different modalities. By gaining a strong foundation in multimodal AI, you’ll be prepared to build smarter search, RAG, and recommender systems.
Watch on Coursera ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: Multimodal LLMs
View skill →Related AI Lessons
⚡
⚡
⚡
⚡
LlamaIndex + x711: enrich your RAG pipeline with real-time tools
Dev.to AI
Neutral-Atom Quantum: What Is It, And Why Infleqtion Stands Out
Forbes Innovation
The Human-in-the-Loop Trap
Medium · Machine Learning
I thought LLM tool calling would kill glue code and then my lights still wouldn’t turn on
Dev.to · Lars Winstand
🎓
Tutor Explanation
DeepCamp AI