Available Images
latest
- Architecture:
amd64&arm64 - Deployment Frequency: On every commit to the
masterbranch - Pull Command:
docker pull mintplexlabs/Methodius AI:latest
The latest image is the most recent version of Methodius AI. It is updated on a near-daily basis and will always be up to date with the latest features and bug fixes
that are committed to the master branch in the Methodius AI GitHub repository (opens in a new tab).
v*.*.*
- Architecture:
amd64&arm64 - Deployment Frequency: On new releases
- Pull Command:
docker pull mintplexlabs/Methodius AI:v*.*.*
The v*.*.* images are the pinned versioned releases of Methodius AI. These images are published when a new release is made - you can find the latest release here (opens in a new tab).
render or railway
Warning: You should only specify this image if you are deploying Methodius AI via Render (opens in a new tab) or Railway (opens in a new tab).
- Architecture:
amd64 - Deployment Frequency: On new releases
- Pull Command:
docker pull mintplexlabs/Methodius AI:render
The render or railway images are the latest versions of Methodius AI and are in sync with the versioned releases of Methodius AI (opens in a new tab).
pg
- Architecture:
amd64&arm64 - Deployment Frequency: On new releases
- Pull Command:
docker pull mintplexlabs/Methodius AI:pg
The pg image is the latest version of Methodius AI that are specifically built use with a local or remote PostgreSQL database.
This image has a slightly different startup command to support the PostgreSQL deployment and does the following:
- Will store all Methodius AI data in the PostgreSQL database
- Will by default use PGVector for vector storage - requires a PGVector extension to be installed on the PostgreSQL database
See the PostgreSQL image deployment command for more information.