# 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).