Featured
YashStudio.tech
RAG-powered AI portfolio
Recruiter-facing RAG assistant built with text embeddings, pgvector semantic search, and token-aware context management. Three interaction modes: UI, chat, and voice.
Live at yashstudio.tech with a Netlify frontend and a Render + Neon backend.
- Built a recruiter-facing assistant that answers questions about my experience using RAG over structured resume and project data stored in Supabase with pgvector embeddings; retrieval is scoped so it does not invent experience that is not in the data.
- Implemented token-aware context management across multi-turn sessions to keep prompt size bounded instead of re-sending full history; cut average cost per conversation by 40% without losing coherence.
- Shipped three interaction modes (standard UI, chat, and voice via ElevenLabs TTS/STT) backed by a single Python LLM service that returns schema-validated JSON.
- RAG
- FastAPI
- pgvector
- OpenRouter
- Gemini
- ElevenLabs