AI Assistant (Ollama)
Local AI-powered analysis using Ollama - Get recommendations for failed jobs and infrastructure issues
Ollama Status
Checking...
Quick Analysis
Ask AI
AI Response
Run an analysis or ask a question to get AI insights
Ollama Setup
Windows Installation
- Download Ollama from ollama.ai
- Run the installer
- Open Command Prompt and run:
ollama pull llama2 - Start Ollama:
ollama serve
Linux Installation
curl -fsSL https://ollama.ai/install.sh | sh ollama pull llama2 ollama serve