brainy/src/utils
David Snelling 32e39ded53 fix: use fp32 models consistently everywhere to ensure compatibility
Changed default dtype from q8 to fp32 across all embedding implementations:
- embedding.ts: Default dtype changed to fp32
- worker-embedding.ts: Use fp32 for consistency
- universal-memory-manager.ts: Use fp32 for consistency
- lightweight-embedder.ts: Use fp32 for consistency
- hybridModelManager.ts: Use fp32 for all configurations

This ensures we use the exact same model (model.onnx) everywhere,
maintaining data compatibility and avoiding 404 errors for quantized models.
2025-08-29 10:23:23 -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
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 fix: use fp32 models consistently everywhere to ensure compatibility 2025-08-29 10:23:23 -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
hybridModelManager.ts fix: use fp32 models consistently everywhere to ensure compatibility 2025-08-29 10:23:23 -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
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
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