Understand the role of OpenAI GPT-4 as a Large Language Model in generating quiz questions.
Explore NextJS as a full-stack web framework and its role in Edrujo.
Learn about PostgreSQL as a database and pgvector as a vector database, and their roles in storing and retrieving data.
OpenAI GPT-4
NextJS
PostgreSQL
In this section, we'll explore OpenAI GPT-4, the Large Language Model that generates quiz questions from PDF inputs. We'll understand its capabilities, how it processes inputs, and generates relevant questions.
NextJS is the backbone of Edrujo, providing the framework for our web application. In this section, we'll explore how we use NextJS to build the user interface and manage server-side operations.
Every application needs a place to store and retrieve data. In this section, we'll learn about PostgreSQL and pgvector, the technologies we use to manage data in Edrujo.