What's New
Offline Deployment
- HuggingFace embedding model now persists across container restarts
- Model caches to
instance/huggingface/(persistent volume) - Run once with internet, then works fully offline
Documentation
- Added offline deployment FAQ
- Expanded troubleshooting for offline setups
Upgrade
docker pull learnedmachine/speakr:latest
docker compose down && docker compose up -dCompatibility
- ✅ Fully backward compatible with v0.6.0
- ✅ No configuration changes required
Full Changelog: v0.6.0-alpha...v0.6.1-alpha