open-brainy/src/storage
David Snelling 38c28ae038 **feat(models): enhance loader reliability and compatibility**
- **Compatibility Enhancements**:
  - Added support to detect and inject missing `"format"` field in `model.json` files for TensorFlow.js compatibility.
  - Modified model loading logic to handle both `tfjs-graph-model` and `tfjs-layers-model` formats.

- **New Features**:
  - Introduced additional fallback paths for locating models to increase reliability in varying environments.
  - Added support for mock implementations of the Universal Sentence Encoder in test environments.

- **Bug Fixes**:
  - Fixed module loading resolution in `FileSystemStorage` with improved initialization and error handling for Node.js environments.
  - Resolved issues with test assertions to improve validation logic in core tests.

**Purpose**: Improve model loading reliability, expand compatibility with TensorFlow.js models, and enhance test environment support.
2025-08-01 18:31:37 -07:00
..
adapters **feat(models): enhance loader reliability and compatibility** 2025-08-01 18:31:37 -07:00
baseStorage.ts **feat(storage): implement multi-level cache manager with dynamic tuning** 2025-07-31 17:57:14 -07:00
cacheManager.ts **feat(docs): add comprehensive cache configuration guide and enhance adaptive tuning** 2025-08-01 11:47:34 -07:00
storageFactory.ts **feat(models): enhance loader reliability and compatibility** 2025-08-01 18:31:37 -07:00