From d7ba9f13cc013b536739c6db2dfb6fb8ce7b0605 Mon Sep 17 00:00:00 2001 From: David Snelling Date: Thu, 16 Oct 2025 10:59:39 -0700 Subject: [PATCH] chore(release): 3.48.0 - Phase 3: Unified Semantic Type Inference MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ffb09446..9f251185 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index c04df538..68bc10c7 100644 --- a/package.json +++ b/package.json @@ -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",