diff --git a/docs/PLUGINS.md b/docs/PLUGINS.md index 544eb7a8..8e82b646 100644 --- a/docs/PLUGINS.md +++ b/docs/PLUGINS.md @@ -7,7 +7,6 @@ template: guide order: 4 description: Replace any Brainy subsystem — distance functions, embeddings, vector index, metadata index, aggregation — with a custom implementation or optional native acceleration. next: - - cortex/comparison - guides/storage-adapters --- diff --git a/docs/guides/installation.md b/docs/guides/installation.md index d574cebc..e1bfb2b6 100644 --- a/docs/guides/installation.md +++ b/docs/guides/installation.md @@ -58,7 +58,7 @@ const brain = new Brainy({ plugins: ['@soulcraft/cortex'] }) await brain.init() // native providers registered during init ``` -Cortex delivers a **5.2x geometric mean speedup** — see [Brainy vs Cortex](/docs/cortex/comparison) for measured benchmarks. +Cortex registers native (Rust/SIMD) vector, metadata, and graph engines behind the same Brainy `find()` API — no code changes, an optional dependency for production-scale workloads. ## Server-only since 8.0