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

@ -732,7 +732,7 @@ export interface BrainyConfig {
hnsw?: {
quantization?: {
enabled?: boolean // default: false — current behavior exactly
bits?: 8 | 4 // default: 8 (SQ8). SQ4 requires brainy-cortex native.
bits?: 8 | 4 // default: 8 (SQ8). SQ4 requires cortex native.
rerankMultiplier?: number // default: 3 — over-retrieve 3x, rerank with float32
}
vectorStorage?: 'memory' | 'lazy' // default: 'memory' — 'lazy' evicts vectors after insert