Skip to content

Commit 24b092b

Browse files
committed
Fix embedding model size: ~560MB (was ~2.3GB and ~90MB)
1 parent cd2b8c4 commit 24b092b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Three mounts:
4343
| **Projects** | `/data/projects/` | Project directories to index (read-only, unless you use knowledge/tasks/skills — then remove `:ro`) |
4444
| **Models** | `/data/models/` | Embedding model cache — use a named volume so models persist across container restarts |
4545

46-
The embedding model (`Xenova/bge-m3`, ~2.3GB) is downloaded on first startup. Subsequent starts use the cached model from the volume.
46+
The embedding model (`Xenova/bge-m3`, ~560MB) is downloaded on first startup. Subsequent starts use the cached model from the volume.
4747

4848
### 3. Run with Docker Compose
4949

ui/src/content/help/guides/mcp-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ docker compose run --rm graph-memory index --config /data/config/graph-memory.ya
129129

130130
## Troubleshooting
131131

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`).
133133

134134
**Port already in use**: Change the port in `graph-memory.yaml` under `server.port`, or stop the existing process.
135135

0 commit comments

Comments
 (0)