Does Langchain run locally?

Hi everyone, I am getting started with langchain (python). My use case involves medical data and thus it cannot be uploaded to any thirty party server. Currently we have an agreement with OpenAI and thus we are fine calling OpenAI’s models to process our data. My question is, when I use langchain on my local machine, apart from from calling proprietary LLM’s and thus passing data to their servers, does everything else on langchain run locally, i.e. my data goes nowhere apart from the third party LLMs?

Any help in this regard would be greatly appreciated!

Correct, LangChain does not collect any telemetry unless you explicitly enable LangSmith tracing.

Thanks for the reply! Since a lot of components of langchain are built on top of langgraph, I am assuming it would be the same for LangGraph, i.e. LangGraph does not collect any telemetry data either?

Correct