rag-app / README.md
Yohansab's picture
Adding hugging face
fd95157
metadata
title: Rag App
emoji: πŸ†
colorFrom: purple
colorTo: red
sdk: docker
pinned: false

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

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!