feat: update plugin references from @soulcraft/brainy-cortex to @soulcraft/cortex

This commit is contained in:
David Snelling 2026-02-01 08:22:07 -08:00
parent b0439fbc26
commit 7f9d2a70a5
6 changed files with 9 additions and 8 deletions

View file

@ -117,7 +117,7 @@ export class EmbeddingManager {
try {
if (isBrowser()) {
console.warn('[brainy] Browser WASM embedding engine is deprecated and will be removed in v8.0. Use Node.js/Bun with native embeddings (@soulcraft/brainy-cortex) instead.')
console.warn('[brainy] Browser WASM embedding engine is deprecated and will be removed in v8.0. Use Node.js/Bun with native embeddings (@soulcraft/cortex) instead.')
}
// Initialize WASM engine (handles all model loading)
await this.engine.initialize()