Skip to content

Complete example of how to build an Agentic RAG architecture with Redis, AWS Bedrock, and LlamaIndex.

License

Notifications You must be signed in to change notification settings

redis-developer/agentic-rag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦾 Agentic RAG with Redis, AWS Bedrock, and LlamaIndex

Overview

This demo demonstrates the integration of Redis, Amazon Bedrock, and LlamaIndex for creating a customer support chatbot specifically tailored for Chevy vehicles. The system is powered by an "agentic RAG" architecture.

Key Components

Redis Logo Bedrock Logo LlamaIndex Logo

  • Redis: A versatile db within the architecture, Redis functions as the document store, ingestion cache, vector store, chat history store, and semantic cache.
  • Amazon Bedrock: Provides foundation models and embeddings models through the Bedrock API.
  • LlamaIndex: Acts as the central framework that ties together the entire system, enabling seamless integration with various services and tools to enhance functionality.

Getting Started

Launch this notebook in a Google Colab environment for a hands-on experience:

Open in Colab

Architecture Diagram

This architecture highlights document ingestion and inference with the AI agent.

Architecture Diagram

Additional Resources

For further reading and resources related to the technologies and approaches used in this project, consider the following links: