Takeaways

By the end of this module, you will be able to apply the necessary configuration steps to establish a functional RAG chatbot development environment by:
  • Cloning and setting up the Vercel AI SDK RAG Starter repository
  • Configuring PostgreSQL database in the cloud with Vercel
  • Setting up thedevelopment environment with proper tooling
  • Understanding the project structure

Lessons

Prerequisites

Before starting this module, ensure you have the following tools installed:

Key technologies used

Next.js 14

React framework with App Router for building the web application

PostgreSQL

Relational database with pgvector extension for vector storage

Drizzle ORM

Type-safe database ORM for TypeScript

Vercel AI SDK

Toolkit for building AI-powered applications

Resources