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!