From RAG to Fabric: Lessons Learned from Building Real-World RAGs at GenAIIC — Part 1
AWS customers have high demand for RAG chatbots that can extract information from massive, heterogeneous knowledge bases, but building effective RAG solutions is difficult because retrieval quality is almost always the primary failure point and evaluation requires significant human effort.
Two main RAG failure modes are identified from real-world experience: relevant information is not retrieved (causing the FM to hallucinate or use its own knowledge), or relevant information is buried in excessive irrelevant data (causing the FM to mix up sources and produce wrong answers).
(not stated)
Frequently asked questions
What did this team achieve with this AI workflow?
(not stated)
What tools did this team use?
OpenSearch, OpenSearch Serverless, Amazon Bedrock Knowledge Bases, Amazon S3, Amazon Titan, Amazon Bedrock, Anthropic's Claude, Amazon Textract, AWS Lambda, Textractor.
What results were reported?
Running since: May 2023 (source-reported, not independently verified).
What failed first in this deployment?
Two main RAG failure modes are identified from real-world experience: relevant information is not retrieved (causing the FM to hallucinate or use its own knowledge), or relevant information is buried in excessive irre…
How is this customer support AI workflow structured?
User query submitted → Retrieve from knowledge base → Augment FM prompt → FM generates answer.