What problem does it solve? Setting up local embeddings for GrepAI semantic code search requires choosing a model, running an OpenAI-compatible server, and writing correct configuration, which is error-prone when done manually. This Skill walks through configuring LM Studio as the embedding provider so GrepAI can index and search code with fully local, private embeddings. ## Core Features & Use Cases - Step-by-step LM Studio setup: Covers downloading the app, pulling embedding models, and starting the local server on port 1234. - Ready-made GrepAI configurations: Provides YAML snippets for nomic-embed-text-v1.5, bge-small-en-v1.5, and bge-large-en-v1.5 with correct dimensions and endpoints. - Troubleshooting and comparison guidance: Addresses connection failures, missing models, slow embeddings, and compares LM Studio against Ollama for background-service reliability. - Use Case: A developer wants semantic code search over a private repository without sending code to a cloud API. They use this Skill to run nomic-embed-text-v1.5 in LM Studio and point GrepAI at http://localhost:1234. ## Quick Start Ask the assistant to configure GrepAI to use LM Studio with the nomic-embed-text-v1.5 model as its embedding provider.