mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-27 01:41:19 -04:00
DOC: <Issue related to /reference/cloud_architecture_and_scalability> #67
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @klemensgraf on GitHub (Apr 28, 2025).
I've added all the EU region IP addresses to my loadbalancer for allowed source IPs. But it cannot connect to my Vectorstore. If I remove IP restriction on my LB it works flawlessly. It worked with the IP restrictions until a week or little more ago.
Were there any changes of the NAT IPs?
@hinthornw commented on GitHub (Apr 28, 2025):
LangSmith doesn't connect to vectorsores - are you referring to LangGraph Platform?
@klemensgraf commented on GitHub (Apr 29, 2025):
Sorry my bad. Yes I'm reffering to the Langgraph Platform. Specifically to this section of the documentation
@bvs-langchain commented on GitHub (Apr 29, 2025):
You'll need to whitelist the IPs from the LangGraph Platform docs: https://langchain-ai.github.io/langgraph/cloud/deployment/cloud/#whitelisting-ip-addresses
@klemensgraf commented on GitHub (Apr 30, 2025):
Thanks for the hint. It works now.