brainy/src/utils
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
..
adaptiveBackpressure.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
adaptiveSocketManager.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
autoConfiguration.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
BoundedRegistry.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
brainyTypes.ts feat: implement comprehensive type safety system with BrainyTypes API 2025-09-01 09:37:36 -07:00
cacheAutoConfig.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
crypto.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
deletedItemsIndex.ts feat: comprehensive metadata namespace architecture and cleanup system 2025-08-27 15:38:48 -07:00
distance.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
embedding.ts feat: implement clean embedding architecture with Q8/FP32 precision control 2025-09-02 10:00:52 -07:00
ensureDeleted.ts feat: comprehensive metadata namespace architecture and cleanup system 2025-08-27 15:38:48 -07:00
environment.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
fieldNameTracking.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
index.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
jsonProcessing.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
logger.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
metadataFilter.ts feat: comprehensive metadata namespace architecture and cleanup system 2025-08-27 15:38:48 -07:00
metadataIndex.ts feat: comprehensive metadata namespace architecture and cleanup system 2025-08-27 15:38:48 -07:00
metadataIndexCache.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
metadataNamespace.ts feat: comprehensive metadata namespace architecture and cleanup system 2025-08-27 15:38:48 -07:00
nodeVersionCheck.ts feat: implement zero-config system with Node.js 22 compatibility 2025-08-29 15:39:07 -07:00
operationUtils.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
performanceMonitor.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
periodicCleanup.ts feat: comprehensive metadata namespace architecture and cleanup system 2025-08-27 15:38:48 -07:00
requestCoalescer.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
requestDeduplicator.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
searchCache.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
statistics.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
statisticsCollector.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
textEncoding.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
typeUtils.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
typeValidation.ts feat: implement comprehensive type safety system with BrainyTypes API 2025-09-01 09:37:36 -07:00
unifiedCache.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
version.ts fix: implement automatic version detection from package.json 2025-08-28 16:58:35 -07:00
workerUtils.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00
writeBuffer.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligenceā„¢ 2025-08-26 12:32:21 -07:00