chore: disable chroma telemetry

posthog adds some latency
This commit is contained in:
Greyson Lalonde
2026-01-25 01:31:03 -05:00
parent 0f3208197f
commit 70b7f73c78

View File

@@ -41,6 +41,7 @@ def _default_settings() -> Settings:
persist_directory=DEFAULT_STORAGE_PATH,
allow_reset=True,
is_persistent=True,
anonymized_telemetry=False,
)