RAG-Based FightIQ System
A Python retrieval augmented generation workflow integrating web search, document ingestion, and LLM-based response generation for domain-specific questions.
Problem
Domain-specific questions need current, relevant context. The goal was to reduce ungrounded answers by retrieving useful source material before generating a response.
Approach
- Combined document ingestion, web scraping, text extraction, and structured storage for dynamic knowledge retrieval.
- Designed the response flow around retrieval and prompt engineering to improve answer grounding.
- Used the project to deepen understanding of end-to-end AI systems and hallucination mitigation.
Employer signal
Shows practical AI engineering: data preparation, retrieval design, model integration, local-first thinking, and readable project structure.