- Add HybridModelManager with singleton pattern to prevent duplicate model loads
- Implement triple-fallback model downloading (CDN → GitHub → Hugging Face)
- Fix soft-delete filtering to only apply when metadata filters are present
- Enhance model initialization with environment-specific optimizations
- Fix vitest configuration to use correct setup file
- Ensure consistent 384-dimensional embeddings across all operations
This release combines the best of both approaches:
- Singleton pattern prevents multiple ONNX model loads in memory
- Multi-source fallback ensures model availability even if CDN is down
- Soft deletes work correctly without breaking pure vector searches
- All core functionality preserved with enhanced reliability
- Add Model Guardian for critical path verification
- Implement fallback chain: GitHub → CDN → Hugging Face
- Smart detection for Docker, CI, production contexts
- Pre-download option with npm run download-models
- Runtime download with automatic fallback
- Model integrity verification (size, hash)
- Comprehensive deployment documentation
The transformer model (Xenova/all-MiniLM-L6-v2) is critical for operations.
Without it, users cannot access their data. This system ensures it's always
available through multiple redundant sources.
- Streamlined test suite from 600+ to 400 meaningful tests
- All critical functionality verified and working
- Soft delete by default with hard delete option
- Complete encryption support
- Professional clean repository with zero commercial content
- Single clear way to hard delete: { hard: true }
- Removed confusing soft: false option
- Soft delete remains the default behavior
- Clean, intuitive API: delete() for soft, delete(id, { hard: true }) for hard
- All delete features working: soft, hard, cascade
- Update tests to expect soft delete by default behavior
- Add documentation (CHANGELOG.md, MIGRATION.md)
- Fix statistics tests to handle existing data
- Verify both soft and hard delete work correctly
- 12/15 storage tests now passing (2 statistics issues remain)
- All 24 tests passing including edge cases
- Fix encryption config storage and retrieval mechanism
- Maintain complete brainy functionality during cleanup
- Professional open source repository ready for 1.2.0 release
- Zero commercial content contamination
- Robust protection systems in place
- Fix soft delete functionality by filtering out deleted items in search results
- Add support for encrypted configuration storage and retrieval
- Copy test suite and vitest config to ensure all functionality works
- Maintain all core brainy functionality during repository cleanup
- Add PR template to prevent commercial content leakage
- Add automated workflow to scan for prohibited content
- Protect against business strategy, infrastructure details, customer info
Open source vector database with HNSW indexing, graph relationships,
and metadata facets. Features CLI with professional augmentation registry
integration for discovering extensions and capabilities.