Our new LangChain Academy Course Deep Research with LangGraph is now live! Enroll for free.
OSS (v1-alpha)
LangChain and LangGraph
spaCy is an open-source software library for advanced natural language processing, written in the programming languages Python and Cython.
pip install spacy
from langchain_text_splitters import SpacyTextSplitter
from langchain_community.embeddings.spacy_embeddings import SpacyEmbeddings