history_setup_ollama
Install Ollama via Homebrew on macOS, pull the embedding model, and start the service to enable vector embeddings for hybrid search in conversation history.
Instructions
Install Ollama via Homebrew (macOS).
Requires Homebrew pre-installed. Uses 'brew install' and 'brew services'. PROS: Auto-updates, pre-built binaries, managed service. CONS: Requires Homebrew, may prompt for sudo on first install.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model to pull (default: nomic-embed-text) | nomic-embed-text |
| install | No | Install Ollama via Homebrew (requires Homebrew) | |
| pull_model | No | Pull the embedding model (nomic-embed-text) | |
| start_service | No | Start Ollama as a background service via brew services |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||