This repository has been archived on 2026-09-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
open-brainy/src/storage/adapters
David Snelling d71b939234 **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
..
baseStorageAdapter.ts **feat(search): enhance JSON document search with field-level filtering and prioritization** 2025-08-01 08:27:39 -07:00
fileSystemStorage.ts **feat(models): enhance loader reliability and compatibility** 2025-08-01 18:31:37 -07:00
memoryStorage.ts **feat(storage): add pagination and filtering support for nouns and verbs** 2025-07-31 13:13:15 -07:00
opfsStorage.ts **refactor: improve FileSystemStorage compatibility and remove outdated test** 2025-07-30 11:25:36 -07:00
s3CompatibleStorage.ts **feat(storage): implement multi-level cache manager with dynamic tuning** 2025-07-31 17:57:14 -07:00