Skip to content
View suneet91's full-sized avatar

Block or report suneet91

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
suneet91/README.md

Suneet Pal Kaur • Data & AI Engineer • Building production RAG and agentic GenAI systems.

LinkedIn Email

About

Data & AI Engineer with 13+ years across enterprise data platforms and production GenAI systems - Healthcare, BFSI, Supply Chain, Telecom. I build production RAG platforms on Azure OpenAI, agentic multi-agent systems (LangGraph, MCP), multimodal document intelligence, and NL-to-SQL, alongside large-scale data pipelines on Azure (Databricks, Data Factory, Synapse, ADLS), Spark/Scala, and Kafka.

💬 Ask me about: RAG architecture, hybrid retrieval & reranking, agentic multi-agent systems, MCP, multimodal document intelligence, NL-to-SQL safety, Azure data platforms


🛠️ Tech Stack

Python Azure OpenAI LangChain LangGraph PostgreSQL pgvector Apache Spark Kafka FastAPI Docker Kubernetes


Selected work

  • hybrid-rag-engine - a hybrid retrieval RAG platform: pgvector cosine search + full-text search, combined with Reciprocal Rank Fusion, cross-encoder reranking, and citation-grounded streaming generation
  • agentic-fact-verifier - a LangGraph multi-agent system that fact-checks claims using a ReAct search agent, fuzzy entity matching, statistical trust scoring, and an MCP tool server
  • nl2sql-guardrails - natural-language-to-SQL, grounded with RAG and locked down with multi-layer SQL safety validation, caching, and per-datasource concurrency control
  • multimodal-doc-auditor - parallel, fault-tolerant document compliance auditing using GPT-4o Vision plus OCR cross-verification
  • multi-agent-support-router - a LangGraph controller/specialist chatbot that escalates incomplete answers and streams its reasoning live over SSE

Education

  • MIT IDSS Data Science & Machine Learning Program - MIT (In Progress, 2026)
  • Executive PG Programme in Machine Learning & Artificial Intelligence - IIIT Bangalore (2021-2022)
  • Machine Learning Engineer Nanodegree - Udacity (2020)
  • B.Tech. Computer Science - Mody University of Science & Technology (2008-2012)

📫 Let's connect

LinkedIn Email

Pinned Loading

  1. agentic-fact-verifier agentic-fact-verifier Public

    LangGraph multi-agent fact verification: ReAct search agent, structured extraction, fuzzy entity matching, statistical cross-source trust scoring, MCP tool server

    Python

  2. hybrid-rag-engine hybrid-rag-engine Public

    Hybrid-retrieval RAG platform: pgvector cosine search + Postgres full-text search + Reciprocal Rank Fusion + cross-encoder reranking + citation-grounded, streaming LLM generation (FastAPI, async SQ…

    Python

  3. multimodal-doc-auditor multimodal-doc-auditor Public

    Parallel, fault-tolerant document compliance auditing: GPT-4o Vision + text-layer cross-verification, deterministic blank-page detection, per-check timeouts with incremental result persistence

    Python

  4. nl2sql-guardrails nl2sql-guardrails Public

    Natural-language-to-SQL with RAG-grounded schema retrieval and multi-layer SQL safety validation (allow-list, anti-stacking, injection heuristics, LLM arbiter), caching, and per-datasource concurre…

    Python