- **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 `
12 lines
No EOL
458 B
JSON
12 lines
No EOL
458 B
JSON
{
|
|
"name": "universal-sentence-encoder",
|
|
"version": "1.0.0",
|
|
"description": "Complete Universal Sentence Encoder model bundled for offline use",
|
|
"dimensions": 512,
|
|
"downloadDate": "2025-08-02T21:42:25.604Z",
|
|
"source": "tensorflow-models/universal-sentence-encoder",
|
|
"approach": "full-bundle",
|
|
"modelUrl": "https://storage.googleapis.com/tfjs-models/savedmodel/universal_sentence_encoder",
|
|
"bundledLocally": true,
|
|
"reliability": "maximum"
|
|
} |