MY WORKS
A selection of my recent full-stack applications, data extraction engines, and interactive server architectures.
DocuChat Pro
A high-performance Retrieval-Augmented Generation (RAG) system combining dense vector search and sparse lexical querying with RRF and Cross-Encoder re-ranking. Engineered with RedisVL for semantic caching and real-time observability pipelines using Langfuse and Ragas.
DocMind AI
A multi-tenant document management platform that allows users to upload and query files using an AI assistant. Features include API rate-limiting, Stripe billing tier integration, and containerized Docker microservices to separate the API server and vector search operations.
IT Support AI Agent
An AI-powered IT service desk agent deployed on GCP to automate ticket resolution against internal knowledge bases. It utilizes DSPy to programmatically compile deterministic reasoning paths and securely indexes over 500 pages of text into a hybrid search system.
AI Research Assistant
A stateful multi-agent system utilizing a central Supervisor Node to coordinate search, database querying, and writing agents. Designed with a Human-In-The-Loop approval process via LangGraph execution interrupts and an automated evaluation pipeline requiring 95%+ accuracy.