Spaces:
Sleeping
Sleeping
File size: 410 Bytes
1383262 79340f2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# RAG Chatbot
## Setup
1. Clone the repository:
```bash
git clone https://github.com/your-username/repo.git
```
2. Navigate to the project directory:
```bash
cd pragetx-chatbot
```
3. Create a `.env` file and add the following environment variables:
```bash
HF_EMAIL=your-email@example.com
HF_PASS=your-password
```
Now you can run the chatbot and interact with it. |