Does any data get sent back or stored at/in langchain servers? #7698
-
Hi all, we are using a private azure OpenAi resource as our LLM model as our data is confidential and should not be compromised. Does LangChain ever send data back to LangChain itself (for training purposes or logging ect). Looking online there are some sources that say it does and some say it doesn't. I was hoping you guys could help me with clarifications for this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Langchain is an open source library, it doesn't have servers to send data to. You can use langchain to send data to APIs like AzureOpenAI, but it's your responsibility to make those decisions. |
Beta Was this translation helpful? Give feedback.
Langchain is an open source library, it doesn't have servers to send data to. You can use langchain to send data to APIs like AzureOpenAI, but it's your responsibility to make those decisions.