Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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