RAG / README.md
h3110Fr13nd
Use Hugchat for llm inference
79340f2
|
raw
history blame
410 Bytes
# 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.