
Leading the migration of a RAG and agentic banking/finance knowledge assistant off the Gemini API onto a self-hosted, fine-tuned open-source LLM.
QuickRef is QuickFox's RAG and agentic (LangGraph ReACT) banking/finance knowledge assistant. Its original retrieval and agentic pipeline — semantic chunking, Qdrant vector search, multi-turn tool use — was built by a QuickFox engineering predecessor. My contribution is migrating the assistant's underlying generation model off the Gemini API onto a self-hosted, LoRA/QLoRA fine-tuned open-source transformer model, targeted at Nepali/Devanagari financial-document Q&A, to eliminate per-call inference costs while preserving the existing RAG and agentic behavior.