Technology
Retrieval-Augmented Generation (RAG) Documentation Assistant
A Gemini-powered RAG assistant that turns PDF libraries into an accurate, source-grounded knowledge base.
RAG · Grounded answers
The challenge
Important knowledge is usually locked inside PDFs - manuals, contracts, reports, research - where it is hard to search and easy to misremember. Asking a plain LLM about those documents invites confident guesses, because the model answers from general training rather than from the specific file in front of it.
The need was a tool that could turn a pile of PDFs into a genuinely searchable knowledge base, and answer questions with exact facts drawn from those files rather than plausible-sounding fabrications.
The approach
I built a documentation assistant that uses Retrieval-Augmented Generation to keep answers grounded in the source material. The pipeline handles the full journey from raw PDF to answer: document chunking, embedding, storage and semantic search.
Google Gemini serves as the generation backbone, LangChain orchestrates the pipeline, and ChromaDB stores the vector embeddings for fast semantic retrieval. When a user asks a question, the system retrieves the most relevant passages from their files and generates an answer strictly from that retrieved context.
The result is a professional-grade RAG pipeline that turns any PDF collection into a knowledge base whose answers are accurate and traceable to the source, not guessed.
The outcome
Results that moved the needle.
- RAG
-
Grounded answers
Retrieval-augmented generation pulls exact facts from source files
- Gemini
-
LLM backbone
Google Gemini generates over retrieved document context
- LangChain + ChromaDB
-
Pipeline stack
End-to-end chunking, embedding and semantic search
Want similar results for your project?
Every project above started with a conversation. Let's figure out what yours needs.
Keep exploring
More projects.
Rail catenary pole placement, automated
Days of expert engineering work, reduced to seconds.
D-Risk - MedTech Marketplace with AI Company Profiling
A three-sided marketplace linking medtech startups with investors and specialist freelancers - matched through AI document profiling.
Integrated LoRa Sensor Monitoring & Analytics System
Real-time monitoring and analytics for LoRa environmental sensors - from raw ingestion to geospatial drought and growth insight.
Revenue Administration MCP Server
A retrieval-only MCP server answering Turkish tax and regulation questions strictly from official government sources - zero hallucinations.
Reliability of LLMs in Safety-Critical Requirements Engineering
Master's-thesis research measuring how LLM assistance affects correctness, efficiency and trust in safety-critical requirements engineering.
DSGENAI - AI Safety Requirements Engineering Platform
Stabilising and modernising an AI-driven safety-requirements platform - Flask to Streamlit, GPT-5.1, and critical data-leak fixes.
LLM Prompt Optimization for Legal-Clause Classification
Prompt-engineering research that lifted legal-clause classification accuracy by up to 20% on Terms-of-Service documents.
Smart Contract Analysis with NLP
An NLP system that reviews business contracts and recommends changes to keep them compliant with company policy.
Football Player Potential Prediction Model
A machine-learning model that reads scouting attributes and predicts player talent level with roughly 85% accuracy.
Football Player Ranking System
An attribute-based scoring engine that ranks 750+ players and rewards standout attributes with a statistical bonus threshold.
Football Player Position Recommender System
A recommender that analyses 750+ players' attributes by position and surfaces players who would excel in an alternative role.
Automated Connecting-Flight Optimization
An automated system that recomputes viable connections across 1000+ flights the moment schedule times change.
Flight Passenger-Count Prediction
A scikit-learn regression model that predicts passenger counts per flight from operational flight features.
Turkish Image-Captioning Benchmark on MS COCO 2014
A large-scale Turkish image-captioning benchmark - 616,767 human-verified captions and five trained vision-language models.
ESG Diversity & Sentiment Solution - CFA Poland Hackathon
An ESG prototype scoring gender diversity and news sentiment - 2nd place among 44 teams from 28 universities.
Automated ESG Scoring System - HackBogazici
An automated ESG scoring engine built from four scraped data sources - 2nd place among 14 hackathon teams.