Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.23 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.23 KB

RAG Chatbot

This is an LLM Chatbot powered by RAG. The tech stack includes Javascript, Langchain, OpenAI and Supabase vector store.

LLM - Large Language Model
RAG - Retrieval Augumented Generation

Please, Click to check it out Project link

For a video walkthrough, click this YouTube link to watch.

image info

  1. Install dependencies
yarn
  1. Initialize your Supabase database by following the instructions in the docs

  2. Get OpenAI API key

  3. Split document and save to Supabase Vector database (Run once or only when you need to store a document)

node utils/splitDocument.js

More Docs and Links

Vite JS Docs
Langchain JS Docs
Langchain JS Chat Bot Docs
Langchain JS Text Splitter Docs