embedding-strategies

embedding strategies

wshobson ↓ 8.9k
Claude Code
View source ↗

What it does

  • Choosing embedding models for RAG
  • Optimizing chunking strategies
  • Fine-tuning embeddings for domains
  • Comparing embedding model performance
  • Reducing embedding dimensions
  • Handling multilingual content
  • Match model to use case: Code vs prose vs multilingual

Requirements & configuration

  • Full template library and detailed worked examples live in references/details.md. Read that file when you need the concrete templates.
  • Don't ignore token limits: Truncation loses information

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

embedding strategies

Source

Repository: https://github.com/wshobson/agents

embedding-strategies FAQ

What does the embedding-strategies skill do?

Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains. Choosing embedding models for RAG Optimizing chunking strategies

What does embedding-strategies require?

Full template library and detailed worked examples live in references/details.md. Read that file when you need the concrete templates. Don't ignore token limits: Truncation loses information

How do I install embedding-strategies?

Run: npx -y skills add https://github.com/wshobson/agents --skill embedding-strategies --agent claude-code — the source lives at github.com/wshobson/agents.

Maintain embedding-strategies?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

embedding-strategies on getagentictools
[![embedding-strategies on getagentictools](https://getagentictools.com/badge/skills/wshobson-agents-embedding-strategies.svg)](https://getagentictools.com/skills/wshobson-agents-embedding-strategies?ref=badge)
npx agentictools info skills/wshobson-agents-embedding-strategies

The second line is the CLI lookup for this page — handy in READMEs and docs.