fix: seed embedding cache for atomic reindex

This commit is contained in:
Peter Steinberger
2026-01-18 09:28:42 +00:00
parent a3a4996adb
commit 676d41d415
4 changed files with 66 additions and 6 deletions

View File

@@ -66,6 +66,7 @@ describe("memory manager atomic reindex", () => {
provider: "openai",
model: "mock-embed",
store: { path: indexPath },
cache: { enabled: false },
sync: { watch: false, onSessionStart: false, onSearch: false },
},
},