/** * SMI-4577: Seed a synthetic 14k-skill embedding fixture for the HNSW bench. * * Generates deterministic mock embeddings via `EmbeddingService` (with * `SKILLSMITH_USE_MOCK_EMBEDDINGS=true` for speed) and writes them to a * SQLite cache that the bench reads back without network/model load. * * Run via: `npm run bench:hnsw:seed --workspace=@skillsmith/core` * * The fixture is gitignored (see top-level `.gitignore`) so each environment * regenerates it on first bench run. CI invokes this as a `pretest` hook so * the bench can boot from a clean checkout. */ export {}; //# sourceMappingURL=seed-bench.d.ts.map