Richard Simmons
Richard Simmons
pip3 install --upgrade chromadb Requirement already satisfied: chromadb in /Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-packages (0.3.23) Collecting chromadb Downloading chromadb-1.3.4-cp39-abi3-macosx_11_0_arm64.whl.metadata (7.2 kB) Collecting build>=1.0.3 (from chromadb) Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB) Requirement already satisfied: pydantic>=1.9...
% pip3 install chromadb==1.3.4 Collecting chromadb==1.3.4 Using cached chromadb-1.3.4-cp39-abi3-macosx_11_0_arm64.whl.metadata (7.2 kB) Collecting build>=1.0.3 (from chromadb==1.3.4) Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB) Requirement already satisfied: pydantic>=1.9 in /Library/Frameworks/Python.framework/Versions/3.14/lib/python3.14/site-packages (from chromadb==1.3.4) (2.12.3) Collecting...