Spaces:
Build error
Build error
File size: 391 Bytes
25fc3a2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# Setup Instructions for the TAPAS LLM Application
1. Install the necessary dependencies:
```bash
pip install -r requirements.txt
```
2. Setup the required services (e.g., chroma db):
```bash
# Add the appropriate commands here
```
3. Run the application:
```bash
./run.sh
```
If you encounter any issues during setup, please refer to the [Troubleshooting Guide](troubleshooting.md).
|