mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-15 21:53:59 +03:00
5a306b15cb
This pull request updates the telemetry configuration in Quivr. The guide now includes instructions on how to deactivate or configure the telemetry service.
21 lines
741 B
Plaintext
21 lines
741 B
Plaintext
---
|
|
title: Telemetry
|
|
description: Learn how to configure telemetry in Quivr.
|
|
---
|
|
|
|
Quivr uses its own telemetry service to track user interactions and usage. This guide will show you to deactivate or configure the telemetry service in Quivr.
|
|
|
|
## Telemetry Configuration
|
|
|
|
To configure the telemetry service in Quivr, you need to configure the following environment variables in your `.env` file:
|
|
|
|
```bash
|
|
TELEMETRY_ENABLED=false
|
|
```
|
|
|
|
By default, the `TELEMETRY_ENABLED` variable is set to `true`. If you want to deactivate the telemetry service, you can set it to `false`.
|
|
|
|
We only collect data that is necessary for improving the user experience and the quality of the service. We do not collect any personal data or sensitive information.
|
|
|
|
|