Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
Python
使用 LangChain Python 与 Chroma 集成。
Chroma 是一个使用向量嵌入构建 AI 应用的数据库。
pip install langchain-chroma
uv add langchain-chroma
from langchain_chroma import Chroma
from langchain_classic.retrievers import SelfQueryRetriever