Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 483 Bytes

File metadata and controls

23 lines (21 loc) · 483 Bytes

Solution directory

Getting started

To run this project, follow the steps:

  1. Rename .env_example to .env
  2. Populate .env wih the following required env vars
    • LLM_SERVICE_API_KEY
    • QDRANT_URL
    • QDRANT_API_KEY
  3. Setup and activate Python virtual env
    python3 -m venv .venv
    source .venv/bin/activate
    
  4. Install requirements
    pip install -r requirements.txt
    
  5. Run Solace Agent Mesh
    sam run