history_setup_ollama_direct
Install Ollama directly on macOS without Homebrew or sudo, pull an embedding model, and start the server for vector-based search.
Instructions
Install Ollama via direct download (macOS).
Downloads from ollama.com to ~/Applications. PROS: No Homebrew needed, no sudo required, fully headless. CONS: Manual PATH setup, no auto-updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model to pull (default: nomic-embed-text) | nomic-embed-text |
| install | No | Download and install Ollama to ~/Applications (no sudo needed) | |
| pull_model | No | Pull the embedding model (nomic-embed-text) | |
| start_service | No | Start Ollama server (ollama serve) in background |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||