LangGraph Platform is now part of LangSmith. Check out the LangSmith docs for more information.
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?