v0.3.0
⚠ BREAKING CHANGES
This release is NOT compatible with v0.2.x. Existing encrypted indexes must be re-created.
- Embedding dimension changed from 768 to 1024: Default embedding model switched from
bge-base-en-v1.5(768d, English-only) toQwen3-Embedding-0.6B(1024d, multilingual). All previously encrypted vector data is incompatible with this version. There is no automatic migration — indexes must be rebuilt from source with the new model.
What's New
Multilingual Embedding Support (#53)
- Replaced
bge-base-en-v1.5(English-only, 768d) withQwen3-Embedding-0.6B(100+ languages, 1024d) EMBEDDING_DIMupdated acrossvault_core.py,docker-compose.yml, all deployment scripts, andinstall.sh
Upgrade Guide
- Re-create all encrypted indexes with
Qwen3-Embedding-0.6B(1024d) - Update
EMBEDDING_DIMto1024in any custom deployment configs - Pull the new Docker image:
docker pull ghcr.io/cryptolabinc/rune-admin:v0.3.0
Full Changelog: v0.2.2...v0.3.0