Spaces:
Sleeping
Sleeping
File size: 679 Bytes
cb51d34 2345efb cb51d34 1383262 79340f2 43dfddb 79340f2 d48537f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
title: PragetX Chat RAG
emoji: π
colorFrom: indigo
colorTo: purple
sdk: docker
pinned: false
---
# RAG Chatbot
## Setup
```bash
sudo apt install python3-dev
sudo apt-get install build-essential -y
```
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.
https://github.com/langchain-ai/langchain/issues/6628#issuecomment-1935374689 |