Introducing multimodal retrieval for Amazon Bedrock Information Bases
We’re excited to announce the overall availability of multimodal retrieval for Amazon Bedrock Knowledge Bases. This new functionality provides native assist for video and audio content material, on high of textual content and pictures. With it you possibly can construct Retrieval Augmented Technology (RAG) functions that may search and retrieve data throughout textual content, pictures, audio, and video—all inside a totally managed service.
Fashionable enterprises retailer invaluable data in a number of codecs. Product documentation contains diagrams and screenshots, coaching supplies include tutorial movies, and buyer insights are captured in recorded conferences. Till now, constructing synthetic intelligence (AI) functions that would successfully search throughout these content material sorts required complicated customized infrastructure and important engineering effort.
Beforehand, Bedrock Information Bases used text-based embedding fashions for retrieval. Whereas it supported textual content paperwork and pictures, pictures needed to be processed utilizing basis fashions (FM) or Bedrock Data Automation to generate textual content descriptions—a text-first method that misplaced visible context and prevented visible search capabilities. Video and audio required customized preprocessing exterior pipelines. Now, with multimodal embeddings, the retriever natively helps textual content, pictures, audio, and video inside a single embedding mannequin.
With multimodal retrieval in Bedrock Information Bases, now you can ingest, index, and retrieve data from textual content, pictures, video, and audio utilizing a single, unified workflow. Content material is encoded utilizing multimodal embeddings that protect visible and audio context, enabling your functions to seek out related data throughout media sorts. You possibly can even search utilizing a picture to seek out visually comparable content material or find particular scenes in movies.
On this publish, we’ll information you thru constructing multimodal RAG functions. You’ll learn the way multimodal information bases work, how to decide on the fitting processing technique primarily based in your content material sort, and the best way to configure and implement multimodal retrieval utilizing each the console and code examples.
Understanding multimodal information bases
Amazon Bedrock Information Bases automates the whole RAG workflow: ingesting content material out of your knowledge sources, parsing and chunking it into searchable segments, changing chunks to vector embeddings, and storing them in a vector database. Throughout retrieval, consumer queries are embedded and matched towards saved vectors to seek out semantically comparable content material, which augments the immediate despatched to your basis mannequin.
With multimodal retrieval, this workflow now handles pictures, video, and audio alongside textual content via two processing approaches. Amazon Nova Multimodal Embeddings encodes content material natively right into a unified vector area, for cross-modal retrieval the place you possibly can question with textual content and retrieve movies, or search utilizing pictures to seek out visible content material.
Alternatively, Bedrock Information Automation converts multimedia into wealthy textual content descriptions and transcripts earlier than embedding, offering high-accuracy retrieval over spoken content material. Your alternative is dependent upon whether or not visible context or speech precision issues most on your use case.

We discover every of those approaches on this publish.
Amazon Nova Multimodal Embeddings
Amazon Nova Multimodal Embeddings is the primary unified embedding mannequin that encodes textual content, paperwork, pictures, video, and audio right into a single shared vector area. Content material is processed natively with out textual content conversion. The mannequin helps as much as 8,172 tokens for textual content and 30 seconds for video/audio segments, handles over 200 languages, and gives 4 embedding dimensions (with 3072-dimension as default, 1,024, 384, 256) to stability accuracy and effectivity. Bedrock Information Bases segments video and audio routinely into configurable chunks (5-30 seconds), with every phase independently embedded.

For video content material, Nova embeddings seize visible parts—scenes, objects, movement, and actions—in addition to audio traits like music, sounds, and ambient noise. For movies the place spoken dialogue is vital to your use case, you should use Bedrock Information Automation to extract transcripts alongside visible descriptions. For standalone audio information, Nova processes acoustic options comparable to music, environmental sounds, and audio patterns. The cross-modal functionality permits use instances comparable to describing a visible scene in textual content to retrieve matching movies, add a reference picture to seek out comparable merchandise, or find particular actions in footage—all with out pre-existing textual content descriptions.
Greatest for: Product catalogs, visible search, manufacturing movies, sports activities footage, safety cameras, and situations the place visible content material drives the use case.
Amazon Bedrock Information Automation
Bedrock Information Automation takes a special method by changing multimedia content material into wealthy textual representations earlier than embedding. For pictures, it generates detailed descriptions together with objects, scenes, textual content inside pictures, and spatial relationships. For video, it produces scene-by-scene summaries, identifies key visible parts, and extracts the on-screen textual content. For audio and video with speech, Bedrock Information Automation offers correct transcriptions with timestamps and speaker identification, together with phase summaries that seize the important thing factors mentioned.

