Rebalance homelab AI routing around NOMAD-first inference
This commit is contained in:
@@ -171,10 +171,16 @@ curl -X PUT http://10.5.30.6:6333/collections/knowledge_base \
|
||||
|
||||
(768 dimensions matches `nomic-embed-text`. If you use a different embedding model, adjust the size.)
|
||||
|
||||
### Pull nomic-embed-text into Ollama (required for workflows 02, 05, 08)
|
||||
### Pull `nomic-embed-text` into the Ollama host backing these workflows (required for workflows 02, 05, 08)
|
||||
|
||||
For N.O.M.A.D.-local workflows / Honcho-style routing:
|
||||
```bash
|
||||
curl http://10.5.30.6:11434/api/pull -d '{"name": "nomic-embed-text"}'
|
||||
curl http://127.0.0.1:11434/api/pull -d '{"name": "nomic-embed-text:v1.5"}'
|
||||
```
|
||||
|
||||
For PD-hosted shared workflows, use the PD endpoint explicitly instead:
|
||||
```bash
|
||||
curl http://10.5.30.6:11434/api/pull -d '{"name": "nomic-embed-text:latest"}'
|
||||
```
|
||||
|
||||
### Paperless Webhook (required for workflows 03, 05, 17, and 19)
|
||||
|
||||
Reference in New Issue
Block a user