Read

Create

Read

Create
My GuidesCommunity Guides
Create NewGo Pro

Want more?

Go pro

Theme

Building the Foundation: Understanding the Core Technologies

Chapter 1
In this chapter, we'll delve into the core technologies that power Edrujo. We'll explore OpenAI GPT-4, NextJS, PostgreSQL, and pgvector, understanding their individual roles and how they interact to form a cohesive system.

Goals

  • 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.

Key Concepts

  • OpenAI GPT-4

  • NextJS

  • PostgreSQL

OpenAI GPT-4: The Brain Behind the Questions

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: Building the Web Framework

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.

un-published

PostgreSQL and pgvector: Storing and Retrieving Data

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.

un-published