Skip to content

Commit 5d90ee0

Browse files
committed
fix(memory-core): Switch hybrid engine config back to chroma temporarily (#9715)
1 parent 848b114 commit 5d90ee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ai/mcp/server/memory-core/config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const defaultConfig = {
128128
* The target Storage Engine (Vector Database) to use.
129129
* Options: 'neo' (SQLite-Vec), 'chroma' (ChromaDB), or 'both'.
130130
*/
131-
engine: 'both',
131+
engine: 'chroma',
132132
/**
133133
* Configuration for the AI agent's persistent memory database.
134134
*/

0 commit comments

Comments
 (0)