你可以使用Python的包管理工具pip来安装chromadb。打开你的命令行工具(如Terminal、CMD或PowerShell),然后输入以下命令: bash pip install chromadb 如果你使用的是Python 3,并且系统中同时存在Python 2和Python 3,你可能需要使用pip3来确保为Python 3安装包: bash pip3 install chromadb 验证安装: 安装完成后,...
App 2066 output: from langchain.vectorstores import Chroma App 2066 output: ImportError: App 2066 output: cannot import name 'Chroma' from 'langchain.vectorstores' (/home/aidesign/virtualenv/groundskeeper/3.7/lib/python3.7/site-packages/langchain/vectorstores/init.py) This error seems to still b...