RAG-Powered Chatbot
A document assistant built for teams that needed reliable answers from internal PDFs without forcing people to dig through folders, repeat support questions, or lose conversation context.
Internal knowledge was trapped in PDFs, making answers slow, inconsistent, and hard to reuse.
The system needed fast retrieval, secure document handling, and persistent chat context for auditability.
We built PDF ingestion, Gemini embeddings, FAISS retrieval, and a Django application packaged for Cloud Run deployment.
Teams got faster self-serve answers, more consistent responses, and a support workflow that can be improved over time.
- PDF ingestion and storage workflow
- Vector retrieval pipeline
- Chat history for continuity and auditability
- Containerized deployment for Cloud Run
- Django
- Gemini
- FAISS
- PostgreSQL
- Docker
- Cloud Run