This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Summary
AI summaryFixed startup crash when embedding model dimension mismatch caused InvalidArgumentError.
Full changelog
Bug Fix
- Fix startup crash when embedding model changed — When the embedding model was switched (via Web UI or env var) but the container restarted before migration completed, ChromaDB collections still had vectors from the old model dimension. This caused
InvalidArgumentError: Collection expecting embedding with dimension of 384, got 1024and a crash loop.
How it works
On startup, _heal_dimension_mismatch() now probes each collection's stored embedding dimension against the current model. If they differ, it recreates the collection (safe — source docs live in git) so the subsequent index_all() re-embeds everything cleanly.
Upgrade
curl -sSL https://raw.githubusercontent.com/dl4rce/flaiwheel/main/scripts/install.sh | bash
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About dl4rce/flaiwheel
Self-hosted memory and governance layer for AI coding agents. 28 MCP tools with structured knowledge capture, hybrid search (semantic + BM25 + cross-encoder reranking), behavioral documentation nudges, cold-start codebase analyzer, and git-native storage. Single Docker container, zero cloud dependencies.
Related context
Beta — feedback welcome: [email protected]