Install and configure spaCy with optimal model selection
/plugin marketplace add SpillwaveSolutions/spacy-nlp-agentic-skill/plugin install spacy-nlp@spacy-nlp-agentic-skillInstall and configure spaCy for your NLP project.
/spacy-setup # Install with small model
/spacy-setup --model lg # Install large model
/spacy-setup --model trf --gpu # Transformer with GPU
| Model | Size | Speed | Use Case |
|---|---|---|---|
sm | 12 MB | Fastest | Prototyping |
md | 40 MB | Fast | General use + vectors |
lg | 560 MB | Fast | Similarity tasks |
trf | 438 MB | Slow | Max accuracy (GPU) |