Evidence-Grounded Resume Tailoring Platformdemodoc
demodoc
THIS IS DEMODOC
mermaid
mermaid
flowchart TD
Client[Next.js Frontend]
API[FastAPI Backend]
DB[(Postgres\nresume_nodes)]
VS[(Qdrant\nVector Search)]
LLM[LLM Provider\nOllama / OpenAI]
Disk[Local File System\nGenerated PDFs]
Client <-->|REST API| API
API <-->|SQLAlchemy| DB
API <-->|HTTP/gRPC| VS
API <-->|HTTP| LLM
API -->|latexmk| Disk