What the Content Library does
The Content Library is the source-material layer for LearnTerms. It is where admins and contributors upload documents, organize them at the cohort level, and turn them into chunks that can later feed question generation and curation. In practice, it sits between raw course material and authored questions.Core workflow
- Upload a PDF
- Wait for LearnTerms to process the document
- Review the generated chunks
- Edit, select, or remove chunks as needed
Upload rules and limits
The current implementation is strict about uploads:- The documented library uploader is PDF-only
- The configured PDF upload size limit is
16MB - Free users have a daily PDF upload limit of
1 - Pro users effectively have a much higher daily ceiling
What a chunk contains
Each chunk is intended to capture a meaningful section of the source material.- Title
- Summary
- Full content
- Keywords
- Type, such as
paragraph,slide_group,diagram,table, orlist
Editing and curation
Admins and contributors can:- Rename documents
- Update descriptions
- Edit chunk titles, summaries, keywords, and content
- Delete bad chunks
- Select multiple chunks to support question-writing workflows
- Title must be between
2and100characters - Description is optional, but if present it must be between
10and500characters
Scope and permissions
Content is cohort-scoped. A document belongs to a specific cohort, and the library query is filtered by that cohort ID. That means the library is not a global repository for every school or class in the system. It is intentionally local to the group that uses it.Operational tips
- Large PDFs may take a little time to process.
- Clean chunk titles make later question-writing much easier.
- Delete weak or duplicated chunks early so downstream generation stays focused.
- Use descriptions to make document intent obvious when the title alone is not enough.
Common issues
- No upload access: confirm the user has the right cohort role.
- Unsupported file type: use PDFs for the documented upload flow.
- Duplicate titles: document titles should remain unique inside a cohort.
- Weak chunks: edit summaries and content before using them in Question Studio rather than trying to fix poor AI output later.