Letta server
Run Letta server with Docker
Install and setup Letta to run the server & ADE
1
Download the docker container
To run the docker container, first clone the reposity for pull the contianer.
2
Set environment variables
Either set the environment variables in your shell on in a .env
file.
3
(Optional) View and modify the compose YAML file
You can view and modify the compose.yaml
file, for example, if you would like to change the default ports or pgvector
version.
4
Run Docker Compose
To start the Letta server, we use Docker Compose, which runs both the Letta container and the database container:
You can now access the ADE (in your browser) and REST API server at http://localhost:8083
.