embedder-config

Manage embedding provider and model configurations for the grepai tool.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/jugrajsingh/skillgarden --skill embedder-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: embedder-config
Source: https://github.com/jugrajsingh/skillgarden/tree/main/plugins/grepai/skills/embedder-config
Command: npx skills add https://github.com/jugrajsingh/skillgarden --skill embedder-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of embedding providers and models for the grepai tool, ensuring efficient and accurate semantic search and data processing.

Core Features & Use Cases

  • View Configuration: Easily check the current embedding provider, model, dimensions, and endpoint.
  • Change Model/Provider: Switch between different embedding models (e.g., Ollama, OpenAI) or providers with guided prompts.
  • Troubleshoot Issues: Diagnose and resolve common problems related to connectivity, model availability, and configuration mismatches.
  • Re-indexing: Automatically handles the critical step of re-indexing data when embedding configurations change.

Quick Start

View the current grepai embedder configuration.

Frequently Asked Questions about embedder-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I change embedding models in grepai from OpenAI to Ollama?

To change embedding models in grepai, use guided prompts to switch your active provider from OpenAI to Ollama, LM Studio, or other supported services, which automatically triggers data re-indexing to align with the new configuration.

Why does grepai require re-indexing after updating embedding configurations?

grepai requires re-indexing after updating embedding configurations because semantic search relies on vector dimensions generated by the specific provider, meaning existing data must be reprocessed to match the newly selected model's embedding format.

How do I troubleshoot embedding configuration mismatches and connectivity issues in grepai?

To troubleshoot embedding configuration mismatches and connectivity issues in grepai, use the built-in diagnostic features to check provider endpoint availability, verify model names, and resolve mismatches between configured dimensions and active local or workspace environments.

Does grepai support local embedding providers like LM Studio and Ollama?

Yes, grepai supports local embedding providers like LM Studio and Ollama alongside OpenAI, allowing you to configure local and workspace modes to manage your semantic search embeddings without relying solely on external API endpoints.

What is the best way to view current grepai embedder settings?

The best way to view current grepai embedder settings is to run a configuration check that displays the active embedding provider, model name, vector dimensions, and endpoint URL for your local or workspace environment.