brainy/src/storage
David Snelling ba890170bf fix(core): resolve TypeScript compilation errors and test failures
- Add missing 'level' property to HNSWNoun objects in storage adapters
- Fix HNSWVerb type compatibility in CacheManager imports
- Clear statistics cache when clearing storage to prevent stale data
- Update test expectations to match actual HNSW index behavior (includes both nouns and verbs)
- Add StatisticsCollector utility for enhanced metrics tracking
- Improve statistics comparison in tests to handle volatile fields
2025-08-04 20:00:38 -07:00
..
adapters fix(core): resolve TypeScript compilation errors and test failures 2025-08-04 20:00:38 -07:00
baseStorage.ts feat: refactor verb storage to use HNSWVerb for improved performance 2025-08-03 10:47:47 -07:00
cacheManager.ts fix(core): resolve TypeScript compilation errors and test failures 2025-08-04 20:00:38 -07:00
enhancedCacheManager.ts feat(hnsw): implement comprehensive large-scale search optimizations 2025-08-03 16:41:11 -07:00
readOnlyOptimizations.ts fix(types): add explicit ArrayBuffer type assertions for compression 2025-08-03 16:56:09 -07:00
storageFactory.ts **feat(models): enhance loader reliability and compatibility** 2025-08-01 18:31:37 -07:00