Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,21 @@ The default namespaces cannot be deleted.
index.delete_namespace(namespace="ns")
```

## Telemetry

This library sends anonymous telemetry data to help us improve your experience.
We collect the following:

- SDK version
- Platform (Vercel, AWS)
- Python Runtime version

You can opt out by passing `allow_telemetry=False` when initializing the Redis client:

```py
idx = Index("INDEX_URL", "INDEX_TOKEN", allow_telemetry=False)
```

# Contributing

## Preparing the environment
Expand Down
Loading