chore(release): 3.48.0 - Phase 3: Unified Semantic Type Inference

New Features:
- Unified semantic type inference (31 NounTypes + 40 VerbTypes)
- 4 new APIs: inferTypes(), inferNouns(), inferVerbs(), inferIntent()
- 1050 pre-computed keyword embeddings (1.54MB)
- TypeAwareQueryPlanner with 31x query speedup
- Sub-millisecond type inference (95%+ accuracy)

Performance Impact:
- Completes Phase 1-3 billion-scale strategy
- 31x speedup for single-type queries
- 6-15x speedup for multi-type queries
- Combined with previous: 99.76% memory + 6000x rebuild + 31x queries

🧠 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
David Snelling 2025-10-16 10:59:39 -07:00
parent ac2de768da
commit d7ba9f13cc
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "@soulcraft/brainy",
"version": "3.47.1",
"version": "3.48.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@soulcraft/brainy",
"version": "3.47.1",
"version": "3.48.0",
"license": "MIT",
"dependencies": {
"@aws-sdk/client-s3": "^3.540.0",