Skip to content

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

Notifications You must be signed in to change notification settings

codu-code/simple-js-rag

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published