Enterprise IT Support Agentic RAG Copilot is an AI-powered IT support assistant designed to help employees quickly resolve technical issues. It uses Agentic RAG with LangGraph to intelligently decide how to answer each query: User Question → AI Agent → Company Knowledge Base (Pinecone) → Web Search if needed → Generate Answer The project combines FastAPI, LangGraph, Pinecone, Groq/OpenAI, and Tavily, with a web interface for users. It can handle common IT questions, retrieve company-specific information, and use external search when the internal knowledge base isn't enough. For production, the application is containerized with Docker and deployed on DigitalOcean Cloud.

