EduAI — Multi-Model Learning Platform
2025 — presentQtec Solution Limited
An AI learning platform for educators: a router that sends every query to whichever model actually fits, and a document pipeline that grounds its answers and generated content in a school's own curriculum.
- A query router reads intent and dispatches to whichever model fits — Gemini Flash for conversation, GPT-4.1 for reasoning, Claude for code, o3-mini for math, Sonar when the answer needs the live web — rather than routing everything through one model.
- Curriculum PDFs and slides go through a Mistral and Pixtral ingestion pipeline that handles text and images alike, get embedded into pgvector, and become the grounding for a RAG layer that answers from the school's own material instead of the model's memory.
- An editor agent locates the exact section of a generated worksheet or lesson plan that needs changing and rewrites only that part, so a small edit costs a few hundred tokens instead of regenerating the document.
- An internal admin panel — a Drive-like store with versioning — is where teachers upload course material, which feeds directly into the router and the generation tools built on top of it.
- Python
- FastAPI
- LangGraph
- PostgreSQL
- pgvector
- Redis
- Gemini
- GPT-4.1
- Claude
- Mistral
