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.
本站翻译于2026年5月3日,请放心食用🎉🎉🎉
Python
使用 LangChain Python 与 Chroma 集成。
Chroma 是一个用于构建基于嵌入向量的 AI 应用的数据库。
pip install langchain-chroma
from langchain_chroma import Chroma
from langchain_classic.retrievers import SelfQueryRetriever