Inigo
Live in productionA multilingual RAG chatbot answering real admission queries.
The official admission helper for Loyola College, Chennai, grounded on the current prospectus and built end to end by a two member team. It answers programme, fee, date, and eligibility questions in English, Tamil, and Hindi.
- Hybrid retrieval: keyword search and semantic vectors fused with Reciprocal Rank Fusion, plus a structured facts layer for authoritative dates, fees, and contacts
- Multi-provider LLM orchestration with streaming and status-aware failover; answer caching cuts repeat embedding and LLM cost
- Voice input, text to speech, in-place translation, and dynamic follow-up suggestions
- Defensive layer: per-IP rate limiting, prompt injection guards, sanitized error boundaries, and a token-gated admin dashboard
- Next.js
- TypeScript
- Hybrid RAG
- LLM orchestration
- Vercel
