Skip to content

Commit a81534f

Browse files
committed
Update README.md
1 parent f25ce29 commit a81534f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,17 @@ This gets you from zero to “search works” in under five minutes.
3737
- make (optional but recommended)
3838
- Node/npm if you want to use mcp-remote (optional)
3939

40-
2) One command (recommended)
40+
2) command (recommended)
4141
```bash
4242
# Provisions tokenizer.json, downloads a tiny llama.cpp model, reindexes, and brings all services up
4343
INDEX_MICRO_CHUNKS=1 MAX_MICRO_CHUNKS_PER_FILE=200 make reset-dev-dual
4444
```
45-
- Default ports: Memory MCP :8000, Indexer MCP :8001, Qdrant :6333, llama.cpp :8080
45+
```bash
46+
# Provisions the context-engine for rapid development,
47+
HOST_INDEX_PATH=. COLLECTION_NAME=codebase docker compose run --rm indexer --root /work --recreate --no-skip-unchanged
48+
```
49+
50+
- Default ports: Memory MCP :8000, Indexer MCP :8001, 8003, Qdrant :6333, llama.cpp :8080
4651

4752
**Seamless Setup Note:**
4853
- The stack uses a **single unified `codebase` collection** by default

0 commit comments

Comments
 (0)