Python
使用 LangChain Python 集成 Chroma。
Chroma 是一款用于构建基于嵌入的 AI 应用的数据库。
pip install langchain-chroma
from langchain_chroma import Chroma
from langchain_classic.retrievers import SelfQueryRetriever