You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ui/src/content/help/guides/mcp-setup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ docker compose run --rm graph-memory index --config /data/config/graph-memory.ya
129
129
130
130
## Troubleshooting
131
131
132
-
**Model loading is slow on first start**: The embedding model (~90MB) is downloaded on first use. Subsequent starts use the cached model from `~/.graph-memory/models/` (or the configured `modelsDir`).
132
+
**Model loading is slow on first start**: The embedding model (`Xenova/bge-m3`, ~560MB) is downloaded on first use. Subsequent starts use the cached model from `~/.graph-memory/models/` (or the configured `modelsDir`).
133
133
134
134
**Port already in use**: Change the port in `graph-memory.yaml` under `server.port`, or stop the existing process.
0 commit comments