Ollama Setup
- Deploy
shell
oc apply -f ollama.yaml- Expose the service
shell
oc expose svc ollama- Expose the host
shell
export OLLAMA_HOST=$(echo "http://$(oc get route ollama -o jsonpath='{.spec.host}')")- Pull the embedded model
shell
ollama pull nomic-embed-text:latest