Spaces:
Running
Running
# 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. |