Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit a4fd57d

Browse files
authored
Update telemetry.md
1 parent 0688bd1 commit a4fd57d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/telemetry.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ client = chromadb.Client(Settings(anonymized_telemetry=False))
2525
We will only track usage details that help us make product decisions, specifically:
2626

2727
- Chroma version and environment
28-
- Collection commands. We track the anonymized uuid of a collection as well as the number of items.
28+
- Usage of embedding functions that ship with Chroma and and aggregated usage of custom embeddings (we collect no information about the custom embeddings themselves)
29+
- Collection commands. We track the anonymized uuid of a collection as well as the number of items
2930
- `add`
3031
- `update`
3132
- `query`

0 commit comments

Comments
 (0)