Skip to main content

spaCy

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​

See a usage example.

from langchain_text_splitters import SpacyTextSplitter

API Reference:

Text Embedding Models​

See a usage example

from langchain_community.embeddings.spacy_embeddings import SpacyEmbeddings

API Reference:


Help us out by providing feedback on this documentation page: