File size: 552 Bytes
8761402
 
 
 
 
 
 
 
 
 
2e1b07c
 
 
 
8bbc37e
 
 
 
2e1b07c
 
 
 
9978f1e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
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!