
Before you begin
- Labs create a Google Cloud project and resources for a fixed time
- Labs have a time limit and no pause feature. If you end the lab, you'll have to restart from the beginning.
- On the top left of your screen, click Start lab to begin
Import libraries and set up the notebook
/ 20
Import helper functions to build metadata
/ 10
Load pre-computed metadata of text and images
/ 10
Inspect the processed text and image data
/ 10
Text search
/ 20
Image search
/ 10
Building Multimodal QA System with retrieval augmented generation (mRAG)
/ 20
This lab guides you through building a multimodal question answering system from the ground up using Google's Vertex AI and the powerful Gemini family of models. You'll gain a deep understanding of how such systems work by constructing one yourself, without relying on pre-built tools or libraries. This hands-on experience demystifies the process and equips you with the knowledge to customize and optimize your own question answering systems in the future. You'll also explore the advantages of multimodal Retrieval Augmented Generation (RAG) over traditional text-based RAG, discovering how incorporating visual information enhances knowledge access and reasoning capabilities.
Before starting this lab, you should be familiar with:
In this lab, you will learn how to build a document search engine using multimodal retrieval augmented generation (RAG):
Read these instructions. Labs are timed and you cannot pause them. The timer, which starts when you click Start Lab, shows how long Google Cloud resources are made available to you.
This hands-on lab lets you do the lab activities in a real cloud environment, not in a simulation or demo environment. It does so by giving you new, temporary credentials you use to sign in and access Google Cloud for the duration of the lab.
To complete this lab, you need:
Click the Start Lab button. If you need to pay for the lab, a dialog opens for you to select your payment method. On the left is the Lab Details pane with the following:
Click Open Google Cloud console (or right-click and select Open Link in Incognito Window if you are running the Chrome browser).
The lab spins up resources, and then opens another tab that shows the Sign in page.
Tip: Arrange the tabs in separate windows, side-by-side.
If necessary, copy the Username below and paste it into the Sign in dialog.
You can also find the Username in the Lab Details pane.
Click Next.
Copy the Password below and paste it into the Welcome dialog.
You can also find the Password in the Lab Details pane.
Click Next.
Click through the subsequent pages:
After a few moments, the Google Cloud console opens in this tab.
In the Google Cloud console, on the Navigation menu (), click Vertex AI > Workbench.
Find the
The JupyterLab interface for your Workbench instance opens in a new browser tab.
Open the
In the Select Kernel dialog, choose Python 3 from the list of available kernels.
Run through the Getting Started and the Import libraries sections of the notebook.
Click Check my progress to verify the objective.
In this section, you will import helper functions to build metadata, load pre-computed metadata of text and images from a source document, and inspect the processed text and image data.
Click Check my progress to verify the objective.
In this section, you will use the Gemini model to search with a simple question and see if the simple text search using text embeddings can answer it. You will also use the multimodal capability of the Gemini model to search for an image similar to the text query.
Click Check my progress to verify the objective.
Imagine searching for images, but instead of typing words, you use an actual image as the clue. Think of it like searching with a mini-map instead of a written address. It's a different way to ask, "Show me more stuff like this". So, instead of typing "various example of Gemini 2.0 long context", you show a picture of that image and say, "Find me more like this"
In this section, you will only be finding similar images that show the various features of Gemini in a single document. However, you can scale this design pattern to match (find relevant images) across multiple documents.
Click Check my progress to verify the objective.
In this last task, you will bring everything together to implement multimodal RAG. To implement multimodal RAG, the user provides a text query related to information present in both text and images within the document. Text chunks similar to the query are retrieved from document pages using a text search method. Simultaneously, an image search identifies images with descriptions matching the query.
The combined relevant text and images serve as context for Gemini, which generates an answer to the query, potentially referencing specific instructions. Finally, citations indicate the text and images used to formulate the response.
Click Check my progress to verify the objective.
Congratulations! In this lab, you learned how to build a multimodal question answering system using the Gemini API in Vertex AI. You built a document search engine that can search for text and images using text and image queries. You also built a multimodal question answering system that can answer questions using both text and images.
Check out the following resources to learn more about Gemini:
...helps you make the most of Google Cloud technologies. Our classes include technical skills and best practices to help you get up to speed quickly and continue your learning journey. We offer fundamental to advanced level training, with on-demand, live, and virtual options to suit your busy schedule. Certifications help you validate and prove your skill and expertise in Google Cloud technologies.
Manual Last Updated May 22, 2025
Lab Last Tested May 22, 2025
Copyright 2025 Google LLC. All rights reserved. Google and the Google logo are trademarks of Google LLC. All other company and product names may be trademarks of the respective companies with which they are associated.
This content is not currently available
We will notify you via email when it becomes available
Great!
We will contact you via email if it becomes available
One lab at a time
Confirm to end all existing labs and start this one