Sub-skill of semantic-search-setup: Model Selection.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill model-selection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Model Selection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-model-selection)More formats (shields.io, HTML) on the badges page.
---
name: semantic-search-setup-model-selection
description: 'Sub-skill of semantic-search-setup: Model Selection.'
version: 1.1.0
category: data
type: reference
scripts_exempt: true
---
# Model Selection
## Model Selection
| Model | Dimensions | Speed | Quality | Use Case |
|-------|------------|-------|---------|----------|
| `all-MiniLM-L6-v2` | 384 | Fast | Good | General purpose |
| `all-mpnet-base-v2` | 768 | Medium | Better | Higher accuracy |
| `bge-small-en-v1.5` | 384 | Fast | Good | Multilingual |
| `text-embedding-3-small` | 1536 | API | Excellent | Production (OpenAI) |
**Recommended:** `all-MiniLM-L6-v2` for local CPU processing.
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!