What problem does it solve? Setting up private, local embedding generation for GrepAI requires installing Ollama, choosing the right embedding model, and wiring the correct configuration, which involves platform-specific steps and common pitfalls like connection failures and missing models. ## Core Features & Use Cases - Cross-platform Ollama installation: Step-by-step install instructions for macOS (Homebrew or DMG), Linux (one-line installer), and Windows. - Embedding model selection: Guidance on downloading and comparing models such as nomic-embed-text, bge-m3, and mxbai-embed-large with dimension and size trade-offs. - Verification and troubleshooting: Commands to test the Ollama API, generate a sample embedding, and resolve issues like connection refused, missing models, and out-of-memory errors. - Use Case: You want semantic code search with GrepAI without sending code to a cloud API. Follow this Skill to install Ollama, pull nomic-embed-text, and point GrepAI's config at the local endpoint. ## Quick Start Set up Ollama with the nomic-embed-text embedding model and configure GrepAI to use local embeddings.