π Share how you're building agents for a chance to win LangChain swag!
Python
Chroma is a database for building AI applications with embeddings.
pip install langchain-chroma
from langchain_chroma import Chroma
from langchain_classic.retrievers import SelfQueryRetriever
Was this page helpful?