Skip to content
Automation
Skill

/rag-embedding-generation

Batch embedding generation with caching, rate limiting, and multiple provider support

From plugin
babysitter
1.8k200 skills3 agents21 commands1 MCP
Install
$ npx -y skills add a5c-ai/babysitter --skill rag-embedding-generation --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/rag-embedding-generation

Context preview

The summary Claude sees to decide when to auto-load this skill.

Batch embedding generation with caching, rate limiting, and multiple provider support

SKILL.md

rag-embedding-generation.SKILL.md
name: rag-embedding-generation
description: Batch embedding generation with caching, rate limiting, and multiple provider support
allowed-tools:
  - Read
  - Write
  - Edit
  - Bash
  - Glob
  - Grep
graph:
  domains: [domain:software-engineering]
  specializations: [specialization:ai-agents-conversational]
  skillAreas: [skill-area:retrieval-augmented-generation, skill-area:feature-engineering]
  roles: [role:ml-engineer, role:backend-engineer]
  workflows: [workflow:ml-model-lifecycle, workflow:feature-development]

RAG Embedding Generation Skill

Capabilities

  • Generate embeddings with multiple providers
  • Implement batch processing for large datasets
  • Configure caching for embedding reuse
  • Handle rate limiting and retries
  • Support various embedding models
  • Implement embedding quality validation

Target Processes

  • rag-pipeline-implementation
  • vector-database-setup

Implementation Details

Embedding Providers

1. **OpenAI Embeddings**: text-embedding-ada-002, text-embedding-3-* 2. **HuggingFace**: sentence-transformers models 3. **Cohere**: embed-v3 models 4. **Voyage AI**: voyage-2 models 5. **Local Models**: GGUF/ONNX embedding models

Configuration Options

  • Model selection and parameters
  • Batch size optimization
  • Cache backend configuration
  • Rate limit settings
  • Retry policies
  • Dimensionality settings

Best Practices

  • Use appropriate model for domain
  • Implement caching for cost reduction
  • Monitor embedding quality
  • Handle API errors gracefully

Dependencies

  • langchain-openai / langchain-huggingface
  • numpy
  • Caching backend (Redis, SQLite)
Read more
Ships withbabysitter

Enforce obedience on agentic workforces. Manage extremely complex workflows through deterministic, hallucination-free self-orchestration.

Get the whole plugin

Other skills on babysitter.