v4.5.0 — Dashboard, Hub, Compliance, Auto-repair, Multi-tenant
hemlock-rag v4.5.0
Completes the v4.x platform arc — hemlock now has a web UI, plugin ecosystem, compliance reporting, auto-repair, and multi-tenant support.
What's new in v4.1–v4.5
| Version | Feature | Highlights |
|---|---|---|
| v4.1 | Web Dashboard | Chart.js gauge + history at /dashboard; hemlock dashboard CLI |
| v4.2 | Plugin Hub | hemlock hub search/install/list/info — PyPI-backed community plugins |
| v4.3 | Compliance Mapping | OWASP LLM Top 10, MITRE ATLAS, NIST AI RMF; report.to_compliance() |
| v4.4 | Auto-repair | HemRepairer — LLM-driven code patch proposals; hemlock repair |
| v4.5 | Multi-tenant | TenantStore + TenantMiddleware; teams, projects, API keys; hemlock tenant |
Install
pip install hemlock-rag==4.5.0
# With REST API + dashboard
pip install "hemlock-rag[api]==4.5.0"Quick start
# Web dashboard (starts server + opens browser)
hemlock dashboard
# Compliance report
hemlock compliance --framework owasp-llm --output markdown
# Auto-repair (dry-run)
hemlock repair --dry-run
# Multi-tenant setup
hemlock tenant create-team my-team
hemlock tenant create-project <team-id> my-project
# Plugin hub
hemlock hub search injection
hemlock hub install hemlock-sqli-attack