As soon as transformed to textual content, this content material is chunked and embedded utilizing textual content embedding fashions like Amazon Titan Text Embeddings or Amazon Nova Multimodal Embeddings. This text-first method permits extremely correct question-answering over spoken content material—when customers ask about particular statements made in a gathering or subjects mentioned in a podcast, the system searches via exact transcripts relatively than audio embeddings. This makes it significantly invaluable for compliance situations the place you want actual quotes and verbatim information for audit trails, assembly evaluation, buyer assist name mining, and use instances the place you want to retrieve and confirm particular spoken data.
Greatest for: Conferences, webinars, interviews, podcasts, coaching movies, assist calls, and situations requiring exact retrieval of particular statements or discussions.
Use case state of affairs: Visible product seek for e-commerce
Multimodal information bases can be utilized for functions starting from enhanced buyer experiences and worker coaching to upkeep operations and authorized evaluation. Conventional e-commerce search depends on textual content queries, requiring prospects to articulate what they’re in search of with the fitting key phrases. This breaks down once they’ve seen a product elsewhere, have a photograph of one thing they like, or wish to discover objects much like what seems in a video. Now, prospects can search your product catalog utilizing textual content descriptions, add a picture of an merchandise they’ve photographed, or reference a scene from a video to seek out matching merchandise. The system retrieves visually comparable objects by evaluating the embedded illustration of their question—whether or not textual content, picture, or video—towards the multimodal embeddings of your product stock. For this state of affairs, Amazon Nova Multimodal Embeddings is the best alternative. Product discovery is essentially visible—prospects care about colours, kinds, shapes, and visible particulars. By encoding your product pictures and movies into the Nova unified vector area, the system matches primarily based on visible similarity with out counting on textual content descriptions which may miss delicate visible traits. Whereas an entire suggestion system would incorporate buyer preferences, buy historical past, and stock availability, retrieval from a multimodal information base offers the foundational functionality: discovering visually related merchandise no matter how prospects select to go looking.
Console walkthrough
Within the following part, we stroll via the high-level steps to arrange and take a look at a multimodal information base for our e-commerce product search instance. We create a information base containing smartphone product pictures and movies, then show how prospects can search utilizing textual content descriptions, uploaded pictures, or video references. The GitHub repository offers a guided pocket book that you may comply with to deploy this instance in your account.
Conditions
Earlier than you get began, just remember to have the next conditions:
Present the information base particulars and knowledge supply sort
Begin by opening the Amazon Bedrock console and creating a new knowledge base. Present a descriptive title on your information base and choose your knowledge supply sort—on this case, Amazon S3 the place your product pictures and movies are saved.

Configure knowledge supply
Join your S3 bucket containing product pictures and movies. For the parsing technique, choose Amazon Bedrock default parser. Since we’re utilizing Nova Multimodal Embeddings, the pictures and movies are processed natively and embedded instantly into the unified vector area, preserving their visible traits with out conversion to textual content.

Configure knowledge storage and processing
Choose Amazon Nova Multimodal Embeddings as your embedding mannequin. This unified embedding mannequin encodes each your product pictures and buyer queries into the identical vector area, enabling cross-modal retrieval the place textual content queries can retrieve pictures and picture queries can discover visually comparable merchandise. For this instance, we use Amazon S3 Vectors because the vector retailer (you would optionally use different obtainable vector shops), which offers cost-effective and sturdy storage optimized for large-scale vector knowledge units whereas sustaining sub-second question efficiency. You additionally have to configure the multimodal storage vacation spot by specifying an S3 location. Information Bases makes use of this location to retailer extracted pictures and different media out of your knowledge supply. When customers question the information base, related media is retrieved from this storage.

Evaluate and create
Evaluate your configuration settings together with the information base particulars, knowledge supply configuration, embedding mannequin choice—we’re utilizing Amazon Nova Multimodal Embeddings v1 with 3072 vector dimensions (larger dimensions present richer representations; you should use decrease dimensions like 1,024, 384, or 256 to optimize for storage and value) —and vector retailer setup (Amazon S3 Vectors). As soon as every thing appears to be like appropriate, create your information base.
Create an ingestion job
As soon as created, initiate the sync process to ingest your product catalog. The information base processes every picture and video, generates embeddings and shops them within the managed vector database. Monitor the sync standing to verify the paperwork are efficiently listed.

Check the information base utilizing textual content as enter in your immediate
Along with your information base prepared, take a look at it utilizing a textual content question within the console. Search with product descriptions like “A metallic telephone cowl” (or something equal that might be related on your merchandise media) to confirm that text-based retrieval works accurately throughout your catalog.

