Rebalance homelab AI routing around NOMAD-first inference

This commit is contained in:
Fizzlepoof
2026-06-13 23:54:56 +00:00
parent e19d4a5be3
commit 43b94813ca
7 changed files with 40 additions and 25 deletions

View File

@@ -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)