mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
18 lines
895 B
Markdown
18 lines
895 B
Markdown
|
# Telemetry
|
||
|
|
||
|
We collect some high level, anonymized metadata about usage of Khoj and send it to Posthog. This includes:
|
||
|
- Client (Web, Emacs, Obsidian)
|
||
|
- API usage (Search, Chat)
|
||
|
- Configured content types (Github, Org, etc)
|
||
|
|
||
|
We don't send any personal information or any information about your content. We only send the above metadata, as well as some basic request metadata (e.g., host, referrer). This helps us prioritize feature development and understand how people are using Khoj. Don't just take our word for it -- you can see [the code here](https://github.com/khoj-ai/khoj/tree/master/src/telemetry).
|
||
|
|
||
|
## Disable Telemetry
|
||
|
|
||
|
You can opt out of telemetry at any time. To do so,
|
||
|
1. Open `~/.khoj/khoj.yml`
|
||
|
2. Set `should-log-telemetry` to `false`
|
||
|
3. Save the file and restart Khoj
|
||
|
|
||
|
If you have any questions or concerns, please reach out to us on [Discord](https://discord.gg/BDgyabRM6e).
|