You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: disable ChromaDB telemetry to suppress posthog spam (#458)
ChromaDB 0.6.3 with recent posthog versions floods stderr with
"Failed to send telemetry event" on every operation. This adds
Settings(anonymized_telemetry=False) via a shared CHROMA_SETTINGS
constant in backends/chroma.py, used by all PersistentClient
construction sites across the codebase.
Closes#458
0 commit comments