brainy/brainy-models-package/models/universal-sentence-encoder
David Snelling 672be32bea **feat: add scripts to reproduce and test race conditions, write-only mode, and indexing issues**
- **New Scripts**:
  - Created `reproduce_race_condition.cjs` to demonstrate and debug race condition issues in `Brainy`. This includes:
    - Scenarios where verbs arrive before nouns.
    - Testing indexing delays and streaming simulations.
    - Evaluation of the `autoCreateMissingNouns` feature.
  - Added `reproduce_writeonly_issue.js` to reproduce and verify issues with write-only mode:
    - Ensures add operations succeed while search operations give appropriate errors.
    - Handles placeholder nouns and validates their replacement with real data.
  - Developed `test_race_condition_fixes.cjs` to verify the implemented fixes:
    - Covers scenarios for `writeOnlyMode`, fallback storage lookups, and missing noun auto-creation.

- **Documentation Updates**:
  - Added `
2025-08-02 15:09:14 -07:00
..
group1-shard1of7 **feat(models): add pre-bundled Universal Sentence Encoder for offline use** 2025-08-01 16:22:58 -07:00
group1-shard2of7 **feat(models): add pre-bundled Universal Sentence Encoder for offline use** 2025-08-01 16:22:58 -07:00
group1-shard3of7 **feat(models): add pre-bundled Universal Sentence Encoder for offline use** 2025-08-01 16:22:58 -07:00
group1-shard4of7 **feat(models): add pre-bundled Universal Sentence Encoder for offline use** 2025-08-01 16:22:58 -07:00
group1-shard5of7 **feat(models): add pre-bundled Universal Sentence Encoder for offline use** 2025-08-01 16:22:58 -07:00
group1-shard6of7 **feat(models): add pre-bundled Universal Sentence Encoder for offline use** 2025-08-01 16:22:58 -07:00
group1-shard7of7 **feat(models): add pre-bundled Universal Sentence Encoder for offline use** 2025-08-01 16:22:58 -07:00
metadata.json **feat: add scripts to reproduce and test race conditions, write-only mode, and indexing issues** 2025-08-02 15:09:14 -07:00
model.json **feat(brainy-models): enhance workflows, update README, and improve model compatibility** 2025-08-01 17:33:13 -07:00