Skip to content

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

Notifications You must be signed in to change notification settings

AI-Maker-Space/Build-Your-Own-RAG-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published