AWS adds multimodal embeddings to Amazon Bedrock for manufacturing document retrieval
AWS released multimodal embedding capabilities for Amazon Nova on Bedrock, allowing manufacturing organizations to retrieve information from technical documents that combine text, engineering diagrams, and images. The model supports configurable dimensions from 256 to 3072 and processes text, images, and multi-page documents into a shared vector space.
AWS adds multimodal embeddings to Amazon Bedrock for manufacturing document retrieval
AWS has released multimodal embedding capabilities for Amazon Nova on Amazon Bedrock, targeting manufacturing organizations that maintain technical documentation combining text, engineering diagrams, CAD drawings, and inspection photographs.
Model specifications
Amazon Nova Multimodal Embeddings projects text, images, and document pages into a single shared vector space. The model supports configurable embedding dimensions of 256, 384, 1024, or 3072. AWS uses 1024 dimensions internally as the recommended balance between retrieval quality and computational cost.
The model includes a DOCUMENT_IMAGE detail level designed for pages containing mixed content such as charts, tables, and annotated diagrams. For single images like CAD diagrams, a STANDARD_IMAGE mode provides faster processing.
The system supports asymmetric embedding with two purpose parameters: GENERIC_INDEX for documents being indexed and GENERIC_RETRIEVAL for queries. This approach optimizes the vector space for retrieval workloads without requiring manual query formatting.
Technical implementation
AWS tested the system on a dataset of 15 standalone technical images and five multi-page PDFs containing synthetic aerospace manufacturing data. The evaluation compared two pipelines:
Pipeline A (Multimodal): Embedded images directly and PDF pages as document images using Amazon Nova Multimodal Embeddings, stored in Amazon S3 Vectors index.
Pipeline B (Text-only baseline): Extracted text via Amazon Nova 2 Lite OCR, embedded the extracted text, then indexed in a separate Amazon S3 Vectors instance.
AWS ran 26 manufacturing queries against both systems, measuring Recall@K, Mean Reciprocal Rank (MRR), and NDCG@K for retrieval metrics. Generated answers from both pipelines were scored against ground truth using an LLM judge.
Use cases
The system addresses manufacturing scenarios where critical information appears only in visual form:
- Torque specification tables embedded in engineering drawings
- Thermal contour plots showing peak temperatures in rocket engine nozzles
- Manufacturing process flow charts with quality hold points and cycle times as visual annotations
- Weld inspection reports pairing measurements with radiographic images
- S-N fatigue curves in material certifications
According to AWS, text-only retrieval systems miss spatial relationships in diagrams, visual patterns in inspection images, and quantitative information in plots because OCR either misreads technical content or strips spatial context.
Availability
Amazon Nova Multimodal Embeddings is available in Amazon Bedrock in the us-east-1 region. Pricing has not been disclosed. The model requires access to amazon.nova-2-multimodal-embeddings-v1:0 and works with Amazon S3 Vectors for vector storage and retrieval.
Complete implementation code is available in a companion notebook on GitHub.
What this means
Multimodal embeddings solve a genuine problem in industrial settings where OCR fails to capture technical information that exists primarily as diagrams, plots, and annotated images. The ability to retrieve visual content using text queries eliminates a significant gap in manufacturing document systems. AWS's focus on configurable dimensions and document-specific processing modes suggests the company is positioning this as infrastructure for production retrieval systems rather than a research demonstration. The real test will be whether organizations see measurably better results on their own technical documentation compared to existing text-extraction pipelines.
Related Articles
Amazon, Cursor, Microsoft, OpenAI, and Vercel Launch Agent Plugins, a Shared Packaging Standard for AI Agent Extensions
Amazon, Cursor, Microsoft, OpenAI, and Vercel have released Agent Plugins, an open standard defining a single package format for AI agent extensions. Version 1.0.0 covers Agent Skills and MCP servers, but leaves marketplaces, permissions, and runtime out of scope.
Anthropic Makes Claude Code's Auto Mode Default for Pro, Max, and Team Users on August 14
Anthropic will make Claude Code's auto mode the default for Pro, Max, and Team accounts starting August 14, reducing step-by-step approval prompts. The company cites a study of 1,053 testers showing auto mode caught 89% of harmful actions versus 13.6% for manual review.
Anthropic Makes Auto Mode Default in Claude Code for Pro, Max, and Team Plans Starting August 14
Anthropic will make auto mode the default setting for new Claude Code sessions on Pro, Max, and Team plans starting August 14, 2026. The company cites a 1,053-person study showing auto mode blocked 89% of harmful actions compared to 13.6% for human reviewers, plus a third-party test claiming zero successful prompt injections out of 720 attempts.
Anthropic Makes Claude Code's Auto Mode Default, Cutting Dangerous Command Approvals by 75 Percentage Points
Anthropic will enable Auto Mode by default in Claude Code for Pro, Max, and Team plans starting August 14, 2026. Internal testing with 1,053 paid users found the classifier-based system caught 89% of dangerous commands compared to 13.6% caught by human reviewers, while producing 25% more pull requests.
Comments
Loading...