From 1f213a2a7ac8e52c8b391f2f04ed35eb5432623b Mon Sep 17 00:00:00 2001 From: Ben Eggers <64657842+beggers@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:09:51 -0700 Subject: [PATCH] Update telemetry.md Update docs with new telemetry --- docs/telemetry.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/telemetry.md b/docs/telemetry.md index 216dcb7..59a8e9c 100644 --- a/docs/telemetry.md +++ b/docs/telemetry.md @@ -25,7 +25,12 @@ client = chromadb.Client(Settings(anonymized_telemetry=False)) We will only track usage details that help us make product decisions, specifically: - Chroma version and environment -- The Collection commands `add` or `delete`. We track the anonymized uuid of a collection as well as the number of items added or deleted. +- Collection commands. We track the anonymized uuid of a collection as well as the number of items. + - `add` + - `update` + - `query` + - `get` + - `delete` We **do not** collect personally-identifiable or sensitive information, such as: usernames, hostnames, file names, environment variables, or hostnames of systems being tested.