TAPASxHF2 / setup_instructions.md
jskinner215's picture
Upload 17 files
25fc3a2

A newer version of the Streamlit SDK is available: 1.44.0

Upgrade

Setup Instructions for the TAPAS LLM Application

  1. Install the necessary dependencies:
pip install -r requirements.txt
  1. Setup the required services (e.g., chroma db):
# Add the appropriate commands here
  1. Run the application:
./run.sh

If you encounter any issues during setup, please refer to the Troubleshooting Guide.