Scalable Rag Pipeline
Description
A scalable RAG platform combining LangGraph agents, hybrid retrieval (Vector+Graph), and Ray orchestration on Kubernetes.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Enterprise Agentic RAG Platform
   
Table of Contents
- System Overview
- RAG Methodologies & Agentic Logic
- Prerequisites & Tooling
- Phase 1: Infrastructure Initialization (Terraform)
- Phase 2: Cluster Bootstrapping (Kubernetes)
- Phase 3: The Data Plane (Ray & Databases)
- Phase 4: The Control Plane (API Deployment)
- Phase 5: Data Ingestion Pipeline
- Validation & Testing
- Cost Optimization & Scaling
- Troubleshooting
1. System Overview
This repository contains the source code and Infrastructure-as-Code (IaC) definitions for a production-grade **Retrieval-Augmented Generation (RAG)** system. Unlike standard RAG implementations, this platform utilizes an **Agentic Architecture** (via LangGraph) to perform multi-step reasoning, query expansion, and hybrid retrieval (Vector + Knowledge Graph).
High-Level Architecture
The system is decoupled into two primary processing planes:
- Control Plane (The Brain): Handles HTTP requests, state management, agent orchestration, and business logic. Runs on low-cost CPU nodes.
- Data Plane (The Muscle): Handles heavy compute tasks including LLM Inference, Embedding generation, and Graph Extraction. Runs on autoscaling GPU nodes via Ray.
<
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps