This repository has been archived on 2026-09-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
open-brainy/src/config
David Snelling 184d5dcf34 feat: implement clean embedding architecture with Q8/FP32 precision control
- Unified embedding system with single EmbeddingManager
- Q8 model support with 75% smaller footprint (23MB vs 90MB)
- Intelligent precision auto-selection based on environment
- Clean cached embeddings with TTL and memory management
- Zero-config setup with smart defaults
- Complete storage structure documentation
- Removed legacy worker and hybrid managers
- Streamlined model configuration and precision management
2025-09-02 10:00:52 -07:00
..
distributedPresets.ts feat: implement zero-config system with Node.js 22 compatibility 2025-08-29 15:39:07 -07:00
extensibleConfig.ts feat: implement zero-config system with Node.js 22 compatibility 2025-08-29 15:39:07 -07:00
index.ts feat: implement clean embedding architecture with Q8/FP32 precision control 2025-09-02 10:00:52 -07:00
modelAutoConfig.ts feat: implement clean embedding architecture with Q8/FP32 precision control 2025-09-02 10:00:52 -07:00
modelPrecisionManager.ts feat: implement clean embedding architecture with Q8/FP32 precision control 2025-09-02 10:00:52 -07:00
sharedConfigManager.ts feat: implement zero-config system with Node.js 22 compatibility 2025-08-29 15:39:07 -07:00
storageAutoConfig.ts feat: implement zero-config system with Node.js 22 compatibility 2025-08-29 15:39:07 -07:00
zeroConfig.ts feat: implement clean embedding architecture with Q8/FP32 precision control 2025-09-02 10:00:52 -07:00