Skip to content

Commit

Permalink
Mention telemetry in README (#378)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

---------

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
  • Loading branch information
danielchalef and ellipsis-dev[bot] authored Oct 4, 2024
1 parent 9016d00 commit e8cac50
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,16 @@ Yes - the Zep team and community contributors have built integrations with Zep,

Zep Community Edition relies on an external LLM API service to function. Any OpenAI-compatible LLM API is supported. Providers such as Anthropic can be used via a proxy such as LiteLLM. You will also need to configure LiteLLM with an embedding service.

## Does Zep collect telemetry?
In order to better understand how Zep is used, we can collect telemetry data. This is optional and can be disabled by modifying the `zep.yaml` config file as below.

We do not collect any PII or any of your data, other than the `org_name` you may optionally set in the `telemetry` config. We only collect anonymized data about how Zep is used.

```yaml
telemetry:
disabled: false
```
## Examples
### Python SDK
Expand Down

0 comments on commit e8cac50

Please sign in to comment.