/** * SMI-4577: HNSW + EmbeddingService integration test. * * Asserts: * - `findSimilar` returns the same top-1 as the brute-force fallback * - recall@10 ≥ 0.95 across 50 query iterations * - the on-disk cache (`~/.skillsmith/cache/hnsw-{model}.bin`) is created * after first call * - deleting the cache forces a rebuild on the next call (no crash) * * Uses a temp `HOME` to keep the cache out of the user's real `~/.skillsmith/`. */ export {}; //# sourceMappingURL=hnsw-integration.test.d.ts.map