Check the information base utilizing a reference picture and retrieve completely different modalities
Now for the highly effective half—visible search. Add a reference picture of a product you wish to discover. For instance, think about you noticed a cellular phone cowl on one other web site and wish to discover comparable objects in your catalog. Merely add the picture with out further textual content immediate.

The multimodal information base extracts visible options out of your uploaded picture and retrieves visually comparable merchandise out of your catalog. As you possibly can see within the outcomes, the system returns telephone covers with comparable design patterns, colours, or visible traits. Discover the metadata related to every chunk within the Supply particulars panel. The x-amz-bedrock-kb-chunk-start-time-in-millis and x-amz-bedrock-kb-chunk-end-time-in-millis fields point out the precise temporal location of this phase inside the supply video. When constructing functions programmatically, you should use these timestamps to extract and show the precise video phase that matched the question, enabling options like “leap to related second” or clip technology instantly out of your supply movies. This cross-modal functionality transforms the purchasing expertise—prospects now not want to explain what they’re in search of with phrases; they’ll present you.
Check the information base utilizing a reference picture and retrieve completely different modalities utilizing Bedrock Information Automation
Now we take a look at what the outcomes would appear to be if you happen to configured Bedrock Information Automation parsing through the knowledge supply setup. Within the following screenshot, discover the transcript part within the Supply particulars panel.

For every retrieved video chunk, Bedrock Information Automation routinely generates an in depth textual content description—on this instance, describing the smartphone’s metallic rose gold end, studio lighting, and visible traits. This transcript seems instantly within the take a look at window alongside the video, offering wealthy textual context. You get each visible similarities matching from the multimodal embeddings and detailed product descriptions that may reply particular questions on options, colours, supplies, and different attributes seen within the video.
Clear-up
To scrub up your assets, full the next steps, beginning with deleting the information base:
- On the Amazon Bedrock console, select Information Bases
- Choose your Information Base and be aware each the IAM service position title and S3 Vector index ARN
- Select Delete and make sure
To delete the S3 Vector as a vector retailer, use the next AWS Command Line Interface (AWS CLI) instructions:
- On the IAM console, discover the position famous earlier
- Choose and delete the position
To delete the pattern dataset:
- On the Amazon S3 console, discover your S3 bucket
- Choose and delete the information you uploaded for this tutorial
Conclusion
Multimodal retrieval for Amazon Bedrock Information Bases removes the complexity of constructing RAG functions that span textual content, pictures, video, and audio. With native assist for video and audio content material, now you can construct complete information bases that unlock insights out of your enterprise knowledge—not simply textual content paperwork.
The selection between Amazon Nova Multimodal Embeddings and Bedrock Information Automation offers you flexibility to optimize on your particular content material. The Nova unified vector area permits cross-modal retrieval for visual-driven use instances, whereas the Bedrock Information Automation text-first method delivers exact transcription-based retrieval for speech-heavy content material. Each approaches combine seamlessly into the identical absolutely managed workflow, assuaging the necessity for customized preprocessing pipelines.
Availability
Area availability relies on the options chosen for multimodal assist, please confer with the documentation for particulars.
Subsequent steps
Get began with multimodal retrieval at the moment:
- Discover the documentation: Evaluate the Amazon Bedrock Knowledge Bases documentation and Amazon Nova User Guide for extra technical particulars.
- Experiment with code examples: Take a look at the Amazon Bedrock samples repository for hands-on notebooks demonstrating multimodal retrieval.
- Study extra about Nova: Learn the Amazon Nova Multimodal Embeddings announcement for deeper technical insights.
Concerning the authors
Dani Mitchell is a Generative AI Specialist Options Architect at Amazon Net Companies (AWS). He’s targeted on serving to speed up enterprises internationally on their generative AI journeys with Amazon Bedrock and Bedrock AgentCore.
Pallavi Nargund is a Principal Options Architect at AWS. She is a generative AI lead for US Greenfield and leads the AWS for Authorized Tech group. She is captivated with ladies in know-how and is a core member of Ladies in AI/ML at Amazon. She speaks at inner and exterior conferences comparable to AWS re:Invent, AWS Summits, and webinars. Pallavi holds a Bachelor’s of Engineering from the College of Pune, India. She lives in Edison, New Jersey, together with her husband, two women, and her two pups.
Jean-Pierre Dodel is a Principal Product Supervisor for Amazon Bedrock, Amazon Kendra, and Amazon Fast Index. He brings 15 years of Enterprise Search and AI/ML expertise to the group, with prior work at Autonomy, HP, and search startups earlier than becoming a member of Amazon 8 years in the past. JP is at the moment specializing in improvements for multimodal RAG, agentic retrieval, and structured RAG.