Building Multimodal Search and RAG
Key Takeaways
Builds multimodal search and RAG systems using LLMs and proprietary data
Original Description
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 External: Coursera ↗
(saves to browser)
Sign in to unlock AI tutor explanation · ⚡30
More on: Multimodal LLMs
View skill →Related Reads
📰
📰
📰
📰
A Silent Crash in Megatron-LM’s Gradient Clipping (and a Reviewer Who Made My Fix Better)
Medium · Machine Learning
Had issue with Token usage limits, so converting my text prompts to image
Reddit r/webdev
Part 3: The Ablation — When Fairness and Language Model Quality Conflict
Medium · Data Science
Nemotron Labs: How Open Models Give Enterprises and Nations AI They Can Trust, Control and Customize
NVIDIA AI Blog
🎓
Tutor Explanation
DeepCamp AI