From RAG to fabric: Lessons learned from building real-world RAGs at GenAIIC – Part 2
Building RAG systems that handle heterogeneous data formats—structured tables, unstructured text, and images—requires distinct retrieval and processing strategies per data type, which a single uniform approach cannot address, especially since LLMs perform poorly on raw tabular data.
By employing intent detection routers, LLM code generation, and multimodal embeddings, the GenAIIC team built intelligent RAG systems spanning oil and gas, financial, industrial, and ecommerce use cases that deliver coherent responses across heterogeneous data sources.
Frequently asked questions
What did this team achieve with this AI workflow?
By employing intent detection routers, LLM code generation, and multimodal embeddings, the GenAIIC team built intelligent RAG systems spanning oil and gas, financial, industrial, and ecommerce use cases that deliver c…
What tools did this team use?
Amazon Bedrock, Claude Haiku, Claude Sonnet 3.5, Claude Sonnet 3, Amazon Titan Multimodal Embeddings, Amazon Titan Embedding Text v2, OpenSearch, Llama Index, LangChain, Bedrock Converse API.
What results were reported?
Claude Sonnet 3.5 HumanEval code-generation accuracy: 92% (source-reported, not independently verified).
How is this finance ops AI workflow structured?
User query submitted → Router intent detection → LLM code generation for structured data → Multimodal embedding retrieval → Coherent response delivered.