Technical reference.
Whet is a structured career data platform that functions as a Single Source of Truth (SSOT) for professional history. It ingests atomic career data—such as projects, experiences, skills, and education—and dynamically generates derived representations, including career cards, structured DOCX documents, and semantic search indices. The system architecturally decouples data persistence from data presentation, ensuring long-term canonical storage independent of ephemeral output formats.
The system accepts structured input via an Admin Dashboard. Data is normalises and stored in a Firestore NoSQL database.
Project, Experience, Skill).DataService enforces schema contracts.Upon modification or manual trigger, the RAG Service transforms canonical data into derived state.
The system generates read-only views from the canonical or transformed data.
python-docx assembles resumes by retrieving relevant chunks.