feat: update plugin references from @soulcraft/brainy-cortex to @soulcraft/cortex
This commit is contained in:
parent
b0439fbc26
commit
7f9d2a70a5
6 changed files with 9 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue