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_splitter import SpacyTextSplitter
Text Embedding Modelsβ
See a usage example
from langchain.embeddings.spacy_embeddings import SpacyEmbeddings