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

4
package-lock.json generated
View file

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