Skip to content

Commit c6587de

Browse files
authored
Update Ollama-instruction.md (#211)
Specify the correct steps to start DeepWiki with Ollma
1 parent e7f9e86 commit c6587de

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Ollama-instruction.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ PORT=8001
5151
OLLAMA_HOST=your_ollama_host # (default: http://localhost:11434)
5252
```
5353

54+
Configure the Local Embedder for Ollama:
55+
```
56+
cp api/config/embedder.ollama.json.bak api/config/embedder.json
57+
# overwrite api/config/embedder.json? (y/n [n]) y
58+
```
59+
5460
Start the backend:
5561
```bash
5662
pip install -r api/requirements.txt

0 commit comments

Comments
 (0)