Skip to content

terrytjw/nextjs-gpt

Repository files navigation

GPT-powered Next.js docs search

Semantic search capabilities powered by LangChain, OpenAI and Next.js.

Getting started

First, install dependencies:

pnpm install

Thereafter, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to start using the app.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.