79827682

Date: 2025-11-23 04:12:47
Score: 1
Natty:
Report link

chromadb uses older pydantic version. Try downgrading the version

pip uninstall pydantic-settings
pip install "pydantic<2" --force-reinstall.

I had to downgrade my chromadb version as well because of ConfigError: unable to infer type for attribute "clickhouse_host"

uv pip install "chromadb==0.3.21"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Tripurashree Manjunatha