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

View file

@ -1,6 +1,6 @@
{
"name": "@soulcraft/brainy",
"version": "3.47.1",
"version": "3.48.0",
"description": "Universal Knowledge Protocol™ - World's first Triple Intelligence database unifying vector, graph, and document search in one API. 31 nouns × 40 verbs for infinite expressiveness.",
"main": "dist/index.js",
"module": "dist/index.js",