Nippon India Mutual Fund improves AI assistant accuracy using advanced RAG methods on Amazon Bedrock
Nippon India Mutual Fund needed an AI assistant that could accurately retrieve information from a large volume of enterprise documents, but naive RAG fell short: similarity-based retrieval missed relevant chunks as document volumes grew, complex structures like nested tables were not parsed correctly, compound questions degraded accuracy, and models produced hallucinated responses.
The naive RAG approach had documented limitations at scale: retrieval accuracy degraded with document volume, complex document structures were not parsed correctly, compound questions were handled poorly, and the approach was prone to hallucinations.
After implementing advanced RAG methods, Nippon saw accuracy increase by more than 95%, hallucination reduced by 90–95%, and report generation time drop from 2 days to approximately 10 minutes, with source citations added to improve user confidence.
Frequently asked questions
What did this team achieve with this AI workflow?
After implementing advanced RAG methods, Nippon saw accuracy increase by more than 95%, hallucination reduced by 90–95%, and report generation time drop from 2 days to approximately 10 minutes, with source citations a…
What tools did this team use?
Amazon Bedrock, Amazon Bedrock Knowledge Bases, Amazon Textract, Anthropic's Claude3 Sonnet on Amazon Bedrock, Amazon Bedrock reranker models.
What results were reported?
Accuracy improvement: more than 95%; Hallucination reduction: 90–95%; Report generation time: reduced from 2 days to approximately 10 minutes; User confidence in response: improves the user confidence in the response (source-reported, not independently verified).
What failed first in this deployment?
The naive RAG approach had documented limitations at scale: retrieval accuracy degraded with document volume, complex document structures were not parsed correctly, compound questions were handled poorly, and the appr…
How is this finance ops AI workflow structured?
Custom document parsing → Embedding and vector storage → User query embedding → Multi-query RAG with reranking → Prompt augmentation with citations → Final response delivery.