AI AGENT ADDONS

Grepai Embeddings Ollama

yoanbernabeu/grepai-skills

Set up private and free code search with GrepAI and Ollama. Your code never leaves your machine. There are no API costs or usage limits. This gives you fast, local, and offline embeddings.

You can choose from several Ollama models. Each model offers different size, speed, and quality. For most codebases, nomic-embed-text works great. For multilingual projects, use nomic-embed-text-v2-moe. For maximum accuracy, pick mxbai-embed-large. You can also tune memory and use GPU acceleration.

Getting started is simple. Install Ollama, download a model, and add a configuration file. Then GrepAI uses your local embeddings for lightning-fast code search.

Add Grepai Embeddings Ollama skill to your workflow

Global

mkdir -p ~/.claude/skills/grepai-embeddings-ollama

Project

mkdir -p .claude/skills/grepai-embeddings-ollama

Source Repository

Stars
17
Forks
2
Watchers
17
License
MIT
Last Push
5 months ago
Created
5 months ago