update readme

resolves #5519
This commit is contained in:
Timothy Carambat
2026-04-24 13:34:46 -07:00
parent 680d38a3ce
commit f19beb90ee

View File

@@ -220,6 +220,16 @@ We take privacy very seriously, and we hope you understand that we want to learn
[View all telemetry events in source code](https://github.com/search?q=repo%3AMintplex-Labs%2Fanything-llm%20.sendTelemetry(&type=code)
### Other outbound connections
If you disable telemetry, you would still see outbound connections to the following services:
- If using an external tool, LLM, Embedding models, or Vector databases, you will still see outbound connections to the respective service provider.
- `cdn.anythingllm.com` for pulling models from our mirror CDN. This is not tracked by telemetry and is actually useful for those in VPN restricted regions.
- `github/githubusercontent.com` There are some various flat files that are downloaded from these domains for context window caching.
Basically, if telemetry is disabled we don't collect anything. However, depending on your setup you may still see outbound connections and would be subject to the terms of service of the respective service provider.
</details>
## 👋 Contributing