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.
- 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.
Launch this notebook in a Google Colab environment for a hands-on experience:
This architecture highlights document ingestion and inference with the AI agent.
For further reading and resources related to the technologies and approaches used in this project, consider the following links: