/Build-Your-Own-RAG-System

This repository contains a toy implementation of a basic RAQA system.

Primary LanguageJupyter Notebook

Your First RAQA Application

Steps to Run:

This was done in Python 3.11.4!

Don't forget to install your dependencies with pip install -r requirements.txt

  1. git clone this repository
  2. cd into the newly cloned repository
  3. Run cp .env.sample .env
  4. Add your OPENAI_API_KEY to the newly created .env file.
  5. Open and run the notebook!