Project: OpsEye (AI Incident Copilot) — Production-grade RAG system (assumed 2024)
Designed and built an event-driven RAG system (OpsEye) to automate incident analysis and root-cause detection using LLMs and contextual log retrieval. Implemented retrieval accuracy improvements via hybrid chunking and low-latency vector search. Produced structured AI outputs with citations and confidence scoring for production debugging workflows. • Designed end-to-end incident RCA pipeline using LLMs and contextual log retrieval. • Built Kafka-based ingestion pipeline to process large-scale logs in real time. • Implemented hybrid chunking (semantic + time-window + trace-aware) and Redis-based vector search. • Built LangGraph agentic workflow (embed → retrieve → rerank → generate) for automated RCA with structured outputs (citations, confidence).