mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[PR #618] [MERGED] Disable Chroma telemetry #107709
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?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/618
Author: @ghost
Created: 2/2/2024
Status: ✅ Merged
Merged: 2/3/2024
Merged by: @tjbck
Base:
main← Head:main📝 Commits (1)
6c1e69cDisable Chroma telemetry📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
backend/config.py(+1 -1)📄 Description
Chroma makes outbound connections to
app.posthog.comby default. This should prevent such connections. It's also possible to set an environment variableANONYMIZED_TELEMETRY=Falsewhich works with the Docker image. See https://docs.trychroma.com/telemetryThanks for this software! It's one of the best I've encountered.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.