Skip to main content
Back to registry

grepai-ollama-setup

yoanbernabeu/grepai-skills

This skill covers installing and configuring Ollama as the local embedding provider for GrepAI. Ollama enables 100% private code search where your code never leaves your machine.

Installs223
Install command
npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-ollama-setup
Security audits
Gen Agent Trust HubFAIL
SocketPASS
SnykWARN
About this skill
This skill covers installing and configuring Ollama as the local embedding provider for GrepAI. Ollama enables 100% private code search where your code never leaves your machine. GrepAI requires an embedding model to convert code into vectors. Specifications: After installing Ollama, configure GrepAI to use it: This is the default configuration when you run grepai init , so no changes are needed if using nomic-embed-text . Embedding models load into RAM: Ollama uses CPU by default. For faster embeddings: ❌ Problem: connection refused to localhost:11434 ✅ Solution: Start Ollama: ❌ Problem: Model not found ✅ Solution: Pull the model first: ❌ Problem: Slow embedding generation ✅ Solution: ❌ Problem: Out of memory ✅ Solution: Use a smaller model or increase system RAM After successful setup: - Setting up GrepAI with local, private embeddings - Installing Ollama for the first time - Choosing and downloading embedding models - Troubleshooting Ollama connection issues - Download from ollama.com - Open the .dmg and drag to Applications - Launch Ollama from Applications - Download installer from ollama.com - Run the installer - Ollama starts automatically as a service - Dimensions: 768 - Size: ~274 MB - Performance: Excellent for code search - Language: English-optimized - nomic-embed-text : ~500 MB RAM - bge-m3 : ~1.5 GB RAM - mxbai-embed-large : ~1 GB RAM - macOS: Uses Metal (Apple...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does grepai-ollama-setup do?

This skill covers installing and configuring Ollama as the local embedding provider for GrepAI. Ollama enables 100% private code search where your code never leaves your machine.

Is grepai-ollama-setup good?

grepai-ollama-setup does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does grepai-ollama-setup work with?

grepai-ollama-setup currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to grepai-ollama-setup?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install grepai-ollama-setup?

npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-ollama-setup

Related skills

More from yoanbernabeu/grepai-skills

Related skills

Alternatives in Software Engineering