Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 377 Bytes

File metadata and controls

23 lines (15 loc) · 377 Bytes

Simple RAG using LanceDB & OpenAI

Inspired by the tutorial YouTube transcript QA bot with NodeJS

Setup

To install dependencies:

npm install

Create and set your Literal AI and OpenAI API keys in .env:

cp .env.example .env

Run

npm run start