Vector Search Two distinct vector-search paths live in this plugin. Pick the right one — they're not interchangeable. | Path | Tool family | Backing | Capacity | Latency | |------|-------------|---------|----------|---------| | Large-scale corpus | | HNSW (Rust/Native) | up to millions of vectors | 150×–12,500× faster than brute-force, depending on N and parameters | | Hot-path router | | WASM-backed router (v2.0.1) | 11 patterns max ( ) | sub-ms; designed for high-priority routing, not corpus search | The "12,500×" headline applies to the large-scale path. The WASM router is not that path. W…