安装Chroma模块
pip install chromadb
创建数据库存储目录
mkdir db_data
运行Chroma服务并指定路径
chroma run –path db_data
powered by kaifamiao