mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-11 10:34:13 -05:00
[GH-ISSUE #15613] issue: Chromadb attempting to send posthog telemetry #17617
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KodeMunkie on GitHub (Jul 9, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15613
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.15
Ollama Version (if applicable)
No response
Operating System
Linux Mint 22.1
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
OpenWebUI's chromadb should not send telemetry, or attempt to send telemetry.
Actual Behavior
Unknown what has caused this - the only chromadb specific line I see is the following, but I have attached a screenshot with further context below. Nb. I'm not comfortable providing all logs.
2025-07-09 19:02:57.367 | ERROR | chromadb.telemetry.product.posthog:_direct_capture:61 - Failed to send telemetry event ClientCreateCollectionEvent: capture() takes 1 positional argument but 3 were given - {}
Steps to Reproduce
Apologies, as stated I have no idea how this was produced (I just noticed it a few days in the openwebui log after it occurred), however I do know to disable the telemetry in Chromadb a flag must be set to opt out, please see https://docs.trychroma.com/docs/overview/telemetry.
Please can you ensure you set this flag to resolve this issue?
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Jul 10, 2025):
Please check our
dockerfile.ANONYMIZED_TELEMETRY=falseis being set by default, and chromadb should honour the env var.