LearnNewsExamplesServices
Frontmatter
id9715
titleDisable Memory Core Hybrid Engine Temporarily
stateClosed
labels
bugai
assigneestobiu
createdAtApr 5, 2026, 10:28 AM
updatedAtApr 5, 2026, 10:30 AM
githubUrlhttps://github.com/neomjs/neo/issues/9715
authortobiu
commentsCount1
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtApr 5, 2026, 10:30 AM

Disable Memory Core Hybrid Engine Temporarily

Closedbugai
tobiu
tobiu commented on Apr 5, 2026, 10:28 AM

The engine: 'both' hybrid configuration in memory-core/config.mjs was inadvertently triggering ollama serve process spawns aggressively during testing via SQLiteVectorManager, maxing out the CPU and failing memory insertions (dimension mismatch errors).

This ticket tracks temporarily reverting the config back to engine: 'chroma' until the local SQLite vector engine and dependency booting logic is further polished. Let's switch it back for stability.

tobiu added the bug label on Apr 5, 2026, 10:28 AM
tobiu added the ai label on Apr 5, 2026, 10:28 AM
tobiu referenced in commit 5d90ee0 - "fix(memory-core): Switch hybrid engine config back to chroma temporarily (#9715)" on Apr 5, 2026, 10:29 AM
tobiu assigned to @tobiu on Apr 5, 2026, 10:29 AM
tobiu
tobiu Apr 5, 2026, 10:29 AM

Switched back to engine: chroma inside memory-core/config.mjs to prevent sequential unit tests from auto-spawning zombie ollama serve processes and maxing out the CPU. Stabilized the build for now.

tobiu closed this issue on Apr 5, 2026, 10:30 AM