You will need Docker (Docker Engine & Docker Compose) and an OpenAI API key in case you want to use their cloud models.
- Open terminal or powershell
- Build container (omit
--profile ollamaif ollama is unwanted)- Windows:
docker-compose --profile ollama build - Linux:
docker compose --profile ollama build
- Windows:
- Run system
- Windows:
docker-compose --profile ollama up - Linux:
docker compose --profile ollama up
- Windows:
- Open Frontend
- Navigage to Profile and insert & save your OpenAI API key
- Create a session to explore the uses cases. E.g. for the choropleth example you need to navigate to Sessions and create a session with the according prompt (click on the choropleth one in the dropdown to insert it), activated code interpreter and the correct dataset.
- While you can choose any session in a use case example, the correct prompt is essential for it to work. So make sure you only pick the correct sessions.
- The only way to reset a chat is to create a new session. You can click on a existing session under Sessions and then create to copy its settings.