PDF Document AI using Zotero
Note: For now, you can get access to this course only by enrolling in the Generative AI Lifetime Bundle. The course will be published gradually and will be completed only around end of January 2026.
In this course we will use a Python app built on top of the existing Zotero SQLite database which will implement features which will
a) make your Zotero library easier to use (for example Zotero still lacks full text search which displays a search snippet with keyword highlighting. This is very easy to build in an external app like the one you will build in the course)
b) explain the basic concepts of Retrieval Augmented Generation over a collection of PDF documents
c) teach the foundational concepts of agentic AI over a PDF library
You don't need to know Python to be able to understand all the concepts in this course, but you would need to learn it if you want to implement or maintain an agentic system yourself in the future.