LangGraph Platform is now part of LangSmith. Check out the LangSmith docs for more information.
OSS (v1-alpha)
LangChain and LangGraph
Chroma is a database for building AI applications with embeddings.
pip install langchain-chroma
from langchain_chroma import Chroma
from langchain.retrievers import SelfQueryRetriever
Was this page helpful?