1
Clone the repo
First, clone the Agentset repo.
Terminal
2
Install dependencies
Run the following command to install the dependencies:
Terminal
3
Set up environment variables
Convert the You will fill in the remaining environment variables in the following steps.
.env.example file to .env. You can start filling in the first few environment variables:Terminal
We currently use azure openai models as the default (when users pick the Agentset managed option). If you’d like to change that, update
apps/web/src/lib/embeddings.ts and apps/web/src/lib/llm.ts to use a different provider.