Choose chunking overlap model selection for embeddings
Scanned 9/10/2026
Install to Claude Code
npx -y skills add LoopyLuci/Skills --skill embedding-strategies --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Embedding Strategies?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loopyluci-embedding-strategies)More formats (shields.io, HTML) on the badges page.
---
name: embedding-strategies
description: "Choose chunking overlap model selection for embeddings"
---
# Embedding Strategies
## Chunking
| Strategy | Chunk Size | Overlap | Use Case |
|----------|-----------|---------|----------|
| Fixed | 512 tokens | 50 | General |
| Sentence | By sentence | 1 sent | Q&A |
| Paragraph | By paragraph | 0 | Documents |
| Recursive | 1000 tokens | 200 | Code |
## Models
| Model | Dimensions | When to Use |
|-------|-----------|-------------|
| all-MiniLM-L6-v2 | 384 | Fast, general |
| text-embedding-3-small | 512 | OpenAI quality |
| BGE-base-en-v1.5 | 768 | Reranking |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!