How Infosys built a generative AI solution to process oil and gas drilling data with Amazon Bedrock
Oil and gas operations generate vast amounts of complex multimodal technical documents — well completion reports, drilling logs, and lithology diagrams — that conventional non-AI processing methods fail to handle due to specialized terminology, interconnected data relationships, and mixed text and image formats, resulting in inefficient data extraction and time-consuming manual processing.
Three iterative RAG approaches were tried before the final design: the initial image-analysis approach worked for text but failed on image-related queries; ColBERT multi-vector embeddings proved difficult to store and manage; and fixed-size chunking improved keyword retrieval but produced fragmented long-form answers by splitting related information across chunks.
The final hybrid RAG solution achieved 92% retrieval accuracy against a human expert baseline, under 2-second average query response time, a 4.7/5 user satisfaction rating from field engineers and geologists, a 40–50% decrease in manual document processing costs, and field engineers spending 60% less time searching for technical information.
Show all 6 reported metrics
Frequently asked questions
What did this team achieve with this AI workflow?
The final hybrid RAG solution achieved 92% retrieval accuracy against a human expert baseline, under 2-second average query response time, a 4.7/5 user satisfaction rating from field engineers and geologists, a 40–50%…
What tools did this team use?
Amazon Bedrock, Amazon Bedrock Nova Pro, Amazon Bedrock Knowledge Bases, Amazon OpenSearch Serverless, Amazon Titan Text Embeddings, Cohere Embed English model, BGE Reranker, Amazon Q Developer, PyMuPDF, OpenCV.
What results were reported?
Average query response time: Less than 2 seconds; Retrieval accuracy: 92%; User satisfaction rating: 4.7/5; Manual document processing cost reduction: 40–50% (source-reported, not independently verified).
What failed first in this deployment?
Three iterative RAG approaches were tried before the final design: the initial image-analysis approach worked for text but failed on image-related queries; ColBERT multi-vector embeddings proved difficult to store and…
How is this back office ops AI workflow structured?
Technical document ingestion → Multimodal image analysis → Hierarchical chunking and embedding → OpenSearch vector storage → Hybrid search retrieval → BGE result reranking → Domain-specific response generation.