Update stale service IP references after VLAN 30 cutover

This commit is contained in:
Fizzlepoof
2026-05-22 20:36:12 +00:00
parent 9e6dde7695
commit 5f56fe75d8
43 changed files with 1789 additions and 2161 deletions

View File

@@ -36,7 +36,7 @@ _Last updated: 2026-05-18_
**What it does:** Two webhooks — `POST /rag/ingest` chunks + embeds text into Qdrant; `POST /rag/query` embeds query, searches Qdrant, asks LiteLLM, returns answer.
**Pre-test checklist:**
- [ ] `knowledge_base` collection exists in Qdrant (`GET http://10.5.1.6:6333/collections`)
- [ ] `knowledge_base` collection exists in Qdrant (`GET http://10.5.30.6:6333/collections`)
- [ ] `nomic-embed-text` model pulled in Ollama (`ollama list` on PD)
- [x] LiteLLM auth now reads `$env.LITELLM_API_KEY`; hardcoded key removed from repo artifacts