Skip to content

vueschool/rag-course

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Prerequisites

  1. Environment Variables: Copy .env.example to .env and fill in your API keys:

    cp .env.example .env
  2. API Keys Required:

  3. Database: Make sure PostgreSQL with pgvector extension is running:

    npm run db:up
    npm run db:migrate
  4. Seed Database: Process and store your documents:

    npm run db:seed
  5. Chunk Docs: Process and store your documents (optional - chunks.json saved to repo):

    npm run chunk-docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published