Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 761 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 761 Bytes

Simple RAG Demo

This code is to supplement a talk given by Niall Maher.

Getting Started

To run the code, you will need 2 API keys, which you should update your .env to include. They are:

Install the dependencies with:

npm i

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.