fix: suppress misleading 'Using Q8 WASM' log when Cortex native is active

EmbeddingManager constructor logged 'Using Q8 precision (WASM)' before
plugins had a chance to register a native embedder. Deferred logging to
init() so the startup message reflects the actual embedding engine.
This commit is contained in:
David Snelling 2026-03-22 14:53:48 -07:00
parent 973b6aaa39
commit 60a0f1051f
3 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@soulcraft/brainy",
"version": "7.19.11",
"version": "7.19.12",
"description": "Universal Knowledge Protocol™ - World's first Triple Intelligence database unifying vector, graph, and document search in one API. Stage 3 CANONICAL: 42 nouns × 127 verbs covering 96-97% of all human knowledge.",
"main": "dist/index.js",
"module": "dist/index.js",