brainy/src/storage/adapters
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
..
baseStorageAdapter.ts feat: add verb and noun metadata handling in storage adapters 2025-08-03 10:47:55 -07:00
batchS3Operations.ts fix(build): resolve TypeScript compilation errors in optimization modules 2025-08-03 16:51:20 -07:00
fileSystemStorage.ts fix(core): resolve TypeScript compilation errors and test failures 2025-08-04 20:00:38 -07:00
memoryStorage.ts fix(core): resolve TypeScript compilation errors and test failures 2025-08-04 20:00:38 -07:00
opfsStorage.ts fix(core): resolve TypeScript compilation errors and test failures 2025-08-04 20:00:38 -07:00
s3CompatibleStorage.ts fix(core): resolve TypeScript compilation errors and test failures 2025-08-04 20:00:38 -07:00