docs(8.0): remove unbacked Cortex '5.2x' perf claim + dangling /docs/cortex/comparison link
The installation guide asserted a '5.2x geometric mean speedup' linking a /docs/cortex/comparison page that does not exist (404) and has no backing benchmark — an unbacked performance claim shipping in the public package, against the evidence rule. Replaced with a qualitative native-acceleration statement (no number, no dead link) until a measured, reproducible open-core-vs-native comparison is published. Also dropped the dead 'cortex/comparison' next-link from PLUGINS.md frontmatter.
This commit is contained in:
parent
f986832d47
commit
33caa52c2d
2 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ template: guide
|
||||||
order: 4
|
order: 4
|
||||||
description: Replace any Brainy subsystem — distance functions, embeddings, vector index, metadata index, aggregation — with a custom implementation or optional native acceleration.
|
description: Replace any Brainy subsystem — distance functions, embeddings, vector index, metadata index, aggregation — with a custom implementation or optional native acceleration.
|
||||||
next:
|
next:
|
||||||
- cortex/comparison
|
|
||||||
- guides/storage-adapters
|
- guides/storage-adapters
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ const brain = new Brainy({ plugins: ['@soulcraft/cortex'] })
|
||||||
await brain.init() // native providers registered during init
|
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
|
## Server-only since 8.0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue