Skip to content

v0.3.0

Choose a tag to compare

@heeyeon01 heeyeon01 released this 07 Apr 09:18
f93d19f

⚠ 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) to Qwen3-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) with Qwen3-Embedding-0.6B (100+ languages, 1024d)
  • EMBEDDING_DIM updated across vault_core.py, docker-compose.yml, all deployment scripts, and install.sh

Upgrade Guide

  1. Re-create all encrypted indexes with Qwen3-Embedding-0.6B (1024d)
  2. Update EMBEDDING_DIM to 1024 in any custom deployment configs
  3. Pull the new Docker image: docker pull ghcr.io/cryptolabinc/rune-admin:v0.3.0

Full Changelog: v0.2.2...v0.3.0