Skip to main content
spaCy is an open-source software library for advanced natural language processing, written in the programming languages Python and Cython.

Installation and setup

pip install spacy

Text splitter

from langchain_text_splitters import SpacyTextSplitter

Text embedding models

See a usage example
from langchain_community.embeddings.spacy_embeddings import SpacyEmbeddings

Connect these docs to Claude, VSCode, and more via MCP for real-time answers.