Skip to content

Latest commit

 

History

History

lancedb-rag

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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