- Version: {VERSION}
- Date: {DATE}
- Type: {ENV_NAME} ({ENV_TYPE})
- Build: {BUILD_NUMBER}
Pull this release:
docker pull ghcr.io/pierregrothe/graphrag-api:{VERSION}Latest {ENV_NAME} image:
docker pull ghcr.io/pierregrothe/graphrag-api:{LATEST_TAG}docker run -d \
--name graphrag-api \
-p 8001:8001 \
-e JWT_SECRET_KEY="change-this-in-production" \
-e LLM_PROVIDER="ollama" \
-e OLLAMA_BASE_URL="http://host.docker.internal:11434" \
ghcr.io/pierregrothe/graphrag-api:{VERSION}services:
graphrag-api:
image: ghcr.io/pierregrothe/graphrag-api:{VERSION}
container_name: graphrag-api
ports:
- "8001:8001"
environment:
- JWT_SECRET_KEY=change-this-in-production
- LLM_PROVIDER=ollama
- OLLAMA_BASE_URL=http://ollama:11434
volumes:
- ./data:/app/data
- ./workspaces:/app/workspaces- Python: 3.12+
- Platforms: {PLATFORMS}
- LLM Providers: Ollama, Google Gemini
- Authentication: JWT, API Keys
None in this release.
No migration required from previous versions.
{RELEASE_NOTES}
- @pierregrothe
Full Changelog: Compare View