MIT OpenCourseWare
MIT OpenCourseWare publishes the teaching materials from more than 2,500 MIT undergraduate and graduate courses, and has done so openly since 2001, making it one of the original large-scale open education projects. A typical course page gathers lecture notes, problem sets and their solutions, exams, reading lists, and often full lecture video with transcripts, arranged the way the course was taught rather than pre-processed for machines.
You reach it through the website, browsing or searching by department and course number, and many courses offer a downloadable archive of their materials. The content is a mix of PDF and HTML, heavy with mathematical notation and diagrams, so getting it into a RAG pipeline means doing your own extraction: pulling text out of PDFs, cleaning it, and splitting it into passages before you embed anything.
For a non-commercial tutoring or study assistant it is hard to beat as a source of rigorous, university-level explanation across science, engineering, economics, and the humanities. The depth and coherence of a full course sequence is exactly the kind of material that makes a teaching RAG system genuinely worth using.
The licence is the part to get right. MIT OpenCourseWare is released under Creative Commons Attribution-NonCommercial-ShareAlike, which imposes three real constraints: you must credit MIT, you cannot use it in a commercial product because the NonCommercial clause rules that out, and any derivative you share must carry the same licence, since ShareAlike propagates. Whether embeddings built from ShareAlike text count as a derivative is genuinely unsettled, so tread carefully before redistributing an index.
It sits alongside OpenLearn and LibreTexts in the open courseware space. If you specifically need material you can build a commercial product on, check those alternatives' licences too, because several carry the same NonCommercial restriction.
Related sources
CASE Network (1EdTech)
A public registry of machine-readable learning-standard frameworks from all 50 US states and other issuing agencies, run by 1EdTech in the CASE JSON format. The digitally referenceable spine of what to teach, at which level and in what order, rather than the teaching content itself.
CK-12 Foundation
Free K-12 library of customisable FlexBook textbooks, strong in maths and science, with adaptive practice, interactive simulations and study guides, organised by grade level and aligned to state standards. Non-commercial licence.
Common Core State Standards
The US Common Core State Standards for English language arts and mathematics, defined grade by grade from kindergarten to grade twelve. A widely adopted curriculum framework, available in machine-readable form through ASN and CASE.
Khan Academy
A free nonprofit learning platform organised as a subject-to-skill knowledge tree across maths, science, economics and the humanities, from primary through early college. Videos, articles and mastery-based exercises, but non-commercial licensing and no public data API.