We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848b114 commit 5d90ee0Copy full SHA for 5d90ee0
1 file changed
ai/mcp/server/memory-core/config.mjs
@@ -128,7 +128,7 @@ const defaultConfig = {
128
* The target Storage Engine (Vector Database) to use.
129
* Options: 'neo' (SQLite-Vec), 'chroma' (ChromaDB), or 'both'.
130
*/
131
- engine: 'both',
+ engine: 'chroma',
132
/**
133
* Configuration for the AI agent's persistent memory database.
134
0 commit comments