Replies: 2 comments 1 reply
-
What telemetry data are you concerned about specifically? Are you seeing any information besides information about langchain version etc? Could you include a few references of things you find concerning? |
Beta Was this translation helpful? Give feedback.
1 reply
-
@Yanni8 This solution works for me, I am not seeing any more Telemetry calls.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
Some third-party integrations (for example, ChromaDB) collect telemetry data.
It is always annoying to search for all third-party libraries that langchain uses and see if they collect any data or not.
It would be great to have an environment variable that could disable all telemetry data at once (probably not possible but would be nice). Or alternatively, there a page in the documentation where all third-party integrations are listed that collect telemetry data with an tutorial on how to disable data collection.
Motivation
It would be nice to have the possibility of easily finding out which library collects data. This would have two benefits. It would save the developer a lot of time, and it would minimize the risk of missing a library and accidentally sending data to them.
It would even be better if there would be a simple functionality that gives the user the possibility to easily disable all data collection in all thirt party libraries.
Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions