DualMind
Agentic AI Assistant with Hybrid RAG
- Architected an agentic AI assistant with a hybrid RAG pipeline (semantic + keyword), enabling intelligent, low-latency querying across private PDFs and real-time web sources using Groq LLMs and pgvector.
- Enhanced retrieval accuracy and user experience by integrating the Cohere Rerank API, implementing query rewriting for conversation-aware context, and supporting multi-session chat history.
- Engineered a secure backend with FastAPI, JWT authentication, and Supabase (PostgreSQL), while automating deployments through Docker containerization and GitHub Actions CI/CD pipelines.